You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
GUI applications like VS code have multiple sections in their window (such as the place where you write code, the file bar on the left, and a terminal on the bottom) and they do a good job of separating each. We should try and copy some of those UI design features for our windows that have multiple sections.
The best place to test this out would be in the data view for the vehicle window. This window has multiple graphs and we currently have a QSplitter component separating them, but this UI is bad.
The text was updated successfully, but these errors were encountered:
GUI applications like VS code have multiple sections in their window (such as the place where you write code, the file bar on the left, and a terminal on the bottom) and they do a good job of separating each. We should try and copy some of those UI design features for our windows that have multiple sections.
The best place to test this out would be in the data view for the vehicle window. This window has multiple graphs and we currently have a QSplitter component separating them, but this UI is bad.
The text was updated successfully, but these errors were encountered: