GUI in frames and other applicant-related stuff
This commit is contained in:
53
Gui/ApplicantVarious.qml
Normal file
53
Gui/ApplicantVarious.qml
Normal file
@@ -0,0 +1,53 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
|
||||
GridLayout
|
||||
{
|
||||
columns: 2
|
||||
Label
|
||||
{
|
||||
text: qsTr("Grad der Behinderung")
|
||||
}
|
||||
|
||||
TextField
|
||||
{
|
||||
id: behinderung
|
||||
placeholderText: "0,0"
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
Label
|
||||
{
|
||||
text: qsTr("Disponent")
|
||||
}
|
||||
|
||||
TextField
|
||||
{
|
||||
id: disponent
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
Label
|
||||
{
|
||||
text: qsTr("Kostenstelle")
|
||||
}
|
||||
|
||||
TextField
|
||||
{
|
||||
id: kostenstelle
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
Label
|
||||
{
|
||||
text: qsTr("Fremdlohn-Nr.")
|
||||
}
|
||||
|
||||
TextField
|
||||
{
|
||||
id: fremdLohnNummer
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user