Improve browser.qml a bit
authorTobias Koenig <tobias.koenig@kdab.com>
Sun, 28 Oct 2012 08:54:48 +0000 (09:54 +0100)
committerTobias Koenig <tobias.koenig@kdab.com>
Sun, 28 Oct 2012 08:54:48 +0000 (09:54 +0100)
browser.qml
declarativewidgets.pro

index 8b8b21e..18b3cc7 100644 (file)
@@ -18,6 +18,8 @@ Widget {
 
       LineEdit {
         id: urlInput
+
+        onEditingFinished: webView.url = urlInput.text
       }
 
       PushButton {
index fb5f4a4..bc9ed0d 100644 (file)
@@ -25,6 +25,7 @@ QT += declarative webkit
 
 OTHER_FILES += \
     animation.qml \
+    browser.qml \
     dialogs.qml \
     editor.qml \
     gallery.qml \