summaryrefslogtreecommitdiffstats
path: root/examples/ApplicationTemplate/qml/main.qml
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-02-10 10:27:43 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-15 23:05:09 +0100
commit02659c84f6582ace4b189d53b0811846ec28ecef (patch)
tree56203355c4900e9f3bf554fd9d15e757e69f301a /examples/ApplicationTemplate/qml/main.qml
parentc7077ae6e1444e30aa26a4880611b35014e8dd99 (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/ApplicationTemplate/qml/main.qml')
-rw-r--r--examples/ApplicationTemplate/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ApplicationTemplate/qml/main.qml b/examples/ApplicationTemplate/qml/main.qml
index 52e080c07..dcfe6064d 100644
--- a/examples/ApplicationTemplate/qml/main.qml
+++ b/examples/ApplicationTemplate/qml/main.qml
@@ -71,7 +71,7 @@ ApplicationWindow {
frame: false
highlightOnFocus: false
model: 40
- TableColumn { title: "Left Column" }
+ TableViewColumn { title: "Left Column" }
}
TextArea {
frame: false