A guide to creating plugins to extend Qt's applications and functionalities.| doc.qt.io
A platform-independent mechanism for shipping resource files in an application.| doc.qt.io
The QPicture class is a paint device that records and replays QPainter commands.| doc.qt.io
The QPaintDevice class is the base class of objects that can be painted on with QPainter.| doc.qt.io
The QImageReader class provides a format independent interface for reading images from files or other devices.| doc.qt.io
The QBitmap class provides monochrome (1-bit depth) pixmaps.| doc.qt.io
The QImage class provides a hardware-independent image representation that allows direct access to the pixel data, and can be used as a paint device.| doc.qt.io
The QColor class provides colors based on RGB, HSV or CMYK values.| doc.qt.io
The QPixmap class is an off-screen image representation that can be used as a paint device.| doc.qt.io
The QPainter class performs low-level painting on widgets and other paint devices.| doc.qt.io
The QList class is a template class that provides a dynamic array.| doc.qt.io
Reference counting for fast copying.| doc.qt.io