9#include <QAbstractTableModel>
\macro QT_RESTRICTED_CAST_FROM_ASCII
QString arg(qlonglong a, int fieldwidth=0, int base=10, QChar fillChar=u' ') const
int rowCount(const QModelIndex &parent=QModelIndex()) const override
Returns the number of items in the row list as the number of rows in the model.
int columnCount(const QModelIndex &=QModelIndex()) const override
Returns the number of columns for the children of the given parent.
QHash< int, QByteArray > roleNames() const override
QVariant data(const QModelIndex &index, int role) const override
Returns the data stored under the given role for the item referred to by the index.
#define QML_ADDED_IN_MINOR_VERSION(VERSION)