qt6windows7/examples/widgets/painting
2023-10-29 23:33:08 +01:00
..
affine qt 6.5.1 original 2023-10-29 23:33:08 +01:00
basicdrawing qt 6.5.1 original 2023-10-29 23:33:08 +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 qt 6.5.1 original 2023-10-29 23:33:08 +01:00
fontsampler qt 6.5.1 original 2023-10-29 23:33:08 +01:00
gradients qt 6.5.1 original 2023-10-29 23:33:08 +01:00
imagecomposition qt 6.5.1 original 2023-10-29 23:33:08 +01:00
painterpaths qt 6.5.1 original 2023-10-29 23:33:08 +01:00
pathstroke qt 6.5.1 original 2023-10-29 23:33:08 +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 qt 6.5.1 original 2023-10-29 23:33:08 +01:00
painting.pro qt 6.5.1 original 2023-10-29 23:33:08 +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.