row or column count in QAbstractTableModel...
-
In the QAbstractTableModel, if there is a HeaderView of a Model or Model spanned with several different rows or columns, is there a way to know the number of original rows and the number of columns?
-
As pure virtual yes see http://doc.qt.io/qt-5/qabstractitemmodel.html#rowCount
-
Why should the headers have a different row/column count than the data?