sas.qtgui package

Subpackages

Submodules

sas.qtgui.convertUI module

sas.qtgui.convertUI.file_in_newer(file_in, file_out)

Check whether file_in is newer than file_out, if file_out exists.

Returns True if file_in is newer, or if file_out doesn’t exist; False otherwise.

sas.qtgui.convertUI.main()

Entry point for running as a script

sas.qtgui.convertUI.pyrrc(in_file, out_file)

Run the qt resource compiler

sas.qtgui.convertUI.pyuic(in_file, out_file)

Run the qt UI compiler

sas.qtgui.convertUI.rebuild_new_ui(force=False)
sas.qtgui.convertUI.run_compiler(compiler_main, name, *args)

Wrapper to run a compiler, either pyrrc or pyuic

Module contents