394 QMessageBox.critical(self.editor, |
394 QMessageBox.critical(self.editor, |
395 self.trUtf8("Export source"), |
395 self.trUtf8("Export source"), |
396 self.trUtf8(\ |
396 self.trUtf8(\ |
397 """<p>The source could not be exported to <b>{0}</b>.</p>""" |
397 """<p>The source could not be exported to <b>{0}</b>.</p>""" |
398 """<p>Reason: {1}</p>""")\ |
398 """<p>Reason: {1}</p>""")\ |
399 .format(filename, str(err)), |
399 .format(filename, str(err))) |
400 QMessageBox.StandardButtons(\ |
|
401 QMessageBox.Ok)) |
|
402 finally: |
400 finally: |
403 QApplication.restoreOverrideCursor() |
401 QApplication.restoreOverrideCursor() |