scripts/compileUiFiles.py

branch
eric7
changeset 8318
962bce857696
parent 8314
e3642a6a1e71
child 8881
54e42bc2437a
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
8 Script for eric to compile all .ui files to Python source. 8 Script for eric to compile all .ui files to Python source.
9 """ 9 """
10 10
11 import sys 11 import sys
12 12
13 from PyQt5.uic import compileUiDir 13 from PyQt6.uic import compileUiDir
14 14
15 15
16 def __pyName(py_dir, py_file): 16 def __pyName(py_dir, py_file):
17 """ 17 """
18 Local function to create the Python source file name for the compiled 18 Local function to create the Python source file name for the compiled

eric ide

mercurial