Split the main view on 2

This commit is contained in:
Aurelien Vaillant
2024-08-13 11:26:45 +02:00
parent 86001090c2
commit 4bb7ec2ba0
3 changed files with 40 additions and 12 deletions
+13
View File
@@ -0,0 +1,13 @@
import QtQuick 2.5
ListModel {
ListElement {
name: "Server"
}
ListElement {
name: "Username"
}
ListElement {
name: "Password"
}
}