Quote:
Originally Posted by KevinH
No the name itself is used in a dictionary lookup, so modifying the name itself is out.
|
I'm sorry, I do not know. It works for me.
Screen shots were real.
Quote:
Originally Posted by KevinH
Why can't red be seen on a Dark motif? It is a foreground colour and not a background colour for the text. Red should show up on a dark or light background. That is why I chose it.
|
Yes, for REAL dark theme (like as Mojave).
But for QSS style if the current semantics does not have any css / qss class or id that can be individually configured - it looks like this: dark background and black text. The red color among black foreground on a dark background looks unattractive.
If I write style:
Code:
QListView::item {
color: #d8d8d8;
}
...this style will overwrite the red color.
That's what I meant when I suggested a checkmark that always works.