I don't understand clearly. Does it relative with my example:Forget about threads in all situations regarding display (rendering as well).
We can't use threads in this case, because I want truck & vessel drawn on form.Qt Code:
truckthread.start(); // call truckthread.run(){draw()}; vesselthread.start(); // call vesselthread.run(){draw()}; form.show();To copy to clipboard, switch view to plain text mode
Bookmarks