-
Notifications
You must be signed in to change notification settings - Fork 1
UI Implementation
russella2315645r edited this page Apr 19, 2022
·
2 revisions
As previously discussed, the UI for the desktop app is generated using the QT graphical widget designer tool. The structure of the application follows regular QT orders of inheritance, with layout structures dictating where to place specific widgets, such as buttons. The main application window splits into two halfs: a left structure of inheritance which holds the painter widget itself (and nothing else), and a right structure of inheritance which holds the layout objects which arrange the main functional buttons of the application. Above the main left and right frame, there is a single button to allow for the writing of the map to a .csv file.
The final look of the UI can be seen below: