QtMobility Reference Documentation

Contents

QML AlignedTimer Element

The AlignedTimer element allows applications to synchronize activity, such as network access, like checking for updates. More...

Properties

Detailed Description

This element is part of the QtMobility.systeminfo 1.2 module. It is a convience class to make QML usage easier.

See also QSystemAlignedTimer.

Property Documentation

maximumInterval : int

The timers's maximumInterval.

Returns this current timer maximum interval.

This documentation was introduced in Qt Mobility Mobility 1.2.


read-onlyminimumInterval : int

The timers's minimumInterval.

Returns this current timer minimum interval.

This documentation was introduced in Qt Mobility Mobility 1.2.


read-onlyrunning : bool

If the timer is running; otherwise false.

This documentation was introduced in Qt Mobility Mobility 1.2.


read-onlysingleShot : bool

Whether the timer is single shot.

This documentation was introduced in Qt Mobility Mobility 1.2.