summaryrefslogtreecommitdiffstats
path: root/basicsuite/ebike-ui/MainPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/ebike-ui/MainPage.qml')
-rw-r--r--basicsuite/ebike-ui/MainPage.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/basicsuite/ebike-ui/MainPage.qml b/basicsuite/ebike-ui/MainPage.qml
index ae36401..e459789 100644
--- a/basicsuite/ebike-ui/MainPage.qml
+++ b/basicsuite/ebike-ui/MainPage.qml
@@ -54,6 +54,7 @@ Page {
StatsBox {
id: statsButton
+ objectName: "ebikeStatsButton"
anchors.left: parent.left
anchors.top: parent.top
@@ -67,6 +68,7 @@ Page {
NaviBox {
id: naviButton
+ objectName: "ebikeNaviButton"
anchors.right: parent.right
anchors.top: parent.top
arrowSource: naviGuideArrowSource
@@ -82,6 +84,7 @@ Page {
LightsBox {
id: lightsButton
+ objectName: "ebikeLightsButton"
anchors.left: parent.left
anchors.bottom: parent.bottom
}