qt6-bb10/examples/widgets/painting
Alexandru Croitor 74cb331af3 CMake: Regenerate examples
Change-Id: I1c51b10af4e2b26f54740f257164c56a0e2a03ce
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2020-07-09 09:38:28 +02:00
..
affine CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
basicdrawing CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
composition CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
concentriccircles CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
deform CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
fontsampler CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
gradients CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
imagecomposition CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
painterpaths CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
pathstroke CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
shared Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
transformations CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
.prev_CMakeLists.txt CMake: Regenerate examples/widgets/ projects 2020-04-29 22:48:38 +02:00
CMakeLists.txt CMake: Regenerate examples/widgets/ projects 2020-04-29 22:48:38 +02:00
README
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.