aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2014-07-30 10:34:37 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-07-30 11:43:01 +0200
commit30c02e78b0651aebb9f619ac08065d8b96a4e167 (patch)
tree828c44596f15b4939fba4e5715131084acf43bb8
parent616f01bc2efd18bf1ac9e1f171cce7143d9b55bd (diff)
QmlDesigner.PropertyEditor: This is not a property of PathView
This is a property of ListView and GridView. Task-number: QTCREATORBUG-12507 Change-Id: Ie3f6db2f90bc8b67bcc208c709b87717f653525d Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/PathViewSpecifics.qml16
1 files changed, 0 insertions, 16 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/PathViewSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/PathViewSpecifics.qml
index 8b5454a58c..3825a17215 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/PathViewSpecifics.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/PathViewSpecifics.qml
@@ -208,22 +208,6 @@ Column {
}
}
-
- Label {
- text: qsTr("Follows current")
- toolTip: qsTr("Determines whether the highlight is managed by the view.")
- }
-
- SecondColumnLayout {
- CheckBox {
- backendValue: backendValues.highlightFollowsCurrentItem
- }
-
- ExpandingSpacer {
-
- }
- }
-
}
}
}