draft of spinbox
[mdictionary] / src / mdictionary / qml / AboutWidget.qml
index 500508e..a8e85bc 100644 (file)
@@ -44,7 +44,7 @@ Rectangle {
         onLinkActivated: linkClicked(link);
     }
 
-     Text {
+    Text {
         id: text4
         y: 290
         anchors.horizontalCenter: parent.horizontalCenter
@@ -52,4 +52,13 @@ Rectangle {
         anchors.horizontalCenterOffset: 0
         onLinkActivated: linkClicked(link);
     }
+
+    MySpinBox {
+        id: test01
+        y:50;
+        x:100;
+        width: 40
+        height: 20;
+    }
+
 }