Can you add more test buttons to your UI. So we can find out whats wrong with QLabel. Why only label's font is not getting changed.
Can you add more test buttons to your UI. So we can find out whats wrong with QLabel. Why only label's font is not getting changed.
Assumably, the label is not being updated because it is not being redrawn. Try, the updateAllWidgets function shown at QApplication::allWidgets
Bookmarks