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;
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
A group of stacked widgets which individually become scrollable when necessary to fit the height of t...
Definition: stackedwidgets.h:116
virtual QSize minimumSizeHint() const
Definition: stackedwidgets.cpp:57
StackedScrollGroup(KDialog *, QObject *tabParent)
Definition: stackedwidgets.cpp:40
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
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.