weird font spacing in Qt Creator 10.0
-
I have encountered this issue since Qt Creator 8.0, and it continues to exist even in version 10.0. The text spacing in Qt Creator is uneven, both in menus and tooltips. It looks quite strange. Is there any solution to this problem? (PS: Qt Creator 5.0.3 doesn't have this issue.)
-
C Christian Ehrlicher moved this topic from Installation and Deployment on
-
I have encountered this issue since Qt Creator 8.0, and it continues to exist even in version 10.0. The text spacing in Qt Creator is uneven, both in menus and tooltips. It looks quite strange. Is there any solution to this problem? (PS: Qt Creator 5.0.3 doesn't have this issue.)
One important change between Qt Creator 5 and 10 is the usage of Qt6 instead of Qt5.
It seems there is some font rendering issue with Qt6.
Please do create a bugreport at https://bugreports.qt.io/ and attach the content of the
Help -> System Information ...
window. -
One important change between Qt Creator 5 and 10 is the usage of Qt6 instead of Qt5.
It seems there is some font rendering issue with Qt6.
Please do create a bugreport at https://bugreports.qt.io/ and attach the content of the
Help -> System Information ...
window.This issue has been tracked at https://bugreports.qt.io/browse/QTBUG-104895 and fixed in Qt 6.5.0.
Qt Creator 11.0.2 official builds are still using Qt 6.4.3, but the GitHub releases use Qt 6.5.2 https://github.com/qt-creator/qt-creator/releases
You could get a GitHub release and see how it works for you.
-
This issue has been tracked at https://bugreports.qt.io/browse/QTBUG-104895 and fixed in Qt 6.5.0.
Qt Creator 11.0.2 official builds are still using Qt 6.4.3, but the GitHub releases use Qt 6.5.2 https://github.com/qt-creator/qt-creator/releases
You could get a GitHub release and see how it works for you.
@cristian-adam I tried the version 11.0.2 from the GitHub release, and indeed, the issue was not present. It appears to be a problem with Qt 6. Looking forward to the next official update being able to completely resolve this issue. Thank you!
-