qt5base-lts/examples/widgets/painting
Christian Ehrlicher daee9af969 QtGui: mark obsolete QPixmapCache::find() functions as deprecated
QPixmapCache::find(QString) and QPixmapCache::find(QString, QPixmap&)
are deprecated since Qt4 times.
Explicit mark them as deprecated so they can be removed with Qt6.

Change-Id: Iaf185f69afe02203559a1c812fbb4a95c9049a1d
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
2019-02-02 12:49:25 +00:00
..
affine Cleanup Widgets examples - foreach 2019-01-23 18:48:59 +00:00
basicdrawing Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
composition Cleanup Widgets examples - foreach 2019-01-23 18:48:59 +00:00
concentriccircles Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
deform Cleanup Widgets examples - foreach 2019-01-23 18:48:59 +00:00
fontsampler Cleanup Widgets examples - foreach 2019-01-23 18:48:59 +00:00
gradients Cleanup Widgets examples - foreach 2019-01-23 18:48:59 +00:00
imagecomposition Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
painterpaths Cleanup Widgets examples - foreach 2019-01-23 18:48:59 +00:00
pathstroke Cleanup Widgets examples - foreach 2019-01-23 18:48:59 +00:00
shared QtGui: mark obsolete QPixmapCache::find() functions as deprecated 2019-02-02 12:49:25 +00:00
transformations Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00: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.