qt5base-lts/examples
Paul Wicking 8cd3ec4ee4 Doc: Fix typo
Add missing quote in text.

Pick-to: 5.15
Change-Id: If3a3d28f50057040c5aff90c70803b85c8a475a9
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-06-25 09:56:46 +02:00
..
aggregate
corelib Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
dbus Regenerate examples 2020-02-04 18:50:39 +00:00
embedded CMake: Fix lightmaps example to build in a namespaced Qt 2020-06-12 19:30:29 +02:00
gui Regenerate examples 2020-02-04 18:50:39 +00:00
network Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
opengl Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
qtconcurrent Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
qtestlib Regenerate examples 2020-02-04 18:50:39 +00:00
sql Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
vulkan Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
widgets Doc: Fix typo 2020-06-25 09:56:46 +02:00
xml examples: avoid int -> QChar conversions 2020-04-29 10:10:36 +02:00
CMakeLists.txt cmake: add examples/opengl 2019-10-07 07:22:17 +00:00
examples.pro
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.