From 0b13745351378c5025c5117e803c0c534cad8653 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 15 Jan 2020 10:53:13 -0500 Subject: Add info page selected by steering wheel event Add a information window that can be switched to based on the "event.info" event from signal composer that the steering wheel "Info" button results in. For now, it simply displays the vehicle and engine speed in numeric form in a larger font, and a small time display. The speeds are also driven by the corresponding signal composer events that are hooked to the underlying CAN messages. Bug-AGL: SPEC-3109 Signed-off-by: Scott Murray Change-Id: Ibe66ecdb94b854d4ebc7f98ad7e1bf01fc615f1a --- app/app.qrc | 1 + 1 file changed, 1 insertion(+) (limited to 'app/app.qrc') diff --git a/app/app.qrc b/app/app.qrc index 7ffb6e2..0f1bb81 100644 --- a/app/app.qrc +++ b/app/app.qrc @@ -3,6 +3,7 @@ qml/qmldir qml/Main.qml qml/MapWindow.qml + qml/InfoWindow.qml qml/TbtBoard.qml -- cgit 1.2.3-korg