Apply stylesheet effect to menus of a qmenubar

0

I would like to know how I can apply a stylesheet effect to the menu buttons of a qmenubar in pyqt

this is the code to change the properties of the QMenuBar:

QMenuBar{

 background-color: rgb(49,49,49);
 color: rgb(255,255,255);
 border: 1px solid #000;
}

but when trying to apply the effect to one of the buttons of the qmenubar (inio-sales)

the effect does not apply.

I hope you can help me

    
asked by Revsky01 11.07.2018 в 00:06
source

0 answers