qt5base-lts/examples
Topi Reinio cf8f369f85 Move Qt Core examples under a common subdirectory
Qt Core examples were scattered into several subdirectories under
qtbase/examples. This caused an issue with the example manifest
file generated by QDoc; it expects to find all examples under a
common directory in order to produde correct paths to the example
.pro files. Qt Creator will not find the examples without a valid
manifest file.

This change moves the examples and edits the documentation files
accordingly.

Task-number: QTBUG-41963
Change-Id: I51d86782e0ba21c5c9bae5f15401ec774abe5cf8
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-10-17 14:57:13 +02:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02:00
dbus doc: Updated Qt D-Bus Examples. 2014-05-28 16:52:04 +02:00
embedded Update license headers and add new license files 2014-09-24 12:26:19 +02:00
gui Doc: Use title case in section1 titles 2014-09-30 13:52:51 +02:00
network Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
opengl Improve threadedqopenglwidget example. 2014-10-10 13:17:13 +02:00
qmake Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qpa Introduce QRasterWindow 2014-08-05 16:47:42 +02:00
qtconcurrent Make qtconcurrent map example compile on exotic compilers 2014-09-18 08:16:00 +02:00
qtestlib Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
sql Update license headers and add new license files 2014-09-24 12:26:19 +02:00
touch Merge remote-tracking branch 'origin/5.3' into 5.4 2014-09-23 11:23:36 +02:00
webkit/webkit-guide Changed digia contact details to */legal, updated licenses 2013-07-20 11:21:46 +02:00
widgets Fix executable name of mousebuttons example. 2014-10-09 08:35:32 +02:00
xml Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
examples.pro Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +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.