Labeled menu separators
General and Desktop
4
Posts
2
Posters
3.7k
Views
1
Watching
-
Application I'm writing is wholly custom styled, using Qt style sheets. And I was always wondering, is it possible to have labeled menu separators like in cleanlooks style?
See menus example, format menu in cleanlooks to get the idea how it looks like. -
have a look a the "QMenu stylesheet examples":http://doc.qt.nokia.com/4.7/stylesheet-examples.html#customizing-qmenu
-
I have had some thorough look at it, but nothing about separator text seems to be in there.
You can only change height, color, use standard box model (margins, padding, border), that's it.