qt5base-lts/examples
Mårten Nordheim 5be45ff6a6 Multi-stream* example: add simple docs
To make it show up in the documentation.
It's also our only example showing SCTP.

Change-Id: Ib80ab869d9a6cbd370aa1a0c74772639e4393b37
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2023-08-17 13:15:00 +00:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib XBEL stream reader: rework documentation 2023-08-03 19:16:27 +02:00
dbus Doc: Add example categories for Qt D-bus examples 2023-08-14 17:08:33 +03:00
embedded Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
gui rhiwindow example: Make -g option (OpenGL) work on macOS 2023-06-21 15:09:03 +02:00
network Multi-stream* example: add simple docs 2023-08-17 13:15:00 +00:00
opengl Docs: Add link to OPenGL examples to OpenGL index 2023-06-30 18:46:55 +02:00
qmake examples: port qmake examples to new connection style 2022-12-21 22:52:17 +02:00
qtconcurrent Rework imagescaling example to avoid potential crashes 2023-04-26 19:27:30 +02:00
qtestlib Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
sql Doc: Add remaining SQL examples to Data Processing & I/O category 2023-07-13 16:19:05 +02:00
vulkan Polish forward decl in vulkan and opengl examples 2023-06-01 09:09:49 +02:00
widgets examples: Add new subdirectory to examples/widgets CMakeLists 2023-08-15 01:11:03 +02:00
xml Add missing \l to DOM bookmarks example 2023-07-25 12:31:04 +02:00
CMakeLists.txt Move qpa examples to manual tests 2023-06-26 20:47:45 +02:00
examples.pro Move qpa examples to manual tests 2023-06-26 20:47:45 +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.