qt6-bb10/examples/widgets/painting
Volker Hilsheimer 33254fb41f Turn the "concentriccircles" example into snippets, update screenshot
The example has a lot of code and documentation, but in essence shows
how to use float-based QPainter APIs and how to set a render hint. That
is two lines of code, which we can show as snippets.

Update the screenshot of the example with a higher-resolution version.

Pick-to: 6.7 6.6
Fixes: QTBUG-119983
Change-Id: Iafcb813dff6ab8c269176f7994c95947ebf5e559
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
2023-12-14 20:06:32 +01:00
..
affine Examples: remove OpenGL code paths from painting examples 2023-10-27 16:22:59 +02:00
basicdrawing Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
composition Examples: remove OpenGL code paths from painting examples 2023-10-27 16:22:59 +02:00
deform Examples: remove OpenGL code paths from painting examples 2023-10-27 16:22:59 +02:00
gradients Examples: remove OpenGL code paths from painting examples 2023-10-27 16:22:59 +02:00
imagecomposition Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
painterpaths
pathstroke Examples: remove OpenGL code paths from painting examples 2023-10-27 16:22:59 +02:00
shared Examples: remove OpenGL code paths from painting examples 2023-10-27 16:22:59 +02:00
transformations
CMakeLists.txt Turn the "concentriccircles" example into snippets, update screenshot 2023-12-14 20:06:32 +01:00
README
painting.pro Turn the "concentriccircles" example into snippets, update screenshot 2023-12-14 20:06:32 +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.