qt5base-lts/examples/widgets/painting
Alexandru Croitor fa21d29b75 Rerun pro2cmake on projects that use .ui files
Task-number: QTBUG-75875
Change-Id: I95109b07fc4a6e09fe7911a21fc5f27f2c895d77
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Qt CMake Build Bot
2019-05-22 14:58:24 +00: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 Rerun pro2cmake on projects that use .ui files 2019-05-22 14:58:24 +00: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.