Re: QPixmap size limitation
Re: QPixmap size limitation
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?
Re: QPixmap size limitation
Yes, possibly, but it is exercising different code paths that may be doing things slightly differently. The statement about short int limitations is a little vague "not guaranteed to be shown".