GUI in frames and other applicant-related stuff
This commit is contained in:
@@ -13,6 +13,16 @@ Item {
|
||||
anchors.margins: 9
|
||||
}
|
||||
|
||||
Button
|
||||
{
|
||||
id: addEmployeeBtn
|
||||
icon.source: "qrc:/images/addbusiness.svg"
|
||||
icon.color: "olive"
|
||||
anchors.right: parent.right
|
||||
flat: true
|
||||
onClicked: appLoader.source = "AddApplicant.qml"
|
||||
}
|
||||
|
||||
ColumnLayout
|
||||
{
|
||||
anchors
|
||||
@@ -94,7 +104,7 @@ Item {
|
||||
Text
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
text: model.display
|
||||
text: model.display? model.display: ""
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user