def closeEvent(self, event, title="Cancel Operations", messgae="Do you really want to cancel this operation?"): layouts_helper.close_event(self, event, title, messgae)
def closeEvent(self, event): layouts_helper.close_event(self, event)