TImer in QtQuick in Qt5.5
-
Hi, I am looking for a digital countdown timer for QtQuick in Qt5.5 Something that can be designed in the UI designer?
-
Hi,
There is no built-in timer GUI component. However, you can run a QML Timer and use it to update the text in your GUI.
1/2