summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/src
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@digia.com>2012-09-19 11:39:18 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-26 10:08:59 +0200
commitd8cebcdf67ddebb3bce89a08c7ffab4cc9bf4107 (patch)
tree1f6d7ed17b0d2037a4527494de4121560d3d6e04 /src/gui/doc/src
parent0b2068eafd9d3789897c82f29a9153d5fd6e21a5 (diff)
Reintroduce mention of QWidget in coordinate system docs.
Change-Id: Ied67ec82ee66eea7d3255105cf0f635f1d7dd9e8 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/gui/doc/src')
-rw-r--r--src/gui/doc/src/coordsys.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/doc/src/coordsys.qdoc b/src/gui/doc/src/coordsys.qdoc
index f7248081f1..17e0506ae3 100644
--- a/src/gui/doc/src/coordsys.qdoc
+++ b/src/gui/doc/src/coordsys.qdoc
@@ -42,8 +42,8 @@
painter uses to draw onto different types of devices.
The QPaintDevice class is the base class of objects that can be
- painted: Its drawing capabilities are inherited by the
- QOpenGLPaintDevice, QImage, QPixmap and QPicture classes. The
+ painted: Its drawing capabilities are inherited by the QWidget,
+ QImage, QPixmap, QPicture, and QOpenGLPaintDevice classes. The
default coordinate system of a paint device has its origin at the
top-left corner. The \e x values increase to the right and the \e
y values increase downwards. The default unit is one pixel on