kalarm/lib
stackedwidgets.cpp
Go to the documentation of this file.
61 return QSize(s.width() + mWidgets[0]->style()->pixelMetric(QStyle::PM_ScrollBarExtent), mMinHeight);
135 kDebug() << "Scrolling: max tab height=" << maxTabHeight << ", reduction=" << mHeightReduction << "-> min tab height=" << mMinHeight;
bool isValid() const
void setHeight(int height)
int width() const
StackedScrollWidget(StackedScrollGroup *group, QWidget *parent=0)
Definition: stackedwidgets.cpp:30
A group of stacked widgets whose minimum size hints are all equal to the largest widget's minimum siz...
Definition: stackedwidgets.h:28
bool isEmpty() const
int height() const
minimumSizeHint
void setFrameStyle(int style)
void adjustSize()
A group of stacked widgets which individually become scrollable when necessary to fit the height of t...
Definition: stackedwidgets.h:116
void resize(int w, int h)
int count(const T &value) const
virtual QSize minimumSizeHint() const
Definition: stackedwidgets.cpp:57
void setHorizontalScrollBarPolicy(Qt::ScrollBarPolicy)
StackedScrollGroup(KDialog *, QObject *tabParent)
Definition: stackedwidgets.cpp:40
void setSizePolicy(QSizePolicy)
void setWidgetResizable(bool resizable)
sizeHint
A stacked widget which becomes scrollable when necessary to fit the height of the screen...
Definition: stackedwidgets.h:103
QList< StackedWidgetT< QScrollArea > * > mWidgets
Definition: stackedwidgets.h:77
QSize expandedTo(const QSize &otherSize) const
QWidget * parentWidget() const
int height() const
void setMinimumHeight(int minh)
void setVerticalScrollBarPolicy(Qt::ScrollBarPolicy)
A widget contained in a stack, whose minimum size hint is that of the largest widget in the stack...
Definition: stackedwidgets.h:37
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:35:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:35:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.