11-19-2012 12:32 PM
successfully, but it seems that everything is done on the event thread, as the UI is not created before all of the images (12 atm, but can be more) are downloaded.
How would i move the download into another thread with Qt? Is there an executor queue that would be appropriate to use?
And do I have to get back to the event thread later on, like invokeLater in bbjava?
Solved! Go to Solution.
02-12-2013 04:31 AM