myogestic.gui.widgets.templates.OutputSystemTemplate.close_event#

abstract OutputSystemTemplate.close_event(event)[source]#

Close event handler for the widget or window.

This method is meant to be implemented in custom subclasses to handle the close event, which occurs when the widget or window is about to be closed. It serves as a central point to define tasks or behavior that should be executed during the closing process, such as cleanup operations, saving data, or confirming user actions.

Parameters:

event (QCloseEvent) – The close event object that contains information about the close action and provides options for accepting or ignoring the event.