[Solved]Select entirely row in QTableWidget
Solved
General and Desktop
-
Hi, I've a QTableWidget used to view informations.
I would like that when I click in a single cell, entirely row is highlighted.
it's possible to do it?Thanks.
-
Hi,
Yes it is: see the selectionBehaviour property.
-
Many thanks, it works :)