qtbase/examples
Edward Welbourne 28ba848dfa Rework documentation of the serialization converter example
The documentation was previously code-heavy and short on exposition,
while focusing almost entirely on the CBOR converters. Prune most of
the CBOR code quotes, shuffle some snippet markers, add and remove
others and rewrite the main text.

Shift focus to the base-class for converters and how it's used by
main(). Retain relative focus on the CBOR converters, as they are
relatively full-featured hence illustrate more than the others do, and
replace the sequence of single-line sections about the others with a
section collecting all into a table and saying some general things
about them.

Pick-to: 6.5
Task-number: QTBUG-111228
Change-Id: I8d41f25c165eb1a7ba20cb68aee6ab6b2fd050f8
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 1940f0c7be)
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2023-11-03 16:53:33 +01:00
..
aggregate
corelib Rework documentation of the serialization converter example 2023-11-03 16:53:33 +01:00
dbus Exclude some examples from Android build 2023-08-31 14:39:34 +00:00
embedded Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-14 05:43:25 +00:00
gui Doc: Add \examplecategory to qtgui 2023-08-28 11:49:50 +00:00
network Move rsslisting documentation to common dir 2023-10-19 08:23:35 +02:00
opengl Update mobile example categories for Qt 6.6 2023-09-22 06:10:46 +00:00
qmake examples: port qmake examples to new connection style 2022-12-21 22:52:17 +02:00
qtconcurrent Doc: Add \examplecategory for qtconcurrent 2023-09-08 16:35:04 +00:00
qtestlib Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
sql Preparations to deprecate QItemDelegate 2023-10-06 04:17:49 +00:00
vulkan Doc: Add \examplecategory to qtgui 2023-08-28 11:49:50 +00:00
widgets Convert tooltips example to snippets 2023-10-27 21:05:01 +00:00
xml Examples: "About &Qt" should show info about Qt, not quit 2023-07-13 17:07:27 +02:00
CMakeLists.txt Move qpa examples to manual tests 2023-06-29 14:39:43 +00:00
README
examples.pro Move qpa examples to manual tests 2023-06-29 14:39:43 +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.