aboutsummaryrefslogtreecommitdiff
path: root/src/resources.qrc
diff options
context:
space:
mode:
authordodoradio <dodoradio@outlook.com>2023-08-07 21:25:44 +0100
committerArseniy Movshev <dodoradio@outlook.com>2023-11-24 17:20:54 +0000
commit8825bca5587ba07e7462622ba37d125ba17e4969 (patch)
treed70927c4fbd096cc510d05ed76830ff28efd6add /src/resources.qrc
parent298ed17d1450b3590d3702e446c5f61aca9fa6b0 (diff)
Add barometer graphgraph
This is based mostly on my work from asteroid-health (https://git.dodorad.io/dodoradio/asteroid-health). Some tweaks have been applied on top of this code, which might prove useful in asteroid-health as well.
Diffstat (limited to 'src/resources.qrc')
-rw-r--r--src/resources.qrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources.qrc b/src/resources.qrc
index 6b7d9fa..a00b892 100644
--- a/src/resources.qrc
+++ b/src/resources.qrc
@@ -6,5 +6,8 @@
<file>Barometer.qml</file>
<file>compass.svg</file>
<file>SettingsPage.qml</file>
+ <file>graphs/TimeLabels.qml</file>
+ <file>graphs/VerticalLabels.qml</file>
+ <file>graphs/BarometerGraph.qml</file>
</qresource>
</RCC>