MainWindow: Finally connect action for the 'Quit' menu action.

scenarios
Pierre-Antoine 2026-06-05 15:56:25 +02:00
parent 76430322dd
commit c2d93b4a4a
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
"action_menu_rep_additional_lines": self.open_rep_lines,
"action_menu_edit_geotiff": self.open_geotiff,
"action_menu_close": self.close_model,
"action_menu_quit": self.close,
"action_menu_results_last": self.open_last_results,
"action_menu_open_results_from_file": self.open_results_from_file,
"action_menu_compare_scenarios_results":