Qt 6.11 is out! See what's new in the release
blog
Qtimer
-
Hello everyone:),
Is there a way to change Qtimer interval speed to less than 1 millisecond? -
Hello everyone:),
Is there a way to change Qtimer interval speed to less than 1 millisecond? -
You can set it to 0 ms :)
This will actually lead to a very short (although not really deterministic) timer event and can be quite useful in some cases.
@gde23
Thanks for the reply:)