Browse Source

remove log info for fallback icon searchpath because that is too new for debian pyqt

master
Nils 4 years ago
parent
commit
3e858096f9
  1. 2
      qtgui/mainwindow.py

2
qtgui/mainwindow.py

@ -125,7 +125,7 @@ class MainWindow(QtWidgets.QMainWindow):
#iconPaths += ["/usr/share/icons/hicolor", "/usr/share/pixmaps"] #iconPaths += ["/usr/share/icons/hicolor", "/usr/share/pixmaps"]
#QtGui.QIcon.setThemeSearchPaths(iconPaths) #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 #Set up the user interface from Designer and other widgets
self.ui = Ui_MainWindow() self.ui = Ui_MainWindow()

Loading…
Cancel
Save