qrc and serachBarWidget
[mdictionary] / src / mdictionary / qml / AboutWidget.qml
index 8dbcbd8..24ad67e 100644 (file)
@@ -3,8 +3,8 @@ import QtWebKit 1.0
 
 Rectangle {
     id: item
-    width: 400;
-    height: 400;
+    //width: 400;
+   // height: 400;
     opacity: 1
     anchors.fill: parent
 
@@ -33,7 +33,7 @@ Rectangle {
         anchors.horizontalCenter: parent.horizontalCenter
         textFormat: Text.RichText
         text: "Maemo/Meego Multilingual Dictionary <br> Copyright 2006-2010, Comarch S.A. <br> <a href=\"http://mdictionary.garage.maemo.org\"> http://mdictionary.garage.maemo.org</a>"
-        anchors.horizontalCenterOffset: 1
+        anchors.horizontalCenterOffset: 0
         onLinkActivated: linkClicked(link);
     }
 
@@ -55,19 +55,18 @@ Rectangle {
         onLinkActivated: linkClicked(link);
     }
 
-    MyTextLineEdit{
-        id: myTextLineEdit
-        x: 50
-        y: 32
-        width: 120
+    Button{
+        x:100;
+        y:100;
+        width: 500
         height: 30
+        textInButton: "ala ma kota"
     }
 
-    /*SearchBarWidget {
+    SearchBarWidget {
         id: searchbarwidget1
-        x: 0
-        y: 32
+        y:50;
+        width: item.width;
+        height: 30;
     }
-    */
-
 }