qt6-bb10/examples/widgets/painting
Edward Welbourne 82ea53ad24 Merge remote-tracking branch 'origin/5.6' into 5.7
Conflicts:
	qmake/library/qmakeevaluator.cpp

One side changed the iterator to use ranged-for, the other changed its
body; they only conflicted because the latter had to add braces around
the body, intruding on the for-line.  Trivial resolution.

Change-Id: Ib487bc3bd6e3c5225db15f94b9a8f6caaa33456b
2016-07-15 20:47:57 +02:00
..
affine Updated license headers 2016-01-21 18:55:32 +00:00
basicdrawing Unify license header usage. 2016-03-29 10:20:03 +00:00
composition Updated license headers 2016-01-21 18:55:32 +00:00
concentriccircles Unify license header usage. 2016-03-29 10:20:03 +00:00
deform Updated license headers 2016-01-21 18:55:32 +00:00
fontsampler Unify license header usage. 2016-03-29 10:20:03 +00:00
gradients Updated license headers 2016-01-21 18:55:32 +00:00
imagecomposition Unify license header usage. 2016-03-29 10:20:03 +00:00
painterpaths Unify license header usage. 2016-03-29 10:20:03 +00:00
pathstroke Merge remote-tracking branch 'origin/5.6' into 5.7 2016-07-15 20:47:57 +02:00
shared Updated license headers 2016-01-21 18:55:32 +00:00
transformations Unify license header usage. 2016-03-29 10:20:03 +00:00
README
painting.pro don't build shared demo library which is not used anyway 2013-01-31 15:51:09 +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.