diff options
author | Gunnar Sletta <gunnar@trolltech.com> | 2009-12-14 12:11:20 (GMT) |
---|---|---|
committer | Gunnar Sletta <gunnar@trolltech.com> | 2009-12-14 12:11:20 (GMT) |
commit | 08da5b53b6f4564057b99bf9076ec350b4ebeb35 (patch) | |
tree | 9d47a0f675f76c868aa3f0166bf9bd139ae25fb3 | |
parent | 39ca4450e0c2ca16ba253f1a3ac3ea5bdd23f290 (diff) | |
download | Qt-08da5b53b6f4564057b99bf9076ec350b4ebeb35.zip Qt-08da5b53b6f4564057b99bf9076ec350b4ebeb35.tar.gz Qt-08da5b53b6f4564057b99bf9076ec350b4ebeb35.tar.bz2 |
Added vg to the performance section of the QPainter docs
-rw-r--r-- | src/gui/painting/qpainter.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp index 33496a9..8ed126f 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: |