617 "The compilation of the resource file failed.")) |
617 "The compilation of the resource file failed.")) |
618 self.compileProc = None |
618 self.compileProc = None |
619 |
619 |
620 def __compileQRC(self, fn, noDialog=False, progress=None): |
620 def __compileQRC(self, fn, noDialog=False, progress=None): |
621 """ |
621 """ |
622 Privat method to compile a .qrc file to a .py file. |
622 Private method to compile a .qrc file to a .py file. |
623 |
623 |
624 @param fn filename of the .ui file to be compiled |
624 @param fn filename of the .ui file to be compiled |
625 @param noDialog flag indicating silent operations |
625 @param noDialog flag indicating silent operations |
626 @param progress reference to the progress dialog |
626 @param progress reference to the progress dialog |
627 @return reference to the compile process (QProcess) |
627 @return reference to the compile process (QProcess) |