Tagged Questions

1
vote
1answer
14 views

Drawing on a QImage simultaneously with two QPainter instances

I am working on an application in PyQt4. In my application I will need to draw on a QImage according to data from two sources (for example, imagine periodically-called irregularly-timed methods which ...
1
vote
2answers
546 views

PyQt4 - Image Watermark

I'm trying to open a PNG image and write some text to it (a watermark) via QImage and QPainter. The code works 100% on Linux but when I run it on Windows XP (haven't tested with any other versions of ...