Couleur du bouton de modification PYQT5
self.pushButton.setStyleSheet("background-color: red")
Homeless Hamster
self.pushButton.setStyleSheet("background-color: red")
QPushButton button1, button2, button3;
button1.setStyleSheet("background-color: red");
button2.setStyleSheet("background-color:#ff0000;");
button3.setStyleSheet("background-color:rgb(255,0,0)");
setStyleSheet('QPushButton {background-color: #A3C1DA; color: red;}')