summaryrefslogtreecommitdiffstats
path: root/examples/nfc/ndefeditor/Main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nfc/ndefeditor/Main.qml')
-rw-r--r--examples/nfc/ndefeditor/Main.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/nfc/ndefeditor/Main.qml b/examples/nfc/ndefeditor/Main.qml
new file mode 100644
index 00000000..c5435e26
--- /dev/null
+++ b/examples/nfc/ndefeditor/Main.qml
@@ -0,0 +1,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")
+}