How to select complete row from QTableWidget
General and Desktop
3
Posts
3
Posters
16.4k
Views
1
Watching
-
-
Call this method for you QTableWidget
@setSelectionBehavior(QAbstractItemView::SelectRows);@@vsorokin said in How to select complete row from QTableWidget:
Call this method for you QTableWidget
@setSelectionBehavior(QAbstractItemView::SelectRows);@It works, thank you for sharing.
Here's the way in QtDesigner: