Quote Originally Posted by ^NyAw^ View Post
I've tryied to update a QLabel with a signal emmited from a thread in a little test and it works perfectly.
That test proves nothing really (the fact it didn't crash when you tested it doesn't mean it won't crash at all). But I can tell you this is correct - as long as you use signals and slots and thread affinity of objects involved is correct, it will work properly