qt5base-lts/examples
Mitch Curtis c7c3a78075 Add json/savegame example.
There wasn't any example documentation besides json.html, which doesn't
actually describe usage of the various QJson* classes.

This also makes each QJson* class page link back to json.html.

Change-Id: If5ad6493d2728df0cec7bdbbc5790f0b755f816c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2013-08-22 19:14:03 +02:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
dbus Doc: Fix paths for a number of examples 2013-05-08 10:01:48 +02:00
embedded Remove references to Nokia in qtbase examples. 2013-07-11 17:29:39 +02:00
gestures Merge branch 'release' into stable 2013-01-31 18:55:53 +01:00
gui improve openglwindow example a bit 2013-03-21 07:53:05 +01:00
ipc Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
json Add json/savegame example. 2013-08-22 19:14:03 +02:00
network Doc: Fix paths for a number of examples 2013-05-08 10:01:48 +02:00
opengl QGLWidget: Support retina framebuffer grabbing 2013-05-23 12:49:39 +02:00
qmake Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qpa Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtconcurrent Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qtestlib Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
sql Doc: Updated content for Drill Down example 2013-05-22 13:48:53 +02:00
threads Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
tools Doc: Fix paths for a number of examples 2013-05-08 10:01:48 +02:00
touch Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
webkit/webkit-guide Changed digia contact details to */legal, updated licenses 2013-07-20 11:21:46 +02:00
widgets Tidy up collidingmice example documentation. 2013-08-13 12:32:37 +02:00
xml Doc: Fix paths for a number of examples 2013-05-08 10:01:48 +02:00
examples.pro Add json/savegame example. 2013-08-22 19:14:03 +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.