Project/ProjectInterfacesBrowser.py

changeset 3591
2f2a4a76dd22
parent 3515
1b8381afe38f
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
519 "The compilation of the interface file failed.")) 519 "The compilation of the interface file failed."))
520 self.compileProc = None 520 self.compileProc = None
521 521
522 def __compileIDL(self, fn, noDialog=False, progress=None): 522 def __compileIDL(self, fn, noDialog=False, progress=None):
523 """ 523 """
524 Privat method to compile a .idl file to python. 524 Private method to compile a .idl file to python.
525 525
526 @param fn filename of the .idl file to be compiled (string) 526 @param fn filename of the .idl file to be compiled (string)
527 @param noDialog flag indicating silent operations (boolean) 527 @param noDialog flag indicating silent operations (boolean)
528 @param progress reference to the progress dialog (E5ProgressDialog) 528 @param progress reference to the progress dialog (E5ProgressDialog)
529 @return reference to the compile process (QProcess) 529 @return reference to the compile process (QProcess)

eric ide

mercurial