QMenu {background-color:white;background-image: url(../qss/menuBack.png) ;background-repeat:
repeat-y; }
QMenu::item {padding: 2px 25px 2px 25px;border: 1px solid transparent;}
QMenu::item:selected:enabled {border-color: rgb(250, 170, 60);background: rgba(250, 170, 60, 50);}
QMenu::separator {height: 2px;background: rgb(168, 216, 235);margin-left: 25px;}
QMenu::indicator {width: 13px;height: 13px;}
QMenu::indicator {width: 13px;height: 13px;}
QMenu::item {padding: 2px 25px 2px 25px;border: 1px solid transparent;}
QMenu::item:selected:enabled {border-color: rgb(250, 170, 60);background: rgba(250, 170, 60, 50);}
QMenu::separator {height: 2px;background: rgb(168, 216, 235);margin-left: 25px;}
QMenu::indicator {width: 13px;height: 13px;}
QMenu::indicator {width: 13px;height: 13px;}
其中QMenu::item 和QMenu::item:selected:enabled会出现如图效果