summaryrefslogtreecommitdiffstats
path: root/examples/demos/coffee/Insert.qml
blob: 8025b51f1a03b92403326c1b73f7d8d7ff5e4096 (plain)
1
2
3
4
5
6
7
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

InsertForm {
    continueButton.onClicked: applicationFlow.continueButton()
    cancelButton.onClicked: applicationFlow.cancelButton()
}