change color of text button pyqt5

Solutions on MaxInterview for change color of text button pyqt5 by the best coders in the world

showing results for - "change color of text button pyqt5"
Facundo
14 Aug 2018
1setStyleSheet('QPushButton {background-color: #A3C1DA; color: red;}')