greetings all,
I execute my intensive process using "QConcurrent::run()" , within that process I need to call UI methods (update(),repaint() ..etc) to update and draw the graph according to the calculations.
But ,when I call repaint() , it throws "QPixmap: It is not safe to use pixmaps outside the GUI thread"
and for update() , I dont get the desired output.
Whats the best way to call UI methods from another thread?
thanks in advance.
Bookmarks