qt5base-lts/tests/auto/widgets/styles
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
..
qmacstyle Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qstyle Add QProxyStyle(QString key) constructor for convenience 2013-03-04 14:54:57 +01:00
qstyleoption Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qstylesheetstyle Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
styles.pro Fix build of tests/ on Windows CE 2012-09-10 14:09:45 +02:00