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

The menu bar is displayed in the wrong position #107

Open lycfr opened 6 months ago

lycfr commented 6 months ago
extra = {'QMenu': {'height':50}}
apply_stylesheet(app=app, theme='dark_lightgreen.xml', extra=extra)

menubar setting
self.menubar.setNativeMenuBar(False)

setting apply_stylesheet

企业微信截图_1bb41ee9-c1d0-4f90-a36d-735b6821b586

not setting apply_stylesheet

image

How do I set the menu bar to appear on the left