filcuc/nimqml

QAbstractTableModel rowCount doesn't work

filcuc opened this issue · 0 comments

Trying to create an example for #14 using a QAbstractTableModel subclass the rowCount callback is not called. Instead using a QAbstractListModel with a custom column count works.