TableModelColumn QML Type

Represents a column in a model. More...

Import Statement: import Qt.labs.qmlmodels 1.0
Since: Qt 5.14

Detailed Description

Supported Roles

TableModelColumn supports all of Qt's roles, with the exception of Qt::InitialSortOrderRole.

See also TableModel and TableView.