Reintroduce mention of QWidget in coordinate system docs.

Change-Id: Ied67ec82ee66eea7d3255105cf0f635f1d7dd9e8
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
Samuel Rødal 2012-09-19 11:39:18 +02:00 committed by The Qt Project
parent 0b2068eafd
commit d8cebcdf67

View File

@ -42,8 +42,8 @@
painter uses to draw onto different types of devices. painter uses to draw onto different types of devices.
The QPaintDevice class is the base class of objects that can be The QPaintDevice class is the base class of objects that can be
painted: Its drawing capabilities are inherited by the painted: Its drawing capabilities are inherited by the QWidget,
QOpenGLPaintDevice, QImage, QPixmap and QPicture classes. The QImage, QPixmap, QPicture, and QOpenGLPaintDevice classes. The
default coordinate system of a paint device has its origin at 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 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 y values increase downwards. The default unit is one pixel on