[Interest] Qt4 user-selected default font not respected on OS X

René J.V. Bertin rjvbertin at gmail.com
Fri May 29 19:52:16 CEST 2015


Hi,

I've found a good (though not the smallest) example of a Qt application that does not respect the default font set through QtConfig, in Qt 4.8.7 : doxygen's GUI interface/wizard.

When the application is first launched, and as long as it doesn't get an expose/redraw event, QLabels and QButtons show the correct font, i.e. the one selected as the default font. But as soon as such an event is received, they are redrawn with the system font (Lucida Grande 12 or 13). This disturbs up the whole layout because certain other style elements do retain the correct font.

Where would I start looking to squash this bug?

Thanks,
R.



More information about the Interest mailing list