WIP more UI wip

This commit is contained in:
Aurelien Vaillant
2024-08-12 16:53:09 +02:00
parent f80433ebe5
commit f53cb56669
4 changed files with 161 additions and 60 deletions
+13
View File
@@ -0,0 +1,13 @@
import QtQuick 2.5
ListModel {
ListElement {
name: "Server"
}
ListElement {
name: "Username"
}
ListElement {
name: "Password"
}
}