From 26a894a1ebdc943cb04cb7455345566b65768d9c Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 30 Jun 2022 21:00:37 -0700 Subject: Rearrange project, add .clang-format and .clang-tidy --- qml/MainWindow.qml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 qml/MainWindow.qml (limited to 'qml') diff --git a/qml/MainWindow.qml b/qml/MainWindow.qml new file mode 100644 index 0000000..41424f8 --- /dev/null +++ b/qml/MainWindow.qml @@ -0,0 +1,8 @@ +import QtQuick + +Window { + width: 640 + height: 480 + visible: true + title: qsTr("Hello World") +} -- cgit v1.2.3-70-g09d2