Hi,
I can't solve my probs using Customizing QMenuBar. My requirement is, I want to set the color or menubar. We can do it using
menubar->setPalette(QPalette(QColor::QColor ( 160 , 176, 201 )));
But I need a mixing of colors. So I create a .png file with that color and save it. I need to load that picture as background of menubar. How can I do it?
Please help me