qt6-bb10/examples/widgets/painting
Kai Köhne 3d68f8eafa Examples: Disable QtC junction points for examples using 'shared' directory
To work around path length limiations, Qt Creator optionally uses junction
points to shorten the build directories. This however breaks examples
that require sources outside their 'root' directory.

QUIP 13 states that examples should be self-contained. Anyhow, fixing this
is a larger effort, so for now just disable junction points in Qt Creator
for these examples.

Task-number: QTBUG-128914
Change-Id: Ifb5e6944d936c82b1dba9fe3b81bebc1c8320168
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
(cherry picked from commit ced47a590aeb85953a16eaf362887f14c2815c45)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-12-20 07:21:19 +00:00
..
affine Examples: Disable QtC junction points for examples using 'shared' directory 2024-12-20 07:21:19 +00:00
basicdrawing CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
composition Examples: Disable QtC junction points for examples using 'shared' directory 2024-12-20 07:21:19 +00:00
deform Examples: Disable QtC junction points for examples using 'shared' directory 2024-12-20 07:21:19 +00:00
gradients Examples: Disable QtC junction points for examples using 'shared' directory 2024-12-20 07:21:19 +00:00
imagecomposition CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
painterpaths CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
pathstroke Examples: Disable QtC junction points for examples using 'shared' directory 2024-12-20 07:21:19 +00:00
shared Correct license for examples files 2024-03-07 11:06:43 +01:00
transformations CMake: Add deployment API to our examples 2024-03-22 20:23:52 +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.