View login UI functional

This commit is contained in:
Aurelien Vaillant
2024-08-13 16:57:08 +02:00
parent 3697258d07
commit 1b28d953c2
2 changed files with 26 additions and 19 deletions
-7
View File
@@ -3,13 +3,6 @@ import fbx.application 1.0
import "Views" as View
Application {
// Liste des labels et types
property var fields: [
{label: "Server", type: "text"},
{label: "User", type: "text"},
{label: "Password", type: "password"}
]
Row {
anchors.fill: parent
spacing: 10