some thoughts about request handling

This commit is contained in:
Blue 2023-12-25 17:07:51 -03:00
parent 73e91e658f
commit 437e76067f
Signed by: blue
GPG key ID: 9B203B252A63EE38
8 changed files with 168 additions and 64 deletions

View file

@ -10,7 +10,7 @@ Page {
signal back()
title: qsTr("Chosing a server")
// title: qsTr("Chosing a server")
Column {
anchors.centerIn: parent

View file

@ -9,7 +9,7 @@ Page {
id: page
signal pickServer(address: string)
title: qsTr("Welcome")
// title: qsTr("Welcome")
Column {
id: column