qt6-bb10/examples/widgets/painting
Tasuku Suzuki bd6d7d4d74 Remove extra semi-colons
Change-Id: I92fddb36cd136fd1bd627955f15d0559b9942d7e
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2024-02-06 20:17:18 +09: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 Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
pathstroke Examples: remove OpenGL code paths from painting examples 2023-10-27 16:22:59 +02:00
shared Remove extra semi-colons 2024-02-06 20:17:18 +09:00
transformations Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
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.