0

Using PyQt4 and Python 3 do you know how I can change the color of a QLcdNumber during the runtime ?

BenjaminB
  • 1,809
  • 3
  • 18
  • 32

1 Answers1

1

Didn't use this for some thime, but I think you had to change paletteForegroundColor and change segmentStyle to QLCDNumber::Filled or QLCDNumber::Flat

thorsten müller
  • 5,621
  • 1
  • 22
  • 30