Добавил форму настроек

This commit is contained in:
2018-07-11 20:44:50 +02:00
parent f2f55a2830
commit 34637319ba
3 changed files with 58 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ Page {
title: qsTr("Home")
Label {
text: qsTr("You are on the home page.")
text: qsTr("You are on the home page. " + settings.serviceUrl)
anchors.centerIn: parent
}
}