How to select complete row from QTableWidget
-
-
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: