Changing needle color in pyqt
Anyone know how to change the needle of a QDial in PyQt? I am lost.
Re: Changing needle color in pyqt
Is this helpful? It looks to inherit its palette from its parent QWidget but also inherits methods for tweaking it. Or use style sheets but I don't know how or if the needle painting properties specifically can be accessed.
also https://groups.google.com/forum/?hl=en-GB&fromgroups=#!forum/pi3d
Re: Changing needle color in pyqt
Thanks. I was looking for something more simple like setSTyleSheet(handle, color=red) or something similar. Don't think there's such a thing though. Guess I gotta look into palette. (noob here)