albertaloop / T_SWE_2022_2023

Software for AlbertaLoop's first-generation pod.
MIT License
3 stars 0 forks source link

Close GUI program from Main Window menu #19

Open Iyury1 opened 1 year ago

Iyury1 commented 1 year ago

Summary

The GUI program has a drop down menu called "File..." with the options "Export," "PacketLogger," and "Close." Right now the "Close" option does nothing, but it should close all GUI windows and threads when pressed.

image

A secondary task is to add a forth option to the drop down menu called "Settings." This option should open a new window that will allow the user to input the total track length used for Progress bar calculation. We can add more settings later.

Acceptance Criteria