summaryrefslogtreecommitdiffstats
path: root/tests/manual/widgets/kernel/kernel.pro
Commit message (Collapse)AuthorAgeFilesLines
* Add widget replace function to QLayoutThorbjørn Lund Martsum2013-09-211-1/+1
| | | | | | | Sometimes it is nice to be able to replace a widget in a layout. Change-Id: I23a6a65e417e94d53bc48639503db1a142bc3f10 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* QSizePolicy - add retainSizeWhenHiddenThorbjørn Lund Martsum2013-07-101-2/+1
| | | | | | | | | | Sometimes it is nice that hiding a widget does not affect the layout. This patch makes that possible by allowing hidden widgets to take up space. Change-Id: Ifbc1cdee0e112950acc025919b98199ea9558db7 Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com> Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com>
* QToolTip - add static showText with time.Thorbjørn Martsum2013-05-271-0/+3
It is nice to be able to control how long time a tooltip is shown. This is the first part of solving: Task-number: QTBUG-1016 Change-Id: I8e313df8a2acdc5ccc91d9c8ce956c30c76daf4b Reviewed-by: David Faure (KDE) <faure@kde.org>