diff options
author | suchinton2001 <suchinton.2001@gmail.com> | 2023-10-20 15:50:09 +0530 |
---|---|---|
committer | suchinton2001 <suchinton.2001@gmail.com> | 2023-10-23 00:19:17 +0530 |
commit | 9af16ad7272f4e1d068004fc4443db5d14f89b3c (patch) | |
tree | 79871060d0157332ca971fcbe1c86f02f61419fa /docker/install_packages.sh | |
parent | 20fe2d131df0041e121eccaf4fc58d4ac88dfbbc (diff) |
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
Diffstat (limited to 'docker/install_packages.sh')
-rwxr-xr-x | docker/install_packages.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/install_packages.sh b/docker/install_packages.sh index 4e94a37..7fdb621 100755 --- a/docker/install_packages.sh +++ b/docker/install_packages.sh @@ -21,7 +21,8 @@ apt-get install --yes \ python3-pip \ python3-pyqt5 \ python3-qtpy \ - pyqt5-dev-tools + pyqt5-dev-tools \ + python3-pyqt5.qtsvgqq # Set bash as default shell echo "dash dash/sh boolean false" | debconf-set-selections - && dpkg-reconfigure dash |