Re: Qt renders wrong font
What happens if you change the default font in qtconfig to a one that should be antialiased?
Re: Qt renders wrong font
I guess I'm kinda blind or something... but I just can't find the qtconfig tool anywhere I even did a search for it but nothing came up? All I found was the proper qtconfig html-file from the documentation...
Re: Qt renders wrong font
Anyways, I just looked up the font that is being used by the Windows Theme and its size and I put this in my main-function:
Code:
font.setPixelSize(11);
Now everything looks just like it supposed to in my application, but that can't be the solution ;)
Re: Qt renders wrong font
Maybe Windows version doesn't have qtconfig, I don't know. The actual problem is that the default font of your Qt installation is set to a font which is fine for one theme but is not updated when you switch teams. It might even be a limitation of Qt itself, you might want to report a suggestion to the Trolls to make it possible to switch default fonts automatically to comply to the theme used.
Re: Qt renders wrong font
I created a new task at trolltech.com
Let's see if anything changes. But I definitely think this is a bug :)
Re: Qt renders wrong font
I don't think it is a bug. Maybe a lack of feature but not a bug. You can always subclass QApplication and set the font yourself based on what your system settings are.
Re: Qt renders wrong font
The trolls added my task to their task tracker:
Task ID: 136762
So, what happens now? Do I have to look at that task entry a few times for a couple of weeks or does anything happen in general at all?
Re: Qt renders wrong font
Do you mean like if there's any further actions required by you? No. The time it takes to fix the bug of course depends on how urgent the bug is considered by the Trolls.