[PySide] Support for 5.2

John Ehresman jpe at wingware.com
Wed Feb 5 19:10:55 CET 2014


On 2/4/14, 10:38 PM, Srini Kommoori wrote:
> Is anyone working on porting to Qt5.2?
>
> I just updated my mac to Mavericks and fonts are all messed up. I see
> that all of them are resolved in Qt5.2.

PySide only supports Qt4 right now.  The workaround for the Mavericks 
font problem (or at least a problem with the system font) is to use:
       QFont.insertSubstitution(".Lucida Grande UI", "Lucida Grande")

There's also another 4.8 release in the works.

Cheers,

John




More information about the PySide mailing list