qt6-bb10/examples/widgets/painting
Alexandru Croitor 2ffbac7cb2 CMake: Regenerate examples to use qt_add_executable
Task-number: QTBUG-87661
Change-Id: I0dacfdc97a3fb7d88da85b67800f2c1b084d869b
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2020-10-19 11:51:47 +02:00
..
affine CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
basicdrawing CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
composition CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
concentriccircles CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
deform CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
fontsampler CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
gradients CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
imagecomposition CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
painterpaths CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
pathstroke CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
shared Move QStringRef and remains to Qt5Compat 2020-08-20 00:58:13 +02:00
transformations CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +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.