summaryrefslogtreecommitdiffstats
path: root/examples/nfc/ndefeditor/Main.qml
blob: c5435e26b2d985d4cb1f23dad7aeb3dae8b184da (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

MainWindow {
    width: 480
    height: 640
    visible: true
    title: qsTr("NDEF Editor")
}