PDA

View Full Version : Some QTableView questions



OlegK
30th December 2009, 16:08
Hello, I am trying to implement something like playlist from windows media player and I have some problems with QTableView:

1) Highlighting row on hover.
Style sheet ::item:hover:!selected works great, but only with one item not entire row.
Is there any reasonable solution?

2) Focus rect on entire row.
SelectionBehavior only affects selection highlighting and I don't found something similar for focus rect.