summaryrefslogtreecommitdiff
path: root/application.qml
diff options
context:
space:
mode:
authorSteru <jerrydream111@gmail.com>2024-08-02 10:46:21 +0200
committerSteru <jerrydream111@gmail.com>2024-08-02 10:46:21 +0200
commita507698b6813604c0d547a2e4c5e1cc65c08f93d (patch)
treee9639a158688d6afcf92cd9b556bd5b6e2e085e0 /application.qml
parentb5566cbcf7541819490e6e97610485c4194c716f (diff)
Added SVGs of different sports, extended README, fixed paths.
Diffstat (limited to 'application.qml')
-rw-r--r--application.qml13
1 files changed, 0 insertions, 13 deletions
diff --git a/application.qml b/application.qml
deleted file mode 100644
index 38da5d6..0000000
--- a/application.qml
+++ /dev/null
@@ -1,13 +0,0 @@
-import QtQuick
-import QtQuick.Controls
-
-ApplicationWindow {
- width: 400
- height: 400
- visible: true
-
- Button {
- id: button
- text: "A Special Button"
- }
-}