qt5base-lts/examples/widgets/painting
Friedemann Kleint bb56560b6b Polish the painting/affine example
- Use member initialization
- Remove C-style casts
- Add space around operators
- Use qsizetype for list indexes
- Remove commented out debugging code

Task-number: QTBUG-97095
Pick-to: 6.2
Change-Id: I11a17fa6e7f17968367a57291d83ee6fba731a34
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2021-10-16 12:52:29 +02:00
..
affine Polish the painting/affine example 2021-10-16 12:52:29 +02:00
basicdrawing Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
composition Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
concentriccircles Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
deform Polish the painting/affine example 2021-10-16 12:52:29 +02:00
fontsampler Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
gradients Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
imagecomposition Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
painterpaths Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
pathstroke Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
shared Polish the painting/affine example 2021-10-16 12:52:29 +02:00
transformations Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
.prev_CMakeLists.txt CMake: Regenerate examples/widgets/ projects 2020-04-29 22:48:38 +02:00
CMakeLists.txt Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
painting.pro don't build shared demo library which is not used anyway 2013-01-31 15:51:09 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

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.