GUI in frames and other applicant-related stuff
This commit is contained in:
@@ -26,7 +26,6 @@ ColumnLayout
|
||||
checked: false
|
||||
onCheckStateChanged:
|
||||
{
|
||||
addContactLayout.visible = checked
|
||||
checkFields()
|
||||
}
|
||||
}
|
||||
@@ -37,15 +36,21 @@ ColumnLayout
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
spacing: 45
|
||||
|
||||
CustomerView
|
||||
Frame
|
||||
{
|
||||
id: customerView
|
||||
Layout.alignment: Qt.AlignTop
|
||||
Layout.fillWidth: true
|
||||
CustomerView
|
||||
{
|
||||
id: customerView
|
||||
width: parent.width
|
||||
}
|
||||
}
|
||||
|
||||
AddContact
|
||||
{
|
||||
id: addContactLayout
|
||||
//id: addContactLayout
|
||||
visible: checkAddContact.checked
|
||||
}
|
||||
}
|
||||
RowLayout
|
||||
|
||||
Reference in New Issue
Block a user