Feb-11-2020, 08:32 PM
(Feb-11-2020, 07:53 PM)Denni Wrote: btw why do you use a python Timer instead of QTimer ??
I think Qt warns not to use python threading in conjunction with QT and use QThread instead -- which would include QTimer since it creates a separate process thread to run the timer within.
I didn't know about it. Do you know any good tutorials about it?