Answers for "how to change color of text in PyQt5"

0

change color of text button pyqt5

setStyleSheet('QPushButton {background-color: #A3C1DA; color: red;}')
Posted by: Guest on May-24-2020

Code answers related to "how to change color of text in PyQt5"

Python Answers by Framework

Browse Popular Code Answers by Language