summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/mock-delegates/TestParams/JSDialogParams.qml
blob: 1033b509efc0490ff1ed40e438293cd6a46dfb38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
pragma Singleton
import QtQml

QtObject {
    property string dialogMessage: "";
    property string dialogTitle: "";
    property bool shouldAcceptDialog: true;
    property string inputForPrompt;
    property int dialogCount: 0
}