Thanks for the link. I do notice however, if I were to draw everything I intend to draw (ie QPainterPath) directly on the QPainter passed to the paint function of the QGraphicsWidget it seems to work fine. It's only if I draw the QPainterPath onto a QPixmap and then drawing the pixmap that is causing the clipping issue. Is drawing a path not using the raster-based paint engine?




Reply With Quote

Bookmarks