qt5base-lts/examples
J-P Nurmi 5a0fd7fb04 Examples: inherit NorwegianWoodStyle from QProxyStyle
The QStyle specializations are being made internal. The recommended way
to customize styles is now to use QProxyStyle (& QStyleFactory), or to
implement a full custom style one can alternatively subclass
QCommonStyle. The proxy style approach was chosen for this case, since
the example assumes some drawing functionality provided by the windows
style and it is not a "complete" custom style implementation but more
like a customization anyway.

Change-Id: Ib2477339cfef258cfc944a76a2eea728066e1f45
Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
2012-11-26 17:33:37 +01:00
..
dbus Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
embedded Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
gestures Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
gui Rename all QWindow properties that have "window" in them 2012-11-07 21:26:08 +01:00
ipc Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
ja_JP/linguist/hellotr Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
linguist Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
network Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
opengl Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
qmake Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qpa Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
qtconcurrent Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
qtestlib Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
sql Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
threads Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
tools Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
touch Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
webkit/webkit-guide Change copyrights from Nokia to Digia 2012-10-15 08:13:55 +02:00
widgets Examples: inherit NorwegianWoodStyle from QProxyStyle 2012-11-26 17:33:37 +01:00
xml Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
examples.pro Move tutorials to widgets. 2012-09-09 01:18:37 +02:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.