Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Does Qt have a basic stopwatch? Something like:
start(1000); //logic to flip a bool or something.. stop();
@Circuits Googling for qt stopwatch would give you several examples. Not even sure what your code is supposed to represent as the behaviour, but Qt has as many timers as you will want.
qt stopwatch
Hi yes https://doc.qt.io/qt-5/qelapsedtimer.html
@mrjj Perfect thanks!