Qt 6.11 is out! See what's new in the release
blog
How can i change padding for icon on QMenuBar::item
-
Any solutions?
I can shift the text by padding-left. I also need to shift the icon. I try to search style sheet example, but no any cases. What i should to do?
@Craetor
hi, according to the QStyleSheet example the correct way to target the itcon should either beQMenu::iconorQMenu::indicatordid you set any of those in your stylsheet?