summaryrefslogtreecommitdiff
path: root/src/resources.qrc
diff options
context:
space:
mode:
authorArseniy Movshev <dodoradio@outlook.com>2023-05-28 13:51:45 +0100
committerArseniy Movshev <dodoradio@outlook.com>2023-05-28 14:22:20 +0100
commite860240c09c2f4474780823fc9711a64881127f5 (patch)
tree287ee6f73972b5471ff88433d50d8c5329309ceb /src/resources.qrc
parent6a21341fa5d120c0642ba67a19f81f852f0c16bb (diff)
Add settings page
This page currently only allows enabling/disabling the two currently supported sensors This also necessitated the addition of a layerstack to allow layer navigation
Diffstat (limited to 'src/resources.qrc')
-rw-r--r--src/resources.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources.qrc b/src/resources.qrc
index 5f6483a..4e26cb8 100644
--- a/src/resources.qrc
+++ b/src/resources.qrc
@@ -1,5 +1,6 @@
<RCC>
<qresource prefix="/">
<file>main.qml</file>
+ <file>SettingsPage.qml</file>
</qresource>
</RCC>