Stub ApplicantForm
This commit is contained in:
@@ -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
|
||||
|
||||
19
Gui/Employees/ApplicantForm.qml
Normal file
19
Gui/Employees/ApplicantForm.qml
Normal 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")
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user