diff options
author | 2024-09-15 23:31:58 +0530 | |
---|---|---|
committer | 2024-09-29 23:31:52 +0530 | |
commit | 65d4619371979c8921ff155a6fe1d7de0e1d3598 (patch) | |
tree | defb38b033c88338b609c4b9ecc0edd55cb23124 /Main_Window.ui | |
parent | b0844193f37f477c9e7e509e0b4eaf221886192b (diff) |
Add New Custom Gauges and CARLA playback refactored
- This commit adds new custom QML Gauges for Engine RPM, Speed, Fuel level and Coolant temp
- Improve Exception handling for CARLA playback
- Add the RPM and Speed Gauge elements
- Update the functions resp. for updating their values
- Fix Alignment of backgrounds, font size and progress bar
- Update Half Gauge to have progress ticks
- Add gauges to the main IC page
Bug-AGL: SPEC-5161
Change-Id: I52274afb7ea95c812c539a0b21305ad078d5dadb
Signed-off-by: Suchinton Chakravarty <suchinton.2001@gmail.com>
Diffstat (limited to 'Main_Window.ui')
-rw-r--r-- | Main_Window.ui | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/Main_Window.ui b/Main_Window.ui index 71fe4a4..41500a8 100644 --- a/Main_Window.ui +++ b/Main_Window.ui @@ -9,10 +9,16 @@ <rect> <x>0</x> <y>0</y> - <width>903</width> - <height>705</height> + <width>1600</width> + <height>900</height> </rect> </property> + <property name="minimumSize"> + <size> + <width>1600</width> + <height>900</height> + </size> + </property> <property name="palette"> <palette> <active> @@ -153,7 +159,7 @@ </colorrole> <colorrole role="PlaceholderText"> <brush brushstyle="SolidPattern"> - <color alpha="255"> + <color alpha="128"> <red>255</red> <green>255</green> <blue>255</blue> @@ -299,7 +305,7 @@ </colorrole> <colorrole role="PlaceholderText"> <brush brushstyle="SolidPattern"> - <color alpha="255"> + <color alpha="128"> <red>255</red> <green>255</green> <blue>255</blue> @@ -445,7 +451,7 @@ </colorrole> <colorrole role="PlaceholderText"> <brush brushstyle="SolidPattern"> - <color alpha="255"> + <color alpha="128"> <red>255</red> <green>255</green> <blue>255</blue> |