qt5base-lts/examples/painting
Samuel Rødal 2371147354 Merge remote branch 'gerrit/master' into refactor
Conflicts:
	src/gui/image/qicon.cpp
	src/gui/image/qicon.h
	src/gui/image/qicon_p.h
	src/gui/text/qfontdatabase.cpp
	src/plugins/platforms/wayland/gl_integration/qwaylandglwindowsurface.cpp
	src/plugins/platforms/wayland/gl_integration/wayland_egl/qwaylandglcontext.cpp
	src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglwindow.cpp
	sync.profile

Change-Id: Ie0a23a12177ff51bf562e15b2dd41f071afb19b4
2011-07-12 12:52:22 +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 Merge remote branch 'gerrit/master' into refactor 2011-07-12 12:52:22 +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 Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
gradients Merge remote branch 'gerrit/master' into refactor 2011-07-06 14:08:02 +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 Merge remote branch 'gerrit/master' into refactor 2011-07-06 14:08:02 +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.