qt6-bb10/examples/widgets/painting
Lucie Gérard c2333f312f Correct license for examples files
Example takes precedent over build system file type.
According to QUIP-18 [1], all examples file should be
LicenseRef-Qt-Commercial OR BSD-3-Clause

[1]: https://contribute.qt-project.org/quips/18

Pick-to: 6.7
Task-number: QTBUG-121787
Change-Id: Id348a89884bb309b96abb31077f14a51086b5d0c
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
2024-03-07 11:06:43 +01:00
..
affine Correct license for examples files 2024-03-07 11:06:43 +01:00
basicdrawing Correct license for examples files 2024-03-07 11:06:43 +01:00
composition Correct license for examples files 2024-03-07 11:06:43 +01:00
deform Correct license for examples files 2024-03-07 11:06:43 +01:00
gradients Correct license for examples files 2024-03-07 11:06:43 +01:00
imagecomposition Correct license for examples files 2024-03-07 11:06:43 +01:00
painterpaths Correct license for examples files 2024-03-07 11:06:43 +01:00
pathstroke Correct license for examples files 2024-03-07 11:06:43 +01:00
shared Correct license for examples files 2024-03-07 11:06:43 +01:00
transformations Correct license for examples files 2024-03-07 11:06:43 +01:00
CMakeLists.txt Correct license for examples files 2024-03-07 11:06:43 +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.