Add connections between DictManagerWidget qml, model and c++ code
[mdictionary] / src / mdictionary / qml / Button.qml
index 224a548..fd49c8e 100644 (file)
@@ -27,16 +27,6 @@ BorderImage {
         style: Text.Sunken; color: "white"; styleColor: "black"; smooth: true
     }
 
-//    Rectangle {
-//        id: shade
-//        anchors.centerIn: parent;
-//        radius: parent.height*.4;
-//        color: "black";
-//        opacity: 0
-//        width:  parent.width;
-//        height: parent.height;
-//    }
-
     Image {
         id: image1
         width: (35*parent.height)/107 +1