[Bug 308802] the telepathy contact list has wrong colors, resulting in white-on-white text

David Edmundson david at davidedmundson.co.uk
Tue Oct 23 17:09:57 BST 2012


https://bugs.kde.org/show_bug.cgi?id=308802

--- Comment #7 from David Edmundson <david at davidedmundson.co.uk> ---
That was really confusing.

Are there any other tree views that you consider "correct" ?

I'll make a list of all the items and what roles they are currently using, you
can tell me what they should be using.

Selected name text:
   QPalette::Active, QPalette::HighlightedText
Normal name text:
   QPalette::Active, QPalette::WindowText
Selected presence message text:
   QPalette::Disabled, QPalette::HighlightedText
normal presence message text:
   QPalette::Disabled, QPalette::WindowText
The line:
   QPalette::Inactive, QPalette::Button;
Group Arrows:
   using QStyle::drawPrimitive() so definitely right

Ideally please use names from:
http://doc.qt.digia.com/4.5/qpalette.html#ColorGroup-enum 
and http://doc.qt.digia.com/4.5/qpalette.html#ColorRole-enum

so we're all talking the same language.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list