SEAME-pt / HotWheels-Cluster

Instrument Cluster repository of the SEA:ME Project 2024/2025 for Team01 (HotWheels)
0 stars 0 forks source link

Cluster Widget creation #33

Closed reomelo closed 22 hours ago

reomelo commented 1 week ago

Description: Creation of a Widget that resembles the mockup design in #5.


Definition of done: This issue is considered as done when we have a graphical interface of the cluster

Fle-bihh commented 2 days ago

https://github.com/user-attachments/assets/7de136fb-706a-4992-be46-f3430d5c92d4 QML module with cpp logic implemented in QtWidget app. Speed values are updated from root app and displayed correctly in module. Still some work to do to make it more modular and adaptable for current situation.

Fle-bihh commented 2 days ago

Cluster sizes: 1280 x 400

Fle-bihh commented 2 days ago

https://github.com/user-attachments/assets/1b11620f-d497-452b-9744-dfbb673f745e Main window with right sizes. Root cpp files controls speed and maxSpeed of the SpeedIndicatorModule.

reomelo commented 22 hours ago

The widget is very cool as works perfectly. Good job