[Interest] Update QWebElement from different threads
Thiago Macieira
thiago.macieira at intel.com
Thu Mar 3 18:14:18 CET 2016
On quinta-feira, 3 de março de 2016 14:01:31 PST Freddy Martinez Garcia wrote:
> is that possible ??? what is the best way to do that
It's not possible to modify any UI from outside the UI thread.
You need to sync back to the main thread via a queued connection or via an
event and do that from the main thread.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list