Skip to content
Advertisement

Python PyQt5 QTreeView set row Background Colour

I am trying to set the background colour (color) for a) a whole QTreeView, and b) for specific rows in a QTreeView within Python.

I have found setColor and setBackgroundColor methods, but neither seem to work for me with QTreeView nor QStandardItem.

Lots of googling shows many conversations about it, but I have not been able to relate those to my code below.

Full Code is below, but two attempts to set the colour are:

JavaScript

and

JavaScript

Any help appreciated.

Thanks very much Kevin

Sorry the code example is fairly long, but I have cut it down to what I think is a minimal working example:

JavaScript

Advertisement

Answer

To set the whole of a QTreeView Background Colour this works for me:

JavaScript

To set a specific QStandardItemModel Item Background Colour this works for me:

JavaScript

And for completeness, to set the font color, this works for me:

JavaScript

Thanks very much to all those that have guided me in finding the answer.

Kevin

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement