623 ui.showNotification( |
623 ui.showNotification( |
624 UI.PixmapCache.getPixmap("resourcesCompiler48"), |
624 UI.PixmapCache.getPixmap("resourcesCompiler48"), |
625 self.tr("Resource Compilation"), |
625 self.tr("Resource Compilation"), |
626 self.tr( |
626 self.tr( |
627 "The compilation of the resource file failed."), |
627 "The compilation of the resource file failed."), |
628 kind=NotificationTypes.Critical, |
628 kind=NotificationTypes.CRITICAL, |
629 timeout=0) |
629 timeout=0) |
630 self.compileProc = None |
630 self.compileProc = None |
631 |
631 |
632 def __compileQRC(self, fn, noDialog=False, progress=None): |
632 def __compileQRC(self, fn, noDialog=False, progress=None): |
633 """ |
633 """ |