qt5base-lts/examples/widgets/painting
Kai Köhne 7024e7a627 Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom
Also consolidate several find_package(Qt6 ...) calls in one call.

Task-number: QTBUG-98867
Change-Id: Idfd5e71f46d4489fac7411cbfadb84437a0658f3
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2021-12-10 10:48:26 +01:00
..
affine Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-10 10:48:26 +01:00
basicdrawing Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-10 10:48:26 +01:00
composition Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-10 10:48:26 +01:00
concentriccircles Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-10 10:48:26 +01:00
deform Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-10 10:48:26 +01:00
fontsampler Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-10 10:48:26 +01:00
gradients Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-10 10:48:26 +01:00
imagecomposition Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-10 10:48:26 +01:00
painterpaths Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-10 10:48:26 +01:00
pathstroke Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-10 10:48:26 +01:00
shared Polish the painting/affine example 2021-10-16 12:52:29 +02:00
transformations Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-10 10:48:26 +01:00
CMakeLists.txt Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
painting.pro don't build shared demo library which is not used anyway 2013-01-31 15:51:09 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

Qt's painting system is able to render vector graphics, images, and outline
font-based text with sub-pixel accuracy accuracy using anti-aliasing to
improve rendering quality.

These examples show the most common techniques that are used when painting
with Qt, from basic concepts such as drawing simple primitives to the use of
transformations.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.