CSS groups in a module
-
I have a CSS question..
I just now trying to find which CSS group that change the stuff in the list as in picture.
I Use :
QAbstractItemView
{
background-color: #292c33;
}That changes the background, but other items like hoover, text color etc i cant find.
Anyone know how to do?
A link to the docs wont do, i read it already. -
Hi
try color for the text -
First i need to know what group to use, and what undergroup..
like "QAbstractItemView" and "QAbstractItemView:title"
None of above works on that window apart from backgroundcolor.. -
Look in the code ?
it looks like a delegate design and might not use styles sheets at all.
What you call group is actually selector or widget type but we cant guess it from the image as it can be anything and
might not use style sheet settings at all if just drawn with qpainter.