From a507698b6813604c0d547a2e4c5e1cc65c08f93d Mon Sep 17 00:00:00 2001 From: Steru Date: Fri, 2 Aug 2024 10:46:21 +0200 Subject: Added SVGs of different sports, extended README, fixed paths. --- res/gui/application.qml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 res/gui/application.qml (limited to 'res/gui') diff --git a/res/gui/application.qml b/res/gui/application.qml new file mode 100644 index 0000000..38da5d6 --- /dev/null +++ b/res/gui/application.qml @@ -0,0 +1,13 @@ +import QtQuick +import QtQuick.Controls + +ApplicationWindow { + width: 400 + height: 400 + visible: true + + Button { + id: button + text: "A Special Button" + } +} -- cgit v1.2.3