qtcompile

jukeboxcore.gui.qtcompile.compile_ui(uifile)[source]

Compile the given Qt designer file. The compiled file will be in the same directory but ends with _ui.py.

Parameters:uifile (str) – filepath to the uifile
Returns:None
Return type:None
Raises:None
jukeboxcore.gui.qtcompile.compile_rcc(rccfile)[source]

Compile the given Qt resource file. The compiled file will be in the jukeboxcore.gui.resources package and ends with _rc.py

Parameters:rccfile (str) – filepath to the rccfile
Returns:None
Return type:Nonen
Raises:None