summaryrefslogtreecommitdiff
path: root/src/gui/painting
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@trolltech.com>2009-12-14 13:11:20 +0100
committerGunnar Sletta <gunnar@trolltech.com>2009-12-14 13:11:20 +0100
commit08da5b53b6f4564057b99bf9076ec350b4ebeb35 (patch)
tree9d47a0f675f76c868aa3f0166bf9bd139ae25fb3 /src/gui/painting
parent39ca4450e0c2ca16ba253f1a3ac3ea5bdd23f290 (diff)
downloadqt4-tools-08da5b53b6f4564057b99bf9076ec350b4ebeb35.tar.gz
Added vg to the performance section of the QPainter docs
Diffstat (limited to 'src/gui/painting')
-rw-r--r--src/gui/painting/qpainter.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp
index 33496a9434..8ed126f5f1 100644
--- a/src/gui/painting/qpainter.cpp
+++ b/src/gui/painting/qpainter.cpp
@@ -1355,6 +1355,12 @@ void QPainterPrivate::updateState(QPainterState *newState)
onto a QGLWidget or by passing \c {-graphicssystem opengl} on the
command line when the underlying system supports it.
+ \o OpenVG - This backend implements the Khronos standard for 2D
+ and Vector Graphics. It is primarily for embedded devices with
+ hardware support for OpenVG. The engine can be enabled by
+ passing \c {-graphicssystem openvg} on the command line when
+ the underlying system supports it.
+
\endlist
These operations are: