The QPixmap class, part of the Qt framework, is an off-screen image representation that can be used as a paint device.
QPixmap
class is one of Qt classes for handling image data. It is designed and optimized for showing images on screen.
The official Qt documentation can be found here for Qt 4.8 and here for Qt 5.