The DeviceInfo element allows you to access information anbout the device and receive notifications from the device. More...
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 set the monitor* properties to true.
See also QSystemDeviceInfo.
Gets the current QSystemDeviceInfo::currentPowerState state.
Gets the current QSystemDeviceInfo::currentProfile device profile.
imei : QString |
Returns the International Mobile Equipment Identity (IMEI), or a null QString in the case of none.
imsi : QString |
Returns the International Mobile Subscriber Identity (IMSI), or a null QString in the case of none
Returns the QSystemDeviceInfo::InputMethodFlags InputMethodType that the system uses.
Returns true if a wireless keyboard is connected, otherwise false;
Returns the QSystemDeviceInfo::LockTypeFlags type of lock state the device might be in. The LockType must be currently active not just enabled.
manufacturer : QString |
Returns the name of the manufacturer of this device. In the case of desktops, the name of the vendor of the motherboard.
model : QString |
Returns the model information of the device. In the case of desktops where no model information is present, the CPU architect, such as i686, and machine type, such as Server, Desktop or Laptop.
Start the connection for the keyboardFlipped signal.
Start the connection for the lockStatusChanged signal.
Start the connection for the wirelessKeyboardConnected signal.
productName : QString |
Returns the product name of the device. In the case where no product information is available, an empty string will be returned.
Returns the QSystemDeviceInfo::simStatus status of SIM card.
Returns a unique identifier for the machine.
Depending on security enforcement on platform, this may return a non unique number, or 0.
This handler is called when battery status has changed.
This handler is called when bluetooth power state has changed.
This handler is called when current device profile has changed.
This signal is emitted whenever the lock state changes
This handler is called when the power state has changed.
This handler is called when thermal state has changed.
This signal is emitted whenever a wireless keyboard is connected