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

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

@@ -1,13 +1,21 @@
import QtQuick 2.9
import QtQuick.Controls 2.2
import Qt.labs.settings 1.0
ApplicationWindow {
id: window
visible: true
width: 640
height: 480
title: qsTr("Stack")
Settings {
id: settings
property string serviceUrl: ""
}
header: ToolBar {
contentHeight: 36