painter.setCompositionMode(QPainter::CompositionMode_Clear);
See Composition Modes sample provided with Qt.
CLICK HERE to find out more related problems solutions.
painter.setCompositionMode(QPainter::CompositionMode_Clear);
See Composition Modes sample provided with Qt.
CLICK HERE to find out more related problems solutions.