Exemplo n.º 1
0
def populateIconThemeSearchPaths():
    themeSearchPaths = [str(helpers.joinpath_to_cwd('icons'))]
    if helpers.on_linux():
        themeSearchPaths.append('/usr/share/icons')
    QIcon.setThemeSearchPaths(themeSearchPaths)