aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2011-08-02 11:53:38 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2011-08-02 11:59:51 +0200
commit87fea757fb54829e4b32899b6c83dc6314b3195c (patch)
tree9c9bd4f3b313c3b7a459effdc779bae4733343b0
parentaa2ba4c2a8867b4315cb7333c6d64a95559fb091 (diff)
QmlDesigner.propertyEditor: fix for Image (2)
Task-Number: QTCREATORBUG-5699 Change-Id: I819e50a6dd3f1a78112bc29b7c4c44284d25f21a Reviewed-on: http://codereview.qt.nokia.com/2505 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/ImageSpecifics.qml15
1 files changed, 0 insertions, 15 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ImageSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ImageSpecifics.qml
index 5c83bfba86..e8ca763833 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ImageSpecifics.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ImageSpecifics.qml
@@ -85,21 +85,6 @@ QWidget {
}
}
- QWidget {
- layout: HorizontalLayout {
- Label {
- text: qsTr("Aliasing")
- }
-
- CheckBox {
- text: qsTr("Smooth")
- backendValue: backendValues.smooth
- baseStateFlag: isBaseState;
- checkable: true;
- }
- }
- }
-
QWidget { // 1
layout: HorizontalLayout {