aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/deltablue/BaseConstraint.qml
blob: 4de049699e84b4ee3ee9752510c2b2e190c8f9cb (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

pragma Strict
import QtQml

QtObject {
    required property int strength
    property int satisfaction: Satisfaction.NONE
    property bool isInput: false
}