PDA

View Full Version : QTableWidget Highlighting and Selection Colors



Slewman
11th February 2010, 22:12
Hi everyone! Couple questions for you...

1. Is it possible, and if it is how can i do it, to make a row of items in my QTableWidget to be outlined with a color? so, basically, i select a row in my table, and i know i can iterate through each column and call setSelect(false) to unselect the row, but is it possible to give the ROW itself an outlined color?

2. Is it possible to change the selection color? Im sure its some style sheet property i just dont know what its called or how to set it.

Any help is greatly appreciated! Thanks!

Slewman
11th February 2010, 22:14
forget the 2nd question, i found that... but the first still stands