|
|
@ -125,7 +125,7 @@ class MainWindow(QtWidgets.QMainWindow): |
|
|
|
#iconPaths += ["/usr/share/icons/hicolor", "/usr/share/pixmaps"] |
|
|
|
#QtGui.QIcon.setThemeSearchPaths(iconPaths) |
|
|
|
|
|
|
|
logger.info(f"Program icons path: {QtGui.QIcon.themeSearchPaths()}, {QtGui.QIcon.fallbackSearchPaths()}, {QtGui.QIcon.themeName()}, {QtGui.QIcon.fallbackThemeName()}") |
|
|
|
logger.info(f"Program icons path: {QtGui.QIcon.themeSearchPaths()}, {QtGui.QIcon.themeName()}") |
|
|
|
|
|
|
|
#Set up the user interface from Designer and other widgets |
|
|
|
self.ui = Ui_MainWindow() |
|
|
|