No.Pixmap shouldn't be used outside the main thread.
Only paint operations must be in the GUI thread.
You can LOAD your pixmap in a worker thread, but SHOW it in the GUI thread.
No.Pixmap shouldn't be used outside the main thread.
Only paint operations must be in the GUI thread.
You can LOAD your pixmap in a worker thread, but SHOW it in the GUI thread.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks