QtMobility Reference Documentation

Contents

QML GeneralInfo Element

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

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.