How can I change color of checkBox in qt with using python?

292 Views Asked by At

I tried snipped code but somehow it didnt work for me. Any suggestions?

      checkBox.setPalette(QtGui.QPalette(QtGui.QColor(255,0,0)))
0

There are 0 best solutions below