checkboxes

This commit is contained in:
2024-11-14 08:53:33 +01:00
parent 226a49a523
commit 5ab1c8d82a

View File

@@ -257,6 +257,28 @@ ColumnLayout
Layout.fillWidth: true
editable: true
}
Label
{
text: qsTr("Rechnung")
Layout.alignment: Qt.AlignRight
}
ComboBox
{
id: invoice
Layout.fillWidth: true
editable: true
}
Label
{
text: qsTr("Mahnung")
Layout.alignment: Qt.AlignRight
}
ComboBox
{
id: due
Layout.fillWidth: true
editable: true
}
}
}
RowLayout