I understand that you can't access gui widgets from a thread. But I have found that I can call setText for widgets (QPushButton, QLabel etc) from a thread and it seems to work. Is this by design and I can count on it? Or should I go through the hassle of creating signal/slot to do this?

Thanks much.