GUI in frames and other applicant-related stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user