qt5base-lts/examples/widgets/painting
Tobias Hunger 6630937e63 Merge commit 'dev' into 'wip/cmake-merge'
Change-Id: I176c40d031be26a1dd1cf08843e448a660598783
2019-04-16 16:32:08 +02:00
..
affine Merge commit 'dev' into 'wip/cmake-merge' 2019-04-16 16:32:08 +02:00
basicdrawing Merge commit 'dev' into 'wip/cmake-merge' 2019-04-16 16:32:08 +02:00
composition Merge commit 'dev' into 'wip/cmake-merge' 2019-04-16 16:32:08 +02:00
concentriccircles Merge commit 'dev' into 'wip/cmake-merge' 2019-04-16 16:32:08 +02:00
deform Merge commit 'dev' into 'wip/cmake-merge' 2019-04-16 16:32:08 +02:00
fontsampler Merge commit 'dev' into 'wip/cmake-merge' 2019-04-16 16:32:08 +02:00
gradients Merge commit 'dev' into 'wip/cmake-merge' 2019-04-16 16:32:08 +02:00
imagecomposition Merge commit 'dev' into 'wip/cmake-merge' 2019-04-16 16:32:08 +02:00
painterpaths Merge commit 'dev' into 'wip/cmake-merge' 2019-04-16 16:32:08 +02:00
pathstroke Merge commit 'dev' into 'wip/cmake-merge' 2019-04-16 16:32:08 +02:00
shared Merge commit 'dev' into 'wip/cmake-merge' 2019-04-16 16:32:08 +02:00
transformations Merge commit 'dev' into 'wip/cmake-merge' 2019-04-16 16:32:08 +02:00
CMakeLists.txt CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
painting.pro don't build shared demo library which is not used anyway 2013-01-31 15:51:09 +01:00
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.