在代码中这样写
this->setstylesheet(
"\
QMenuBar \
{
\
background-color: white;\ /*背景颜色为白色*/
}\
QMenu \
{
\
background-color: white;\ /*背景颜色为白色*/
border:1px solid lightgray;\ /*边框宽1像素颜色为灰色*/
在代码中这样写
this->setstylesheet(
"\
QMenuBar \
{
\
background-color: white;\ /*背景颜色为白色*/
}\
QMenu \
{
\
background-color: white;\ /*背景颜色为白色*/
border:1px solid lightgray;\ /*边框宽1像素颜色为灰色*/