compileUiFiles.py

branch
5_0_x
changeset 797
689608661eed
parent 792
a13346916170
equal deleted inserted replaced
792:a13346916170 797:689608661eed
18 try: 18 try:
19 from PyQt4.uic import compileUiDir 19 from PyQt4.uic import compileUiDir
20 except ImportError: 20 except ImportError:
21 from PyQt4.uic import compileUi 21 from PyQt4.uic import compileUi
22 22
23 def compileUiDir(dir, recurse = False, map = None, **compileUi_args): 23 def compileUiDir(dir, recurse = False, map = None, # __IGNORE_WARNING__
24 **compileUi_args):
24 """ 25 """
25 Creates Python modules from Qt Designer .ui files in a directory or 26 Creates Python modules from Qt Designer .ui files in a directory or
26 directory tree. 27 directory tree.
27 28
28 Note: This function is a modified version of the one found in PyQt4. 29 Note: This function is a modified version of the one found in PyQt4.

eric ide

mercurial