eric6/Project/ProjectResourcesBrowser.py

changeset 8265
0090cfa83159
parent 8243
cc717c2ae956
child 8273
698ae46f40a4
equal deleted inserted replaced
8264:f95dde35d0ab 8265:0090cfa83159
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 """

eric ide

mercurial