qt5base-lts/tests/auto/widgets
J-P Nurmi 14dab5b2d7 Add QProxyStyle(QString key) constructor for convenience
The QStyle implementations are becoming private, so the following
slightly verbose pattern seems to be now repeated a lot:

    new QProxyStyle(QStyleFactory::create("windows"))

This change adds an alternative, more convenient constructor for
this particular use case:

    new QProxyStyle("windows")

Change-Id: I97ded597a0fd3225a6354ebea0abb367237430af
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
2013-03-04 14:54:57 +01:00
..
dialogs Do not run tst_qfilesystemmodel for MinGW. 2013-02-01 09:18:42 +01:00
effects Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
graphicsview Merge remote-tracking branch 'origin/stable' into dev 2013-01-24 16:02:55 +01:00
itemviews QTreeView::expandToDepth - add missing emit of expanded and collapsed 2013-02-02 08:10:55 +01:00
kernel Merge remote-tracking branch 'origin/stable' into dev 2013-02-18 16:14:52 +01:00
styles Add QProxyStyle(QString key) constructor for convenience 2013-03-04 14:54:57 +01:00
util Remove ifdefs for supporting Mac OS <= 10.5 2013-02-18 00:31:54 +01:00
widgets Merge remote-tracking branch 'origin/stable' into dev 2013-02-20 22:08:29 +01:00
widgets.pro Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00