hi,
I've got a parent QLabel with some graphics (setPixmap) and a child QLabel (with some text)
I'm looking for a way to update the child QLabel text and show the change right after it's done
already tried label->setText but nothing seems to happen
what do I have to do to "refresh the view"?
Bookmarks