Hi,

Is there a way with Qt 4.8.6 to make every alternate colored items span the entire width of the QTreeWidget they belong to?

alternatedcolors.jpg

I tried adding
Qt Code:
  1. show-decoration-selected: 1;
To copy to clipboard, switch view to plain text mode 
to the QTreeWidget styles but no luck.