Project/ProjectFormsBrowser.py

changeset 3591
2f2a4a76dd22
parent 3515
1b8381afe38f
child 3656
441956d8fce5
child 3847
4a946734fd27
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
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)

eric ide

mercurial