agl-demo-control-panel: Fix Svg icons scaling on Dashboard 91/29291/3
authorsuchinton2001 <suchinton.2001@gmail.com>
Fri, 20 Oct 2023 10:20:09 +0000 (15:50 +0530)
committersuchinton2001 <suchinton.2001@gmail.com>
Sun, 22 Oct 2023 18:49:17 +0000 (00:19 +0530)
commit9af16ad7272f4e1d068004fc4443db5d14f89b3c
tree79871060d0157332ca971fcbe1c86f02f61419fa
parent20fe2d131df0041e121eccaf4fc58d4ac88dfbbc
agl-demo-control-panel: Fix Svg icons scaling on Dashboard

V1:
    - Use QtSvg to set icons for dashboard icons
    - Update Readme and install_package script for docker image

V2: Clean up code and improve formatting

V3:
    - Increase font size for UI files
    - Fix HVAC bug, Control panel no longer
      crashes when Temp goes out of range
    - Refactor blocking subscription updates when CP in use

Bug-AGL: SPEC-4939

Signed-off-by: suchinton2001 <suchinton.2001@gmail.com>
Change-Id: I4f256d29fac614dd3e3c4193c2a08b230359906e
17 files changed:
README.md
Widgets/Dashboard.py
Widgets/HVACPage.py
Widgets/ICPage.py
Widgets/SteeringCtrlPage.py
Widgets/settings.py
docker/install_packages.sh
extras/FeedCAN.py
extras/FeedKuksa.py
extras/Kuksa_Instance.py
extras/UI_Handeler.py
main.py
ui/Dashboard.ui
ui/HVAC.ui
ui/IC.ui
ui/Settings_Window.ui
ui/SteeringControls.ui