some thoughts about request handling
This commit is contained in:
parent
73e91e658f
commit
437e76067f
8 changed files with 168 additions and 64 deletions
|
@ -10,7 +10,7 @@ Page {
|
|||
|
||||
signal back()
|
||||
|
||||
title: qsTr("Chosing a server")
|
||||
// title: qsTr("Chosing a server")
|
||||
|
||||
Column {
|
||||
anchors.centerIn: parent
|
||||
|
|
|
@ -9,7 +9,7 @@ Page {
|
|||
id: page
|
||||
signal pickServer(address: string)
|
||||
|
||||
title: qsTr("Welcome")
|
||||
// title: qsTr("Welcome")
|
||||
|
||||
Column {
|
||||
id: column
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue