I\'m trying to change the background color of a QAbstractButton (either a QPushButton or QCheckBox) in Qt5 and having zero luck.
This does nothing:
p
Add propoerty border:none; to the stylesheet
border:none;
For some reason this removes the default background color also.
Example: background-color: rgba(46, 204, 113, 0.4); border: none;
background-color: rgba(46, 204, 113, 0.4); border: none;