qt6-bb10/examples/widgets/painting
Jani Heikkinen 83a5694dc2 Update copyright headers
Qt copyrights are now in The Qt Company, so we could update the source
code headers accordingly. In the same go we should also fix the links to
point to qt.io.

Outdated header.LGPL removed (use header.LGPL21 instead)

Old header.LGPL3 renamed to header.LGPL3-COMM to match actual licensing
combination. New header.LGPL-COMM taken in the use file which were
using old header.LGPL3 (src/plugins/platforms/android/extract.cpp)

Added new header.LGPL3 containing Commercial + LGPLv3 + GPLv2 license
combination

Change-Id: I6f49b819a8a20cc4f88b794a8f6726d975e8ffbe
Reviewed-by: Matti Paaso <matti.paaso@theqtcompany.com>
2015-02-11 06:49:51 +00:00
..
affine Update copyright headers 2015-02-11 06:49:51 +00:00
basicdrawing Update copyright headers 2015-02-11 06:49:51 +00:00
composition Update copyright headers 2015-02-11 06:49:51 +00:00
concentriccircles Update copyright headers 2015-02-11 06:49:51 +00:00
deform Update copyright headers 2015-02-11 06:49:51 +00:00
fontsampler Update copyright headers 2015-02-11 06:49:51 +00:00
gradients Update copyright headers 2015-02-11 06:49:51 +00:00
imagecomposition Update copyright headers 2015-02-11 06:49:51 +00:00
painterpaths Update copyright headers 2015-02-11 06:49:51 +00:00
pathstroke Update copyright headers 2015-02-11 06:49:51 +00:00
shared Update copyright headers 2015-02-11 06:49:51 +00:00
transformations Update copyright headers 2015-02-11 06:49:51 +00:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
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.