Relative Content

Tag Archive for qtqmlqtimer

Usage of Single timer for multiple triggers among various popups

I have 5 different popup’s that displays 5 different properties all these 5 properties need to be checked periodically from CPP in order to update if there is any change in the value of property. At present i am using 5 different timers for checking the 5 different properties on periodic basis. Is there a way to use a single timer for achieving the same in Qt/CPP/QML.