732 self.tr("The compilation of the form file failed.")) |
732 self.tr("The compilation of the form file failed.")) |
733 self.compileProc = None |
733 self.compileProc = None |
734 |
734 |
735 def __compileUI(self, fn, noDialog=False, progress=None): |
735 def __compileUI(self, fn, noDialog=False, progress=None): |
736 """ |
736 """ |
737 Privat method to compile a .ui file to a .py/.rb file. |
737 Private method to compile a .ui file to a .py/.rb file. |
738 |
738 |
739 @param fn filename of the .ui file to be compiled |
739 @param fn filename of the .ui file to be compiled |
740 @param noDialog flag indicating silent operations |
740 @param noDialog flag indicating silent operations |
741 @param progress reference to the progress dialog |
741 @param progress reference to the progress dialog |
742 @return reference to the compile process (QProcess) |
742 @return reference to the compile process (QProcess) |