qt5base-lts/examples/widgets/painting
Oswald Buddenhagen b644ed510a don't build shared demo library which is not used anyway
this amends 5a2fc03ef4

Change-Id: I42b2141ad33b75041ee2bb58af642fc3d07f290e
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2013-01-31 15:51:09 +01:00
..
affine add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
basicdrawing clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
composition add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
concentriccircles clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
deform add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
fontsampler add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
gradients add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
imagecomposition clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
painterpaths clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
pathstroke add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
shared don't build shared demo library which is not used anyway 2013-01-31 15:51:09 +01:00
transformations clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01: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.