qt6-bb10/examples
MohammadHossein Qanbari 4e1a1f3697 Convert "Color Editor Factory" Example to snippets
The color editor factory example is removed and part of the codes are
used as snippets.

Fixes: QTBUG-119985
Pick-to: 6.7 6.6
Change-Id: I421e473e7db09a5af7543b80b87a338d8ff2ab7e
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
2024-04-19 13:39:41 +02:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Fix feature dependencies for sharedmemory 2024-04-17 10:06:44 +00:00
dbus CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
gui rhiwindow: Set DPR on image texture to ensure DPR-agnostic drawing 2024-04-18 23:15:25 +02:00
network CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
opengl CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
qmake examples: port qmake examples to new connection style 2022-12-21 22:52:17 +02:00
qtconcurrent CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
qtestlib CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
sql CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
vulkan CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
widgets Convert "Color Editor Factory" Example to snippets 2024-04-19 13:39:41 +02:00
xml CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01: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.