[PySide] QPalette.BrightText not working under osx

Tibold Kandrai kandraitibold at gmail.com
Mon Jun 18 09:23:02 CEST 2012


Hi,

Try to use stylesheets instead. They are simpler and not as confusing as
the QPalette.
Check this: http://pastebin.com/JhuX2WX8
It works on my Mac. :)

Cheers,
Tibold

2012/6/18 Frank Rueter | OHUfx <frank at ohufx.com>

>  Hello wise PySide people,
>
> I am looking at a confusing discrepancy between windows and osx when
> trying to simply change the main font colour of my app.
> I am using the "plastique" style to start with, then changing all sorts of
> values to custom tailor the look.
> For some reason this line has no effect on osx and my text remains black:
>     palette.setBrush(QPalette.Active, QPalette.BrightText, brush)
>
> Under windows it seems ok.
>
> Here is a simple snippet that shows the problem:
> http://pastebin.com/rV9nDUSN
>
> Is this a bug or use error? Is there any way I can ship around this to
> ensure my font is the colour I'm specifying in the palette?
> I'm using PySide 1.0.9
>
>
> Cheers,
> frank
>
>
>
> _______________________________________________
> PySide mailing list
> PySide at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/pyside
>
>


-- 
Kandrai Tibold
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20120618/76b31aa7/attachment.html>


More information about the PySide mailing list