Home > other >  How to get a QTableView rows and columns?
How to get a QTableView rows and columns?

Time:09-24

As title, thank you

CodePudding user response:

Rows: tableView - & gt; The model () - & gt; RowCount ()
The number of columns: tableView - & gt; The model () - & gt; ColumnCount ()
  • Related