aboutsummaryrefslogtreecommitdiff
path: root/src/resources.qrc
diff options
context:
space:
mode:
authorArseniy Movshev <dodoradio@outlook.com>2023-07-02 16:12:55 +0100
committerdodoradio <dodoradio@outlook.com>2023-08-02 22:54:32 +0100
commit1747034feba274292cc9acfde21a1576d59a11a9 (patch)
tree5e3991bb9ed580a83cf084f415d540c93d7808c1 /src/resources.qrc
parent756e6b53fb64b75d3f08014338640f197d354ea1 (diff)
Add weight graph and preview
The weight data collection is manual, so we need a page for the user to input data, hence this commit isn't sufficient for a weight logging implementation on its own. Weight doesn't have a dataChanged signal in sensorlogd, so that's currently not implemented here either Because weight tracking isn't for everyone, the preview isn't shown by default.
Diffstat (limited to 'src/resources.qrc')
-rw-r--r--src/resources.qrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources.qrc b/src/resources.qrc
index fb35c71..001bb47 100644
--- a/src/resources.qrc
+++ b/src/resources.qrc
@@ -5,6 +5,7 @@
<file>stepCounter/StepsDetailPage.qml</file>
<file>heartrate/HeartratePreview.qml</file>
<file>heartrate/HeartrateDetailPage.qml</file>
+ <file>weight/WeightPreview.qml</file>
<file>settings/RootSettingsPage.qml</file>
<file>settings/LoggerSettingsPage.qml</file>
<file>settings/UiSettingsPage.qml</file>
@@ -13,5 +14,6 @@
<file>graphs/StepsLineGraph.qml</file>
<file>graphs/TimeLabels.qml</file>
<file>graphs/VerticalLabels.qml</file>
+ <file>graphs/WeightGraph.qml</file>
</qresource>
</RCC>