Merge main

This commit is contained in:
2025-03-24 11:28:57 +01:00
5 changed files with 10 additions and 15 deletions

View File

@@ -4,12 +4,16 @@ import QtQuick.Controls
import Qt.labs.qmlmodels
ColumnLayout {
function viewCriterion(criterion)
{
business_model.viewCriterion(criterion.text);
}
anchors.fill: parent
spacing: Dimensions.l
Component.onCompleted: customersStack.pop()