The AlignedTimer element allows applications to synchronize activity, such as network access, like checking for updates. More...
This element was introduced in Mobility 1.2.
This element is part of the QtMobility.systeminfo 1.2 module. It is a convience class to make QML usage easier.
See also QSystemAlignedTimer.
maximumInterval : int |
The timers's maximumInterval.
Returns this current timer maximum interval.
This property group was introduced in Mobility 1.2.
minimumInterval : int |
The timers's minimumInterval.
Returns this current timer minimum interval.
This property group was introduced in Mobility 1.2.
running : bool |
If the timer is running; otherwise false.
This property group was introduced in Mobility 1.2.
singleShot : bool |
Whether the timer is single shot.
This property group was introduced in Mobility 1.2.