qtbase/examples
Nicholas Bennett f5de04d9c4 Docs: Create \Q4A macro for "Qt for Android" and replace instances
"Android" is trademarked and needs to be referenced in a certain way.
The following steps were taken:
-Created qdoc macro.
-Updated "Qt Android" and "Qt for Android" to use \Q4A in qdoc files.

The macro will need to be adopted in all documentation projects.

Task-number: QAA-2836
Pick-to: 6.8 6.5
Change-Id: I4b52247a4ed52047242a06404e6d3aa19de9c16c
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit 9c6c6d7d38)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-03-02 07:10:47 +00:00
..
aggregate
corelib Docs: Create \Q4A macro for "Qt for Android" and replace instances 2025-03-02 07:10:47 +00:00
dbus CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
gui CMake: Fix examples built as external projects 2025-01-27 22:38:51 +00:00
network Examples: Disable QtC junction points for examples using 'shared' directory 2024-11-26 15:20:41 +02:00
opengl Add Qt::Orientations based flip and flipped functions 2024-11-29 15:07:14 +01:00
qmake examples: port qmake examples to new connection style 2022-12-21 22:52:17 +02:00
qtconcurrent Replace qdebug.h includes in public headers with forward-declarations 2025-01-15 11:28:28 +00:00
qtestlib CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
sql Replace qdebug.h includes in public headers with forward-declarations 2025-01-15 11:28:28 +00:00
vulkan Examples: Disable QtC junction points for examples using 'shared' directory 2024-11-26 15:20:41 +02:00
widgets Correct childNumber() reference in editable tree model example 2025-02-18 22:58:21 +00:00
xml Replace qdebug.h includes in public headers with forward-declarations 2025-01-15 11:28:28 +00:00
CMakeLists.txt CMake: Allow building all examples as standalone just like tests 2024-03-14 11:44:16 +01:00
README
examples.pro Remove undocumented embedded examples 2023-11-17 19:39:33 +01: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.