Hello,
I must first say that I am new to Qt and have been trying out the open source edition and as a relatively experienced C++ and Win32 programmer, I must say I am thrilled with the quality and depth of Qt. My hat is off to the fine work done with this library.

I am noticing a font issue that somebody might be able to shed some light on.

I am using qt-x11-opensource-4.2.2 on mandriva 2007.0.

Here is what I am seeing:

Using Qt Designer, I am noticing that with the Antialiasing font setting to true, that the font is properly Antialiased in my Ui Form as expected, but only in Qt Designer. Likewise, when I set antialiasing to false, the expected behaviour occurs.

However, at my application's runtime, the font is not antialiased.
I notice that also in qtconfig that this same font, Sans Serif, 9 pt, normal, is not antialiased.

Any suggestions as to how I can get this font to show up antialiased at runtime in my application?

Thank you,
Charles