qt5base-lts/examples/widgets/painting
Jani Heikkinen ad38ece3c8 Updated license headers
From Qt 5.7 -> examples are lisenced under BSD license, see
http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/

Updated license headers to use new BSD header instead of LGPL21 one
(in those files which will be under BSD)

Change-Id: I3ad61caaf07802eb9da7d29eca3fe49d8a51b6a8
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
2016-01-21 18:55:32 +00:00
..
affine Updated license headers 2016-01-21 18:55:32 +00:00
basicdrawing Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
composition Updated license headers 2016-01-21 18:55:32 +00:00
concentriccircles Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
deform Updated license headers 2016-01-21 18:55:32 +00:00
fontsampler Deprecate ItemIsTristate in favor of ItemIsAutoTristate. 2015-05-07 09:14:18 +00:00
gradients Updated license headers 2016-01-21 18:55:32 +00:00
imagecomposition Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
painterpaths Use C++ <cmath> instead of <math.h> 2015-02-16 16:21:15 +00:00
pathstroke Updated license headers 2016-01-21 18:55:32 +00:00
shared Updated license headers 2016-01-21 18:55:32 +00:00
transformations Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
painting.pro don't build shared demo library which is not used anyway 2013-01-31 15:51:09 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

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.