Re: [Interest] Using QObject in different thread as the target of Connections

2017-03-08 Thread Jean-Michaël Celerier
I've opened an issue about this here : https://bugreports.qt.io/browse/QTBUG-59331 so if someone can chime in... Best, Jean-Michaël On Tue, May 17, 2016 at 7:36 AM, Elvis Stansvik wrote: > 2016-05-16 22:43 GMT+02:00 Thiago Macieira : > > On segunda-feira, 16 de maio de 2016 18:19:37 PDT Elvis

Re: [Interest] Using QObject in different thread as the target of Connections

2016-05-16 Thread Elvis Stansvik
2016-05-16 22:43 GMT+02:00 Thiago Macieira : > On segunda-feira, 16 de maio de 2016 18:19:37 PDT Elvis Stansvik wrote: >> Den 11 maj 2016 7:50 fm skrev "Elvis Stansvik" : >> > Hi all, >> > >> > Setting a QML engine root context property to a QObject instance that >> > has been moved to a different

Re: [Interest] Using QObject in different thread as the target of Connections

2016-05-16 Thread Thiago Macieira
On segunda-feira, 16 de maio de 2016 18:19:37 PDT Elvis Stansvik wrote: > Den 11 maj 2016 7:50 fm skrev "Elvis Stansvik" : > > Hi all, > > > > Setting a QML engine root context property to a QObject instance that > > has been moved to a different thread and then attempting to connect to > > > > o

Re: [Interest] Using QObject in different thread as the target of Connections

2016-05-16 Thread Elvis Stansvik
Den 11 maj 2016 7:50 fm skrev "Elvis Stansvik" : > > Hi all, > > Setting a QML engine root context property to a QObject instance that > has been moved to a different thread and then attempting to connect to > one of its signals with Connections on the QML side seems unsupported: > > QQmlEngin