Add fields in ApplicantForm
This commit is contained in:
@@ -7,10 +7,22 @@ ColumnLayout {
|
||||
spacing: Dimensions.l
|
||||
|
||||
ApplicantForm {
|
||||
Layout.alignment: Qt.AlignTop
|
||||
Layout.fillHeight: true
|
||||
Layout.verticalStretchFactor: 1
|
||||
}
|
||||
RowLayout {
|
||||
spacing: Dimensions.l
|
||||
Layout.alignment: Qt.AlignRight
|
||||
|
||||
Button {
|
||||
icon.source: "qrc:/images/ArrowLeftCircle-Outline.svg"
|
||||
text: qsTr("Verwerfen")
|
||||
}
|
||||
|
||||
Button {
|
||||
icon.source: "qrc:/images/CheckCircle.svg"
|
||||
text: qsTr("Speichern")
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user