summaryrefslogtreecommitdiffstats
path: root/examples/quick/dialogs/systemdialogs/systemdialogs.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/dialogs/systemdialogs/systemdialogs.qml')
-rw-r--r--examples/quick/dialogs/systemdialogs/systemdialogs.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/quick/dialogs/systemdialogs/systemdialogs.qml b/examples/quick/dialogs/systemdialogs/systemdialogs.qml
index 0c30d9e59..5e8cb7864 100644
--- a/examples/quick/dialogs/systemdialogs/systemdialogs.qml
+++ b/examples/quick/dialogs/systemdialogs/systemdialogs.qml
@@ -52,23 +52,23 @@ ApplicationWindow {
anchors.margins: 8
Tab {
id: controlPage
- title: "File Dialog"
+ title: "File"
FileDialogs { }
}
Tab {
- title: "Color Dialog"
+ title: "Color"
ColorDialogs { }
}
Tab {
- title: "Font Dialog"
+ title: "Font"
FontDialogs { anchors.fill: parent }
}
Tab {
- title: "Message Dialog"
+ title: "Message"
MessageDialogs { anchors.fill:parent }
}
Tab {
- title: "Custom Dialogs"
+ title: "Custom"
CustomDialogs { anchors.fill:parent }
}
}