UiFile¶
-
class
cgp_generic_utils.files.UiFile(path)¶ Bases:
cgp_generic_utils.files.Filefile object that manipulates a
.uifile on the file system-
compile(targetDirectory=None)¶ compile the ui file
Parameters: targetDirectory (str or cgp_generic_utils.files.Directory) – directory of the compiled Ui - if not specified, command will use the UiFile directoryReturns: the compiled file Return type: cgp_generic_utils.files.PyFile
-