qt5base-lts/examples
Christian Ehrlicher 5d4b5dab7f Widget examples: replace QItemDelegate with QStyledItemDelegate
Replace QItemDelegate with QStyledItemDelegate in the examples since
QItemDelegate is deprecated.
Also fix up some unused documentation snippet references.

Change-Id: I42b8780ad0c317b9a253cc722d0b471695ed253f
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2019-10-28 19:36:32 +02:00
..
aggregate
corelib Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
dbus Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
embedded Port two examples from QTime to QElapsedTimer 2019-09-27 18:01:58 +02:00
gui Examples/OpenGLWindow: do not use hardcoded indices 2019-10-02 08:36:36 +02:00
network Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
opengl Merge remote-tracking branch 'origin/5.14' into 5.15 2019-10-16 01:00:49 +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 Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
qtestlib
sql Merge remote-tracking branch 'origin/5.13' into dev 2019-06-27 14:38:03 +02:00
vulkan Fix use of qrand/qsrand in an example 2019-04-01 14:39:53 +00:00
widgets Widget examples: replace QItemDelegate with QStyledItemDelegate 2019-10-28 19:36:32 +02:00
xml Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
examples.pro Doc: Move touch examples around so they get included in docs 2018-09-14 03:56:22 +00:00
README

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.