qrc and serachBarWidget
[mdictionary] / src / mdictionary / qml / MyTextLineEdit.qml
index 36ea2e5..7093c02 100644 (file)
@@ -3,12 +3,11 @@ import Qt 4.7
 Rectangle {
     id: rectangle1
     radius: 10
-    border.color: "#000666"
-
+    border.color: "#000666";
 
     TextInput {
         id: text_input1
-        width: rectangle1.width -20
+        width: rectangle1.width-20
         height: rectangle1.height*0.6;
         text: "textInput"
         transformOrigin: Item.Left