AddCustomer GUI created

This commit is contained in:
2024-11-12 15:42:21 +01:00
parent 5274fdb0c4
commit d7b2243919
17 changed files with 273 additions and 186 deletions

View File

@@ -14,6 +14,17 @@ Item {
anchors.margins: 9
}
Button
{
id: addBusinessBtn
icon.source: "../images/addbusiness.svg"
icon.color: "olive"
anchors.right: parent.right
flat: true
onClicked: appLoader.source = "AddCustomer.qml"
}
ColumnLayout
{
id: tableColumn