Details
-
Bug
-
Resolution: Done
-
P4: Low
-
4.8.x, 5.4.0
-
None
-
Windows 8.1 Pro 64-bit
-
0a7fcfd61263bc156b780c5e48656c00c64721ed (qtbase/5.5, 29.5.2015)
Description
Set a font after application start (even without change, just the same, as QApplication returns):
const QFont f = QApplication::font();
QApplication::setFont( f );
Each QWizard will then have cropped title, not depending on it's length, looks like a wrong font size is taken for width calculation.
Attached screenshots and a sample project which reproduces this problem.