In the constructor of the main dialog (inherited from QDialog), I create a QPushButton, the I change its font size using QFont::setPointSize(). But when shown, the font size of QPushButton remains default. It seems that QFont::setPointSize does not take effect or the font size of QPushButton is overrided by something ?
So what' s the chance to change the font size of QPushButton ? How ?
My app is running on Windows Mobile 5, thanks!
Bookmarks