This-> SetStyelSheet(" "
"QMenuBar{" // Change the menu bar background to white.
"Background color: white;"
"}"
"q menu::item {"// Change the menu on the menu bar to black and blue.
"Background color: blue;"
"Color: black;"
"}");