add focus in qml
[mdictionary] / src / mdictionary / qml / TranslationView.qml
index c0a546a..79cd850 100644 (file)
@@ -18,6 +18,7 @@ Rectangle {
         id: webView
         width:parent.width
         height:parent.height
+        url:"file:///home/jakub/test.html";
         anchors { top: headerSpace.bottom; left: parent.left; right: parent.right; bottom: parent.bottom }
     }