“pyqt5 alterar a cor do botão” Respostas de código

pyqt5 alterar a cor do botão

self.pushButton.setStyleSheet("background-color: red")
Homeless Hamster

Pyqt Alterar a cor do botão

QPushButton button1, button2, button3;

button1.setStyleSheet("background-color: red");

button2.setStyleSheet("background-color:#ff0000;");

button3.setStyleSheet("background-color:rgb(255,0,0)");
Jolly Jackal

Alterar a cor do botão de texto pyqt5

setStyleSheet('QPushButton {background-color: #A3C1DA; color: red;}')
Gentle Gannet

Respostas semelhantes a “pyqt5 alterar a cor do botão”

Perguntas semelhantes a “pyqt5 alterar a cor do botão”

Mais respostas relacionadas para “pyqt5 alterar a cor do botão” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código