aboutsummaryrefslogtreecommitdiff
path: root/src/scenes/Scene_settings.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenes/Scene_settings.qml')
-rw-r--r--src/scenes/Scene_settings.qml34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/scenes/Scene_settings.qml b/src/scenes/Scene_settings.qml
deleted file mode 100644
index e2f89da..0000000
--- a/src/scenes/Scene_settings.qml
+++ /dev/null
@@ -1,34 +0,0 @@
-import QtQuick 2.9
-import QtQuick.Window 2.2
-import QtQuick.Extras 1.4
-import QtQuick.Controls 2.2
-import QtQuick.Dialogs 1.2
-import QtQuick.Controls.Material 2.3
-
-/*!
- * This .qml file is a Scene which can be loaded through for
- * example a StackView (main_content in main.qml).
- */
-
-Item {
- id: scene_settings
- objectName: "Scene_settings"
-
- Rectangle {
- id: rectangle
- anchors.fill: parent
- color: Material.background
-
- Text {
- color: Material.foreground
- text: "Settings tab!"
- anchors.horizontalCenter: parent.horizontalCenter
- anchors.verticalCenter: parent.verticalCenter
- }
- }
-}
-
-/*##^## Designer {
- D{i:0;autoSize:true;height:480;width:640}
-}
- ##^##*/