MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML GeneralInfo Element

The GeneralInfo element allows you access to general system information and to receive notifications from the device. More...

This element was introduced in Mobility 1.1.

Detailed Description

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

Note: To use notification signals, you need to use the start* slots.

 Component.onCompleted {
     generalInfo.startCurrentLanguageChanged()
 }

See also QSystemInfo.