qt6-bb10/examples/widgets/painting
Christian Ehrlicher cf27d9e8a5 Cleanup Widgets examples - new signal/slot syntax
Cleanup the Widget examples - use the new signal/slot syntax where
possible - painting and richtext subdirectory

Change-Id: If0e365ab1cabf9184076595494cfca151406fddf
Reviewed-by: Luca Beldi <v.ronin@yahoo.it>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
2019-01-06 17:07:59 +00:00
..
affine Move arthurwidget based examples to new QOpenGL classes 2018-10-17 09:16:01 +00:00
basicdrawing Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
composition Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
concentriccircles Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
deform Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
fontsampler Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
gradients Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
imagecomposition Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
painterpaths Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
pathstroke Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
shared Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
transformations Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02: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.