diff options
Diffstat (limited to 'examples/gallery/content/ModelView.qml')
| -rw-r--r-- | examples/gallery/content/ModelView.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/gallery/content/ModelView.qml b/examples/gallery/content/ModelView.qml index babb70308..a3c67fc0c 100644 --- a/examples/gallery/content/ModelView.qml +++ b/examples/gallery/content/ModelView.qml @@ -72,17 +72,17 @@ Item { model: dummyModel anchors.fill: parent - TableColumn { + TableViewColumn { role: "title" title: "Title" width: 120 } - TableColumn { + TableViewColumn { role: "credit" title: "Credit" width: 120 } - TableColumn { + TableViewColumn { role: "imagesource" title: "Image source" width: 200 |
