UN-GCPDS / qt-material

Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6
https://qt-material.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
2.22k stars 240 forks source link

AttributeError: 'RuntimeStylesheets' object has no attribute 'menu_density_' #89

Open zhulinghana opened 1 year ago

zhulinghana commented 1 year ago

AttributeError: 'RuntimeStylesheets' object has no attribute 'menudensity'

zyw19871007 commented 1 year ago

just like in readme self.add_menu_theme(self.main, self.main.menuStyles) write self.add_menu_density(self.main, self.main.otherMenu)

Zeal-L commented 1 year ago

@zyw19871007 thank you

zhulinghana commented 1 year ago

just like in readme self.add_menu_theme(self.main, self.main.menuStyles) write self.add_menu_density(self.main, self.main.otherMenu)

thank you