Hmmm... I think I need to review how QT3 widgets work then. I thought that when you called setText, from within (slot) function, for a widget (like QLabel, for example), it immediately updated the widget (including visually). However, if I understand you correctly, the visual update doesn't happen until the event loop is returned to?
Bookmarks