The toolbar font is abnormally large
Moved
Unsolved
Qt Creator and other tools
-
How to solve the problem that the toolbar font becomes abnormally large after qtcreator is upgraded to version 9.0.
@ALEXLU At https://bugreports.qt.io/browse/QTCREATORBUG-28499 you can find the corresponding Qt Creator bug report where I posted two workarounds:
Workaround: I've compiled Qt 6.4.1 with the fix form Qt 6.4.2 and attached the qwindows.dll binary to this bugreport. Just replace the installed version from
c:\Qt\qtcreator-9.0.0\bin\plugins\platforms\qwindows.dll
and this problem goes away!Second workaround: Another solution is to use a fonts.css and start Qt Creator as:
qtcreator -stylesheet fonts.css
The followingfonts.css
made the UI font size normal again:QWidget { font: 9pt; }