[Solved]Select entirely row in QTableWidget
-
wrote on 12 Sept 2020, 07:28 last edited by Stefanoxjx 9 Dec 2020, 08:21
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.
-
wrote on 12 Sept 2020, 08:21 last edited by
Many thanks, it works :)
1/3