From df30ca18eebd2dfec03c589b607d45a5891cf2b2 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 14 Dec 2014 00:45:55 +0100 Subject: add UI to install/remove apps from watch --- app/qml/pages/AppConfigPage.qml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'app/qml/pages/AppConfigPage.qml') diff --git a/app/qml/pages/AppConfigPage.qml b/app/qml/pages/AppConfigPage.qml index 7b969a3..10fbe05 100644 --- a/app/qml/pages/AppConfigPage.qml +++ b/app/qml/pages/AppConfigPage.qml @@ -7,14 +7,14 @@ Page { id: appConfigPage property alias url: webview.url - property string uuid + property string name SilicaWebView { id: webview anchors.fill: parent header: PageHeader { - title: "Configuring " + uuid + title: "Configuring " + name } onNavigationRequested: { @@ -31,4 +31,9 @@ Page { } } } + + ViewPlaceholder { + enabled: url == "" + text: qsTr("No configuration settings available") + } } -- cgit v1.2.3