qt6windows7/examples/widgets/painting
2023-11-01 22:23:55 +01:00
..
affine 6.5.3 clean 2023-11-01 18:02:52 +01:00
basicdrawing 6.5.3 clean 2023-11-01 18:02:52 +01:00
composition qt 6.5.1 original 2023-10-29 23:33:08 +01:00
concentriccircles qt 6.5.1 original 2023-10-29 23:33:08 +01:00
deform 6.5.3 clean 2023-11-01 18:02:52 +01:00
gradients 6.5.3 clean 2023-11-01 18:02:52 +01:00
imagecomposition 6.5.3 clean 2023-11-01 18:02:52 +01:00
painterpaths qt 6.5.1 original 2023-10-29 23:33:08 +01:00
pathstroke qt 6.6.0 clean 2023-11-01 22:23:55 +01:00
shared qt 6.5.1 original 2023-10-29 23:33:08 +01:00
transformations qt 6.5.1 original 2023-10-29 23:33:08 +01:00
CMakeLists.txt 6.5.3 clean 2023-11-01 18:02:52 +01:00
painting.pro 6.5.3 clean 2023-11-01 18:02:52 +01:00
README qt 6.5.1 original 2023-10-29 23:33:08 +01: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.