You cannot access any widget from a non-gui thread. You cannot access any QObject from more than one thread. There is no way to work around this with mutexes. Use signals and slots or events for synchronization.
You cannot access any widget from a non-gui thread. You cannot access any QObject from more than one thread. There is no way to work around this with mutexes. Use signals and slots or events for synchronization.
Nicuvëo (22nd February 2011)
Bookmarks