483 EricMessageBox.critical( |
483 EricMessageBox.critical( |
484 self, |
484 self, |
485 self.tr("Save Image"), |
485 self.tr("Save Image"), |
486 self.tr( |
486 self.tr( |
487 """<p>The file <b>{0}</b> could not be saved.</p>""") |
487 """<p>The file <b>{0}</b> could not be saved.</p>""") |
488 .format(str(fpath))) |
488 .format(fpath)) |
489 |
489 |
490 def __copyImageToClipboard(self): |
490 def __copyImageToClipboard(self): |
491 """ |
491 """ |
492 Private slot to handle the Copy Image menu action. |
492 Private slot to handle the Copy Image menu action. |
493 """ |
493 """ |