Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to rotate QDial needle infinitely using Timer?
-
QTimer's timeout signal is emitting timeout.Somehow setValue function of QDial is not working.Moreover I wan't to prevent user intervention with the widget.Is it possible?
-
@prinzkm
It should work provided your code is correct. Yes, you can prevent user interaction.
-
@prinzkm said in How to rotate QDial needle infinitely using Timer?:
Somehow setValue function of QDial is not working.
Could you please share your code? what have you've done so far...