GUI in frames and other applicant-related stuff

This commit is contained in:
2025-01-16 11:17:57 +01:00
parent f035f60910
commit e94a9f9900
15 changed files with 534 additions and 223 deletions

View File

@@ -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