I don't know about Windows and Mac, but when I've tried to paint (via QPainter) from non-gui thread, I had a lot of X11 errors. Maybe it's because my x.org API is not reentrant.
I don't know about Windows and Mac, but when I've tried to paint (via QPainter) from non-gui thread, I had a lot of X11 errors. Maybe it's because my x.org API is not reentrant.
Thanks!
Try this today!
Succes is 5% of talent and 95% of work!
Did you read the documentation on QThread?Originally Posted by AlexKiriukha
Save yourself some pain. Learn C++ before learning Qt.
Sure. I know that application can have only one GUI thread but experiments (even if they are wrong) is interesting thing :-)Originally Posted by Chicken Blood Machine
Bookmarks