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")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user