Qtimer. A little assistance
-
Hello
Some demo code for Qtimer facility that I have scoured Google for around 2 hours now is driving me mad.
They label the page 'Qtimer tutorial' and it always seems to have some vital bit of information missing. Hence, it doesn't compile.All I am trying to achieve is calling a routine once a second.
Anyone got a link to a decent Python 3.8 tutorial that an idiot can follow?
-
Hi,
What error do you have ?
Can you show the code you are using ?
It will be easier to spot the issue. -
@Stevolution
Glancing through the code in https://learndataanalysis.org/how-to-create-a-digital-clock-with-pyqt5-pyqt5-tutorial/ looks simple and workable. Did you try this one? I'm hoping you can copy & paste and it will just work. If you are PySide2, replacing allPyQt5
byPySide2
looks to me will work.