TableModelColumn QML Type▲
-
Import Statement: import Qt.labs.qmlmodels
Detailed Description▲
Supported Roles▲
TableModelColumn supports all of Qt's roles, with the exception of Qt::InitialSortOrderRole. Roles can be accessed by as listed below, e.g.
Sélectionnez
text
:
display
required property string display
display |
|
decoration |
|
edit |
|
toolTip |
|
statusTip |
|
whatsThis |
|
font |
|
textAlignment |
|
background |
|
foreground |
|
checkState |
|
accessibleText |
|
accessibleDescription |
|
sizeHintRoleNam |
See Also▲
See also TableModel, TableView