qt5base-lts/examples/widgets/painting
Liang Qi 0aa2d318b1 Merge remote-tracking branch 'origin/5.5' into dev
Conflicts:
	src/corelib/global/qglobal.cpp
	src/corelib/global/qglobal.h
	src/corelib/global/qsysinfo.h
	src/corelib/global/qsystemdetection.h
	src/corelib/kernel/qobjectdefs.h
	src/plugins/plugins.pro
	tests/auto/widgets/itemviews/qlistview/qlistview.pro

Change-Id: Ib55aa79d707c4c1453fb9d697f6cf92211ed665c
2015-07-01 11:05:26 +02:00
..
affine fix usage of wince scope 2015-06-05 10:29:10 +00:00
basicdrawing Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
composition MSVC: Remove use of -Zm argument 2015-02-13 21:23:19 +00:00
concentriccircles Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
deform Update copyright headers 2015-02-11 06:49:51 +00:00
fontsampler Deprecate ItemIsTristate in favor of ItemIsAutoTristate. 2015-05-07 09:14:18 +00:00
gradients Update copyright headers 2015-02-11 06:49:51 +00:00
imagecomposition Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
painterpaths Use C++ <cmath> instead of <math.h> 2015-02-16 16:21:15 +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 Updated BSD licensed file headers 2015-02-15 07:41:17 +00: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.