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:
{
addObjectLayout.visible = checked
//checkFields()
}
}
@@ -38,14 +37,21 @@ ColumnLayout
Layout.fillHeight: true
spacing: 45
ObjectView
Frame
{
id: objectView
Layout.alignment: Qt.AlignTop
Layout.fillWidth: true
ObjectView
{
id: objectView
width: parent.width
}
}
ObjectAddOns
{
id: addObjectLayout
visible: checkAddObject.checked
}
}
RowLayout