marsinstituteSC / MissionControl

Mission Control Center Application for MISC's Mars Rover, Viking III
GNU General Public License v3.0
2 stars 1 forks source link

Set up more exception handling and send the exception message to the main window logger #39

Closed Segath closed 5 years ago

Segath commented 5 years ago

Probably create a signal for each widget and link them to a method on the main window.

BerntA commented 5 years ago

Perhaps use a global event class in the logger similar to video threading? The logger subscribes to the event while the other widgets and classes raise it? Input data can be some string.