compile_ui

jukeboxcore.gui.compile_ui.compile(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