qt5base-lts/tests/auto/widgets/styles/qstyle
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
..
images Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00
.gitignore Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00
qstyle.pro Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
task_25863.png Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00
tst_qstyle.cpp Add QProxyStyle(QString key) constructor for convenience 2013-03-04 14:54:57 +01:00