qt5base-lts/tests/auto
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
..
bic/data Remove QPointerBase bic check. 2013-02-13 15:06:53 +01:00
cmake Merge remote-tracking branch 'origin/stable' into dev 2013-01-28 11:10:29 +01:00
compilerwarnings/data Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
concurrent Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
corelib QUrl: update top level domains that may contain non-ASCII characters 2013-03-02 10:13:27 +01:00
dbus Add QDBusReply::error() const. 2013-03-01 09:39:23 +01:00
gui Introduced QWindow::setMask() to expose existing platform functionality. 2013-02-27 09:11:18 +01:00
guiapplauncher
network Add an encrypted() signal to QNetworkAccessManager and QNetworkReply. 2013-02-19 21:37:32 +01:00
opengl Remove duplicated code for handling OpenGL extensions in QtOpenGL 2013-02-17 20:31:30 +01:00
other Check for network module when building according auto tests 2013-02-19 19:20:53 +01:00
printsupport Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
shared Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
sql Merge remote-tracking branch 'origin/stable' into dev 2013-02-18 16:14:52 +01:00
testlib Merge remote-tracking branch 'origin/stable' into dev 2013-01-28 11:10:29 +01:00
tools moc: Support the '$' character as an identifier 2013-03-02 12:58:18 +01:00
widgets Add QProxyStyle(QString key) constructor for convenience 2013-03-04 14:54:57 +01:00
xml Check for network module when building according auto tests 2013-02-19 19:20:53 +01:00
auto.pro Check for printsupport module when building according auto tests 2013-02-19 19:20:58 +01:00
network-settings.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtest-config.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
test.pl Fix test script 2013-02-27 18:02:22 +01:00