hi
Here is my example I used on a QCalendar for the QMenu in it.
Qt Code:
QMenu { font-size:18px; width: 150px; color:white; left: 20px; background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop: 0 #cccccc, stop: 1 #333333);}To copy to clipboard, switch view to plain text mode
Bookmarks