PDA

View Full Version : HideSelection = False analogue in QTableView and etc



fsmoke
28th March 2014, 09:11
I want to keep visible row/cell selection when QTableVIew loses focus. In many others api it's called HideSelection property. How can I do this in Qt, most simply way?

anda_skoa
30th March 2014, 12:29
It is really not helpful to refer to some unspecified "other API".

Attach a minimal example that can be built and run and that shows the behavior you are seeing and describe the behavior you want to have instead.

Cheers,
_