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