runner and pixmaps/icons

Shaun Reich sreich at kde.org
Sun Feb 26 17:00:50 UTC 2012


in my match() event, i end up downloading some data, getting the url
inside that data, downloading the thumbnail which that url points
to...

question is, i need to then do QPixmap pixmap;
pixmap.loadFromData(reply->readAll()), then try to do
match.setIcon(pixmap). However this means that gui stuff is being done
outside of the gui thread. how can i overcome this?

-- 
Shaun Reich,
KDE Software Developer (kde.org)


More information about the Plasma-devel mailing list