45 Local function to create the Python source file name for the compiled |
45 Local function to create the Python source file name for the compiled |
46 .ui file. |
46 .ui file. |
47 </p> |
47 </p> |
48 <dl> |
48 <dl> |
49 |
49 |
50 <dt><i>py_dir</i></dt> |
50 <dt><i>py_dir</i> (str)</dt> |
51 <dd> |
51 <dd> |
52 suggested name of the directory (string) |
52 suggested name of the directory |
53 </dd> |
53 </dd> |
54 <dt><i>py_file</i></dt> |
54 <dt><i>py_file</i> (str)</dt> |
55 <dd> |
55 <dd> |
56 suggested name for the compile source file (string) |
56 suggested name for the compile source file |
57 </dd> |
57 </dd> |
58 </dl> |
58 </dl> |
59 <dl> |
59 <dl> |
60 <dt>Return:</dt> |
60 <dt>Return:</dt> |
61 <dd> |
61 <dd> |
62 tuple of directory name (string) and source file name (string) |
62 tuple of directory name (string) and source file name |
|
63 </dd> |
|
64 </dl> |
|
65 <dl> |
|
66 <dt>Return Type:</dt> |
|
67 <dd> |
|
68 str |
63 </dd> |
69 </dd> |
64 </dl> |
70 </dl> |
65 <div align="right"><a href="#top">Up</a></div> |
71 <div align="right"><a href="#top">Up</a></div> |
66 <hr /> |
72 <hr /> |
67 <hr /> |
73 <hr /> |
73 Module function to compile the .ui files of a directory tree to Python |
79 Module function to compile the .ui files of a directory tree to Python |
74 sources. |
80 sources. |
75 </p> |
81 </p> |
76 <dl> |
82 <dl> |
77 |
83 |
78 <dt><i>directory</i></dt> |
84 <dt><i>directory</i> (str)</dt> |
79 <dd> |
85 <dd> |
80 name of a directory to scan for .ui files (string) |
86 name of a directory to scan for .ui files |
81 </dd> |
87 </dd> |
82 <dt><i>recurse</i></dt> |
88 <dt><i>recurse</i> (boolean))</dt> |
83 <dd> |
89 <dd> |
84 flag indicating to recurse into subdirectories (boolean) |
90 flag indicating to recurse into subdirectories |
85 </dd> |
91 </dd> |
86 </dl> |
92 </dl> |
87 <div align="right"><a href="#top">Up</a></div> |
93 <div align="right"><a href="#top">Up</a></div> |
88 <hr /> |
94 <hr /> |
89 </body></html> |
95 </body></html> |