qt5base-lts/examples/widgets/painting
Johan Klokkhammer Helsing f3ecda32e0 Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGL
Also moves the openglwindow test to the opengl folder, as it makes use of these
classes.

Task-number: QTBUG-74409
Change-Id: Id9f0013cedcc8bd1e87122c005641d7298525045
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2020-01-22 09:40:59 +01:00
..
affine Remove usages of deprecated APIs of QWheelEvent 2019-08-23 21:51:43 +02:00
basicdrawing Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
composition Composition example: use std::unique_ptr instead of QScopedPointer 2019-05-15 11:03:53 +02:00
concentriccircles Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
deform Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
fontsampler Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
gradients Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
imagecomposition Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
painterpaths Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
pathstroke Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
shared Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGL 2020-01-22 09:40:59 +01:00
transformations Cleanup QtWidgets examples 2019-10-11 06:32:30 +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.