qt5base-lts/examples/painting
Gunnar Sletta b62bd0584a Merge branch 'refactor'
Conflicts:
	mkspecs/qws/linux-lsb-g++/qmake.conf
	src/gui/image/qpixmap_mac.cpp
	src/gui/painting/qpaintengine_x11.cpp
	src/gui/painting/qtessellator.cpp
	src/gui/text/qfontengine_qws.cpp
	src/gui/text/qfontengine_x11.cpp
	src/gui/widgets/qlinecontrol.cpp
	src/opengl/qgl.h
	src/opengl/qgl_x11egl.cpp
	src/plugins/plugins.pro

Change-Id: If52dcd55cd55f2983a756c2f843967702b60a310
2011-09-13 08:54:45 +02:00
..
affine Merge remote branch 'gerrit/master' into refactor 2011-07-12 12:52:22 +02:00
basicdrawing Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
composition Build fix after setPreferredPaintEngine was removed 2011-08-17 11:59:53 +02:00
concentriccircles Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
deform Merge remote branch 'gerrit/master' into refactor 2011-07-06 14:08:02 +02:00
fontsampler Fix building of examples. 2011-08-25 15:54:16 +02:00
gradients Merge branch 'refactor' 2011-09-13 08:54:45 +02:00
imagecomposition Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
painterpaths Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
pathstroke Merge remote branch 'gerrit/master' into refactor 2011-07-06 14:08:02 +02:00
shared Build fix for examples. 2011-07-25 10:36:19 +02:00
svggenerator Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
svgviewer Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
transformations Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
painting.pro Merge remote branch 'gerrit/master' into refactor 2011-07-06 14:08:02 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +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.