qt5base-lts/examples
Marc Mutz e4c0fca194 RelationalTableModel example: use std::unique_ptr instead of QScopedPointer
There's talk that QScopedPointer may be deprecated. Don't use it
in examples anymore.

Change-Id: I3c4647a569b72cd3a628c9b92ef34c87fd588342
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
2019-05-15 11:03:52 +02:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Prefix textstream operators with Qt:: 2019-05-02 11:52:02 +00:00
dbus Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
embedded Remove usages of Q_OS_WINCE 2019-05-23 13:51:05 +02:00
gui Take device-pixel-ratio into account in openglwindow example 2018-11-20 19:51:12 +00:00
network HTTP example: use std::unique_ptr instead of QScopedPointer 2019-05-15 11:03:52 +02:00
opengl examples: port away from Java-style iterators 2019-05-23 17:30:51 +02:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
qtconcurrent examples: port away from Java-style iterators 2019-05-23 17:30:51 +02:00
qtestlib Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
sql RelationalTableModel example: use std::unique_ptr instead of QScopedPointer 2019-05-15 11:03:52 +02:00
vulkan Fix use of qrand/qsrand in an example 2019-04-01 14:39:53 +00:00
widgets Icons example: use std::unique_ptr instead of QScopedPointer 2019-05-15 11:03:53 +02:00
xml Prefix textstream operators with Qt:: 2019-05-02 11:52:02 +00:00
examples.pro Doc: Move touch examples around so they get included in docs 2018-09-14 03:56:22 +00: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.