Stub ApplicantForm
This commit is contained in:
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