On Sat, Sep 12, 2009 at 11:30:23PM +0200, Enrico Forestieri wrote: > On Sat, Sep 12, 2009 at 09:57:24PM +0200, Andre Poenitz wrote: > > > On Sat, Sep 12, 2009 at 06:33:17PM +0200, Vincent van Ravesteijn wrote: > > > But, it doesn't run ok. It's not allowed to access the GUI from within a > > > different thread. > > > > Funny, worked on Linux. But you are right of course. > > I think that Qt asserts only when compiled in debug mode. > In this case, I think that the assertions are bogus.
It's still not supported to have GUI operations outside the main thread. Andre'