summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@digia.com>2013-12-16 12:50:32 +0100
committerMarco Bubke <marco.bubke@digia.com>2013-12-16 12:55:06 +0100
commit07222ba46a4cf43ed1ee92f288b4f3212ebfe478 (patch)
treed2af10de9f3b65ec2bd8528fec647788a12ad06f /share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml
parentb2353c01f84792872dfac679e7a9abe8998b6686 (diff)
downloadqt-creator-07222ba46a4cf43ed1ee92f288b4f3212ebfe478.tar.gz
QmlDesigner: Refactor enumeration handling
Change-Id: I0e163147a0303741af52127ece6f6afd0d2aa658 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml
index 995874e73d..33a84d5349 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml
@@ -49,6 +49,7 @@ Column {
ComboBox {
model: ["LeftToRight", "TopToBottom"]
backendValue: backendValues.flow
+ scope: "Qt"
}
ExpandingSpacer {
@@ -65,6 +66,7 @@ Column {
model: ["LeftToRight", "RightToLeft"]
backendValue: backendValues.layoutDirection
Layout.fillWidth: true
+ scope: "Qt"
}
}