From d9d2667e365f7e4220afd8098a694800666329af Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 4 Dec 2018 11:52:01 -0500 Subject: Initial check-in Demo instrument cluster dashboard application to display instrument cluster mock-up with speedometer, tachometer, temperature, and fuel gauges. A space is provided in the center of the dashboard for the overlay of the receiver application's remote display. Note that the gauges themselves and their animation are based on the Qt dashboard example: https://doc.qt.io/qt-5.11/qtquickextras-dashboard-example.html The associated qml source files are under the BSD license, other files are Apache 2.0. Additionally, note that the application uses the windowmanager, but not the homescreen service, as the demo instrument cluster does not use the homescreen. There is also an implicit assumption that the windowmanager configuration allows the application to claim the homescreen role and that the surface for that role will be 1920x1080 portrait mode. Change-Id: I413fa165125813757ab4712993320440ed641f32 Signed-off-by: Scott Murray --- app/images/Utility_Logo_Grey-01.svg | 84 ++++++++++++++++++++++++++++++++++++ app/images/agl_title_793x211.png | Bin 0 -> 55357 bytes app/images/fuel-icon.png | Bin 0 -> 409 bytes app/images/images.qrc | 8 ++++ app/images/temperature-icon.png | Bin 0 -> 3302 bytes 5 files changed, 92 insertions(+) create mode 100644 app/images/Utility_Logo_Grey-01.svg create mode 100644 app/images/agl_title_793x211.png create mode 100644 app/images/fuel-icon.png create mode 100644 app/images/images.qrc create mode 100644 app/images/temperature-icon.png (limited to 'app/images') diff --git a/app/images/Utility_Logo_Grey-01.svg b/app/images/Utility_Logo_Grey-01.svg new file mode 100644 index 0000000..16ac88c --- /dev/null +++ b/app/images/Utility_Logo_Grey-01.svg @@ -0,0 +1,84 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/images/agl_title_793x211.png b/app/images/agl_title_793x211.png new file mode 100644 index 0000000..5a183d2 Binary files /dev/null and b/app/images/agl_title_793x211.png differ diff --git a/app/images/fuel-icon.png b/app/images/fuel-icon.png new file mode 100644 index 0000000..70da758 Binary files /dev/null and b/app/images/fuel-icon.png differ diff --git a/app/images/images.qrc b/app/images/images.qrc new file mode 100644 index 0000000..8767add --- /dev/null +++ b/app/images/images.qrc @@ -0,0 +1,8 @@ + + + agl_title_793x211.png + Utility_Logo_Grey-01.svg + fuel-icon.png + temperature-icon.png + + diff --git a/app/images/temperature-icon.png b/app/images/temperature-icon.png new file mode 100644 index 0000000..5a4334e Binary files /dev/null and b/app/images/temperature-icon.png differ -- cgit 1.2.3-korg