Qmenubar tittle issue
-
Hi all,
When i try to add an icon to menubar, title is visible i see only icon how can i fix this ?
@ozie said in Qmenubar tittle issue:
When i try to add an icon to menubar, title is visible i see only icon how can i fix this ?
How / where do you set an icon to? Please provide some code.
-
So you set an icon to a QMenu, not a QMenuBar.
Then it depends on the style you use if the icon, the icon + text (default) or only the text is shown. Please post how it looks for you. -
Do you use some kind of css styling?
A QMenu normally looks like this: https://doc.qt.io/qt-6/qmenu.html#details - yours looks strange.