qt5base-lts/examples/widgets/painting
Kai Köhne 28a9d116bb CMake: Prefer unversioned commands
Pick-to: 6.3
Change-Id: Ib32700ab82cf6b271c49e25d12fbad8c9c6bc1d1
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-12-13 14:16:25 +00:00
..
affine CMake: Prefer unversioned commands 2021-12-13 14:16:25 +00:00
basicdrawing CMake: Prefer unversioned commands 2021-12-13 14:16:25 +00:00
composition CMake: Prefer unversioned commands 2021-12-13 14:16:25 +00:00
concentriccircles Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-10 10:48:26 +01:00
deform CMake: Prefer unversioned commands 2021-12-13 14:16:25 +00:00
fontsampler Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-10 10:48:26 +01:00
gradients CMake: Prefer unversioned commands 2021-12-13 14:16:25 +00:00
imagecomposition CMake: Prefer unversioned commands 2021-12-13 14:16:25 +00:00
painterpaths Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-10 10:48:26 +01:00
pathstroke CMake: Prefer unversioned commands 2021-12-13 14:16:25 +00: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
README

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.