def __on_installer_error(self, command, pkg, retcode, output): message_error( "An error occurred while running a subprocess", title="Error", informative_text="{} exited with non zero status.".format(command), details="".join(output), parent=self ) self.reject()
def __show_error_for_query(self, text, error_details): message_error(text, title="Error", details=error_details)