From ac472e30d991169b0c3f231ac39634e15715677a Mon Sep 17 00:00:00 2001 From: dorian Date: Thu, 28 Jun 2018 01:20:35 +0200 Subject: [PATCH] e --- android-sources/AndroidManifest.xml | 2 +- fannyapp.pro.user | 9 ++++++--- qml/HomeForm.qml | 2 -- qml/WebsitePage.qml | 8 +++++++- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/android-sources/AndroidManifest.xml b/android-sources/AndroidManifest.xml index 09d522e..ca7e7a8 100644 --- a/android-sources/AndroidManifest.xml +++ b/android-sources/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/fannyapp.pro.user b/fannyapp.pro.user index 32ee976..2795989 100644 --- a/fannyapp.pro.user +++ b/fannyapp.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId @@ -441,7 +441,7 @@ android-27 - + /home/dorian/Documents/gitlab/fanny-app/android_release.keystore true Build Android APK @@ -579,7 +579,10 @@ Qt4ProjectManager.AndroidDeployConfiguration2 1 - + + MWS0216A15001488 + 24 + false false diff --git a/qml/HomeForm.qml b/qml/HomeForm.qml index 77b9173..1c7ab0d 100644 --- a/qml/HomeForm.qml +++ b/qml/HomeForm.qml @@ -151,8 +151,6 @@ Page { id: text visible: true width: verificationDialog.availableWidth - - wrapMode: Label.Wrap text: "Vertretungsplan, vertraulich, nur zum persönlichen Gebrauch, keine Speicherung!" } diff --git a/qml/WebsitePage.qml b/qml/WebsitePage.qml index beaa9b4..5fe02e6 100644 --- a/qml/WebsitePage.qml +++ b/qml/WebsitePage.qml @@ -25,6 +25,13 @@ Page { value: webView.loadProgress == 100 ? 0 : webView.loadProgress / 100 } + Button { + z: 1 + anchors.top: parent.top + text:"\u21BA" + onClicked: webView.reload() + } + WebView { id: webView anchors { @@ -36,7 +43,6 @@ Page { url: "http://www.fanny-leicht.de/j34" onLoadingChanged: { - if (loadRequest.errorString) console.error(loadRequest.errorString); }