Reputation: 35760
I want to select a row in QTableWidget in my program. How can I do it?
Upvotes: 0
Views: 2135
Reputation: 3412
Alternative way is to look directly for 'selectRow' in the Qt Assistant, but then you will have to know that QTableWidget inherits QTableView.
Hope this helps.
Upvotes: 6