Changed CustomerTable

This commit is contained in:
2024-11-13 12:50:27 +01:00
parent f6dd06e4df
commit b0299596ab
2 changed files with 32 additions and 25 deletions

View File

@@ -253,28 +253,10 @@ ColumnLayout
Layout.fillWidth: true
}
Label
{
text: qsTr("Info")
Layout.alignment: Qt.AlignRight | Qt.AlignTop
}
ScrollView
{
Layout.fillWidth: true
Layout.preferredHeight: 100
TextArea
{
id: contactInfo
background: Rectangle
{
color: contactInfo.palette.base
border.color: contactInfo.activeFocus? contactInfo.palette.highlight: contactInfo.palette.base
}
}
}
Item
{
height: birthday.height
height: birthday.height + customerInfo.height
}
}
}