-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to disable font settings #46
Comments
qt6ct likely needs this: https://invent.kde.org/frameworks/kconfig/-/blob/master/src/gui/kconfiggroupgui.cpp#L153-170 |
I can confirm that I have had similar issues with QtCreator, and sometimes unexpected crashes with qt5/6ct. In the case of QtCreator specifically I ended up disabling theming for it through qt6ct settings. |
Perhaps this (mirroring the KDE code) would fix both problems and get rid of the need to disable font settings:
Apply the patch, re-set the font settings and fonts should have the proper bold-ness. |
I have an issue using
qt6ct
with qt creator. It correctly set's icon theme and color theme to make creator operate effectively on GNOME, including allowing me to style the designer UI in dark mode. But, it messes with the font within the editor.Because the font setting is very one-size-fits all, it makes the normally bold elements within the editor go away so all text is "Regular" while the default behavior in Qt Creator is to make certain code elements bold.
If there was a checkbox to not write any font setting to the config nor have any default font setting injected into the Qt app, this problem would be solved, then I could still use the icon and color scheme settings alone but let Creator control fonts completely.
Desired font style with some bold elements:
qt6ct theme applied, all text "Regular":
The text was updated successfully, but these errors were encountered: