summaryrefslogtreecommitdiffstats
path: root/examples/webview/minibrowser/main.qml
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2014-11-24 15:16:17 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2014-11-24 16:26:58 +0100
commitf30405cf4804a4b315698b7fcf53a5f583163f44 (patch)
tree046e66146fcf4470218ee9b066a8250540edb87d /examples/webview/minibrowser/main.qml
parent85d5f57ebe5ee44a9171cae2c8141d6ed2a0f979 (diff)
Fix the window title of the example.
Wire the window title to QWebView and set the application display name. Qt will then automatically append it. Change-Id: I327f0baa9ad5272691d84fd7eee3754b514daee6 Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
Diffstat (limited to 'examples/webview/minibrowser/main.qml')
-rw-r--r--examples/webview/minibrowser/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webview/minibrowser/main.qml b/examples/webview/minibrowser/main.qml
index 728323f..89f918d 100644
--- a/examples/webview/minibrowser/main.qml
+++ b/examples/webview/minibrowser/main.qml
@@ -49,7 +49,7 @@ ApplicationWindow {
y: initialY
width: initialWidth
height: initialHeight
- title: qsTr("QtWebView Example")
+ title: webView.title
toolBar: ToolBar {
id: navigationBar