summaryrefslogtreecommitdiff
path: root/src/controls/ApplicationWindow.qml
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-02-22 13:45:41 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-22 18:43:29 +0100
commit2445709979c6e125e58076b2707fd43fd7abf9af (patch)
tree803a4b59ce9d1a38c97fb447908a964fdf338f73 /src/controls/ApplicationWindow.qml
parent879f56327e5d41564ae010a2ab98a02c76396d0e (diff)
downloadqtquickcontrols-2445709979c6e125e58076b2707fd43fd7abf9af.tar.gz
Rename TabFrame to TabView
Change-Id: I367758fe97656fb5c4aab79c87e80ead2430c69b Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/controls/ApplicationWindow.qml')
-rw-r--r--src/controls/ApplicationWindow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/ApplicationWindow.qml b/src/controls/ApplicationWindow.qml
index 01ab6603..ab2f75bd 100644
--- a/src/controls/ApplicationWindow.qml
+++ b/src/controls/ApplicationWindow.qml
@@ -69,7 +69,7 @@ import QtQuick.Controls.Private 1.0
}
}
- TabFrame {
+ TabView {
id: myContent
anchors.fill: parent
...