Doing PyQt programming, anti-aliasing issue

Hey all, I am doing some PyQt writing for my company and I am having issues getting anti-aliasing/installed font families to work.

I have tried pretty much everything I could think of in terms of the code to fix this issue. (style hints/strategy, enabling anti-aliasing in system, adding it to the system’s font-config) Could I be missing something in the OS? Could this be a Qt compiling issue? Either way, I need some help…

Also, the machines are running Redhat Linux which I am not incredibly familiar with.

Edit: I am trying to match Maya’s font style, which seems to be “Liberation Sans” antialiased. The app looks identical run in Maya or outside except for the fonts

Some screenshots would help a lot!

Unfortunately not much I can do in the way of that because of their internet policies. All I can really do is say that anti-aliasing doesn’t work for our build, but running PyQt in other Pythons (system/maya/nuke) seems to yeild a properly functioning UI. I have started to feel that maybe it actually has to do with our Qt compile perhaps