diff --git a/src/gui/doc/images/paintsystem-devices.png b/src/gui/doc/images/paintsystem-devices.png deleted file mode 100644 index 7b81b7cbb8..0000000000 Binary files a/src/gui/doc/images/paintsystem-devices.png and /dev/null differ diff --git a/src/gui/doc/src/paintsystem.qdoc b/src/gui/doc/src/paintsystem.qdoc index e84bea79b1..0abab3c429 100644 --- a/src/gui/doc/src/paintsystem.qdoc +++ b/src/gui/doc/src/paintsystem.qdoc @@ -100,14 +100,19 @@ The QPaintDevice class is the base class of objects that can be painted, i.e. QPainter can draw on any QPaintDevice - subclass. QPaintDevice's drawing capabilities are currently - implemented by the QImage, QPixmap, QGLPixelBuffer, QPicture and - QPrinter subclasses. - - \image paintsystem-devices.png + subclass. QPaintDevice's drawing capabilities are among others + implemented by QWidget, QImage, QPixmap, QPicture, QPrinter, and + QOpenGLPaintDevice. \table 100% + \row \li \b Widget + + The QWidget class is the base class of user interface + elements in the \l {Qt Widgets} module. It receives mouse, keyboard + and other events from the window system, and paints a + representation of itself on the screen. + \row \li \b Image The QImage class provides a hardware-independent image