Ok, I'm working on this right now, and it works really great without changing a lot of code.
However I could use a little bit of help getting the current icon theme name. I think the used Qt5 libraries don't work as expected. Why does:
app = QApplication([])
QIcon.themeName()
always return an empty string? Is there a workaround for this?
|