PyQtDarkTheme icon indicating copy to clipboard operation
PyQtDarkTheme copied to clipboard

Menu section & group header texts not displayed

Open RaphTronic opened this issue 3 years ago • 1 comments

With both Light & Dark themes, the header text for sections and 'menu groups' disappears. A section is a menu item separator with a header text (set in QT, for instance, via addSection). Menu groups are groups of menu items preceded by a separator with a header text (set in QT, for instance, via QActionGroup).

Attached are screenshots. The "none" color theme shows the normal rendering of a menu with Windows 10's default color theme. "light" and "dark" show what happens when using these color themes dark theme light theme none theme .

RaphTronic avatar Jan 25 '22 01:01 RaphTronic

Hi @RaphTronic. Sorry for the late reply. Thanks for the reporting. It seems that QStyleSheetStyle does not support text in separators. Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

5yutan5 avatar Jan 28 '22 11:01 5yutan5