Module qt_gui::q_painter

source ·
Expand description

C++ type: QPainter

Structs

  • Defines the modes supported for digital image compositing. Composition modes are used to specify how the pixels in one image, the source, are merged with the pixel in another image, the destination.

  • This class is used in conjunction with the QPainter::drawPixmapFragments() function to specify how a pixmap, or sub-rect of a pixmap, is drawn.

  • This enum was introduced or modified in Qt 4.7.

  • Renderhints are used to specify flags to QPainter that may or may not be respected by any given engine.