Add contact person in GUI and get the dictionary ready to pass to python

This commit is contained in:
2025-01-14 14:39:35 +01:00
parent 1d5201454c
commit 80a269a729
4 changed files with 199 additions and 43 deletions

View File

@@ -164,10 +164,8 @@ GridLayout
{
id: infoview
Layout.fillWidth: true
Layout.preferredHeight: 200
//Layout.columnSpan: 3
Layout.preferredHeight: 110
ScrollBar.horizontal: ScrollBar
{
policy: ScrollBar.AlwaysOn
}
@@ -176,9 +174,7 @@ GridLayout
{
id: objectInfo
property string name: "objectinfo"
Layout.fillWidth: true
Layout.fillHeight: true
implicitWidth: parent.width
wrapMode: TextEdit.Wrap
background: Rectangle
{