draft of settingWidget qml
[mdictionary] / src / mdictionary / qml / AboutWidget.qml
index a8e85bc..a600d1b 100644 (file)
@@ -53,12 +53,12 @@ Rectangle {
         onLinkActivated: linkClicked(link);
     }
 
-    MySpinBox {
+  /*  MySpinBox {
         id: test01
-        y:50;
-        x:100;
+        y:20;
+        x:20;
         width: 40
         height: 20;
     }
-
+    */
 }