qtdoc/examples/demos/coffee/CoffeeConfig.qml

12 lines
282 B
QML

// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
import QtQml
QtObject {
property int brewTime
property int coffeeAmount
property int milkAmount
property int foamAmount
property double sugarAmount
}