Hi Everyone,
I don't want any border for the icon of my QMenu but the border appears for the icon when an item gets selected. I am using the following stylesheet but it doesn't work:-
I tried to follow the examples given in http://harmattan-dev.nokia.com/docs/...tomizing-qmenu but it doesn't help. For the items which don't have focus the icons appear without any border. But for the selected item the icons come with a border . I would be glad if someone would help me with this.Qt Code:
"{\n" "background: none;background-color: green;color:white;\n" "}\n" "QMenu::item:selected\n" "{ \n" "background-color: blue;\n" "}\n" "QMenu::icon:checked\n" "{ \n" "border: none;\n" "}"));To copy to clipboard, switch view to plain text mode
-thanks
sattu
Bookmarks