Qt 6.11 is out! See what's new in the release
blog
How to select complete row from QTableWidget
General and Desktop
3
Posts
3
Posters
16.7k
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:
