Stub ApplicantForm

This commit is contained in:
Yuri Becker
2025-04-03 15:33:28 +02:00
parent 1e9ba40b6b
commit ddf35a55a8
7 changed files with 29 additions and 6 deletions

View File

@@ -6,10 +6,9 @@ ColumnLayout {
anchors.fill: parent
spacing: Dimensions.l
ColumnLayout {
ApplicantForm {
Layout.fillHeight: true
Layout.verticalStretchFactor: 1
spacing: Dimensions.l
}
RowLayout {
spacing: Dimensions.l

View File

@@ -0,0 +1,19 @@
import QtQuick
import QtQuick.Controls.impl
import QtQuick.Layouts
import TeroStyle
ColumnLayout {
spacing: Dimensions.l
IconLabel {
color: Colors.foreground
font: Typography.h2
spacing: Dimensions.m
icon.color: color
icon.source: "qrc:/images/UserCircle"
icon.width: font.pixelSize
icon.height: font.pixelSize
text: qsTr("Stammdaten")
}
}

View File

@@ -17,9 +17,10 @@ ApplicationWindow {
}
}
color: Colors.mantle
font: Typography.body
height: Screen.height * .85
palette.window: Colors.mantle
palette.placeholderText: Colors.interactive
palette.text: Colors.foreground
title: "TERO Personal"
visible: true