OSDN Git Service

QmlDesigner.propertyEditor: smooth for Text
authorThomas Hartmann <Thomas.Hartmann@nokia.com>
Thu, 29 Apr 2010 12:18:15 +0000 (14:18 +0200)
committerThomas Hartmann <Thomas.Hartmann@nokia.com>
Thu, 29 Apr 2010 12:27:27 +0000 (14:27 +0200)
share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml

index 29c498b..0cb32e4 100644 (file)
@@ -58,5 +58,19 @@ GroupBox {
                 AlignmentVerticalButtons { }
             }
         }
+        QWidget {
+            layout: HorizontalLayout {
+                Label {
+                    text: qsTr("Aliasing")
+                }
+
+                CheckBox {
+                    text: qsTr("Smooth")
+                    backendValue: backendValues.smooth
+                    baseStateFlag: isBaseState;
+                    checkable: true;
+                }
+            }
+        }
     }
 }