diff options
| author | Jens Bache-Wiig <jens.bache-wiig@digia.com> | 2013-02-10 10:27:43 +0100 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-02-15 23:05:09 +0100 |
| commit | 02659c84f6582ace4b189d53b0811846ec28ecef (patch) | |
| tree | 56203355c4900e9f3bf554fd9d15e757e69f301a /examples/gallery/content/ModelView.qml | |
| parent | c7077ae6e1444e30aa26a4880611b35014e8dd99 (diff) | |
Update API and documentation of TableView
Note that I renamed Column to TableViewColumn
Change-Id: I8968797cede9a117a6acac09997fba385ff76b30
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
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 |
