<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QWidget" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>678</width> <height>556</height> </rect> </property> <property name="windowTitle"> <string>System Information</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>2</number> </property> <widget class="QWidget" name="generaltab"> <attribute name="title"> <string>General</string> </attribute> <layout class="QGridLayout" name="gridLayout_5"> <item row="0" column="0" colspan="2"> <widget class="QLabel" name="label_17"> <property name="text"> <string>Current Language:</string> </property> </widget> </item> <item row="0" column="2" colspan="2"> <widget class="QLineEdit" name="curLanguageLineEdit"> <property name="mouseTracking"> <bool>false</bool> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="acceptDrops"> <bool>false</bool> </property> </widget> </item> <item row="1" column="0" colspan="2"> <widget class="QLabel" name="label_28"> <property name="text"> <string>Current Country:</string> </property> </widget> </item> <item row="1" column="2"> <widget class="QLabel" name="countryCodeLabel"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="2" column="0" colspan="2"> <widget class="QLabel" name="label_29"> <property name="text"> <string>Available Languages:</string> </property> </widget> </item> <item row="2" column="2" colspan="2"> <widget class="QComboBox" name="languagesComboBox"/> </item> <item row="3" column="0"> <widget class="QLabel" name="label_30"> <property name="text"> <string>Version</string> </property> </widget> </item> <item row="3" column="1" colspan="2"> <widget class="QComboBox" name="versionComboBox"> <item> <property name="text"> <string/> </property> </item> <item> <property name="text"> <string>Os</string> </property> </item> <item> <property name="text"> <string>QtCore</string> </property> </item> <item> <property name="text"> <string>Firmware</string> </property> </item> <item> <property name="text"> <string>QtMobility</string> </property> </item> </widget> </item> <item row="3" column="3" colspan="2"> <widget class="QLineEdit" name="versionLineEdit"> <property name="mouseTracking"> <bool>false</bool> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="acceptDrops"> <bool>false</bool> </property> </widget> </item> <item row="4" column="0" colspan="2"> <widget class="QLabel" name="label_31"> <property name="text"> <string>Feature supported</string> </property> </widget> </item> <item row="4" column="2" colspan="2"> <widget class="QComboBox" name="featureComboBox"> <item> <property name="text"> <string/> </property> </item> <item> <property name="text"> <string>Bluetooth</string> </property> </item> <item> <property name="text"> <string>Camera</string> </property> </item> <item> <property name="text"> <string>FmRadio</string> </property> </item> <item> <property name="text"> <string>Irda</string> </property> </item> <item> <property name="text"> <string>Led</string> </property> </item> <item> <property name="text"> <string>Memcard</string> </property> </item> <item> <property name="text"> <string>Usb</string> </property> </item> <item> <property name="text"> <string>Vibrate</string> </property> </item> <item> <property name="text"> <string>WLan</string> </property> </item> <item> <property name="text"> <string>Sim</string> </property> </item> <item> <property name="text"> <string>Location</string> </property> </item> <item> <property name="text"> <string>VideoOut</string> </property> </item> <item> <property name="text"> <string>Haptics</string> </property> </item> </widget> </item> <item row="4" column="4"> <widget class="QLineEdit" name="featuresLineEdit"> <property name="mouseTracking"> <bool>false</bool> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="acceptDrops"> <bool>false</bool> </property> </widget> </item> <item row="5" column="1"> <spacer name="verticalSpacer_4"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>291</height> </size> </property> </spacer> </item> </layout> </widget> <widget class="QWidget" name="sysdevicetab"> <attribute name="title"> <string>Device</string> </attribute> <layout class="QGridLayout" name="gridLayout_6"> <item row="0" column="0"> <widget class="QProgressBar" name="batteryLevelBar"> <property name="maximum"> <number>100</number> </property> <property name="value"> <number>0</number> </property> </widget> </item> <item row="0" column="2" rowspan="3"> <widget class="QGroupBox" name="groupBox_4"> <property name="title"> <string>Power state</string> </property> <layout class="QGridLayout" name="gridLayout_12"> <item row="0" column="0"> <widget class="QRadioButton" name="radioButton"> <property name="mouseTracking"> <bool>false</bool> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="text"> <string>Unknown Power</string> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QRadioButton" name="radioButton_2"> <property name="enabled"> <bool>true</bool> </property> <property name="mouseTracking"> <bool>false</bool> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="text"> <string>Battery Power</string> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> <item row="2" column="0"> <widget class="QRadioButton" name="radioButton_3"> <property name="mouseTracking"> <bool>false</bool> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="text"> <string>Wall Power</string> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> <item row="3" column="0"> <widget class="QRadioButton" name="radioButton_4"> <property name="mouseTracking"> <bool>false</bool> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="text"> <string>Wall Power charging Battery</string> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item row="1" column="0" colspan="2"> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>298</width> <height>20</height> </size> </property> </spacer> </item> <item row="2" column="0"> <widget class="QLabel" name="label_32"> <property name="text"> <string>IMEI:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLabel" name="ImeiLabel"> <property name="text"> <string>xx</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_33"> <property name="text"> <string>IMSI:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLabel" name="imsiLabel"> <property name="text"> <string>xx</string> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_34"> <property name="text"> <string>Manufacturer:</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QLabel" name="manufacturerLabel"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="5" column="0"> <widget class="QLabel" name="label_35"> <property name="text"> <string>Model</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QLabel" name="modelLabel"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="6" column="0"> <widget class="QLabel" name="label_36"> <property name="text"> <string>Product:</string> </property> </widget> </item> <item row="6" column="1"> <widget class="QLabel" name="productLabel"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="7" column="0"> <widget class="QPushButton" name="deviceLockPushButton"> <property name="enabled"> <bool>false</bool> </property> <property name="mouseTracking"> <bool>true</bool> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset resource="examples.qrc"> <normaloff>:/unlocked/general_unlock.png</normaloff> <normalon>:/locked/general_locked.png</normalon>:/unlocked/general_unlock.png</iconset> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>false</bool> </property> </widget> </item> <item row="7" column="1"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Device lock</string> </property> </widget> </item> <item row="8" column="0"> <widget class="QLabel" name="label_37"> <property name="text"> <string>Sim status:</string> </property> </widget> </item> <item row="8" column="1"> <widget class="QLabel" name="simStatusLabel"> <property name="text"> <string/> </property> </widget> </item> <item row="8" column="2"> <spacer name="horizontalSpacer_9"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>201</width> <height>20</height> </size> </property> </spacer> </item> <item row="9" column="0"> <widget class="QLabel" name="label_38"> <property name="text"> <string>current Profile:</string> </property> </widget> </item> <item row="9" column="1"> <widget class="QLabel" name="profileLabel"> <property name="text"> <string/> </property> </widget> </item> <item row="10" column="0"> <widget class="QLabel" name="label_39"> <property name="text"> <string>Input method:</string> </property> </widget> </item> <item row="10" column="1"> <widget class="QLabel" name="inputMethodLabel"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="11" column="0"> <widget class="QLabel" name="label_9"> <property name="text"> <string>Bluetooth power:</string> </property> </widget> </item> <item row="11" column="1"> <widget class="QLabel" name="bluetoothPowerLabel"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="sysdisplaytab"> <attribute name="title"> <string>Display</string> </attribute> <layout class="QGridLayout" name="gridLayout_7"> <item row="0" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_8"> <item> <widget class="QLabel" name="label_40"> <property name="text"> <string>Brightness</string> </property> </widget> </item> <item> <widget class="QLabel" name="brightnessLabel"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item row="1" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_7"> <item> <widget class="QLabel" name="label_41"> <property name="text"> <string>Color Depth</string> </property> </widget> </item> <item> <widget class="QLabel" name="colorDepthLabel"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item row="2" column="0"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Orientation</string> </property> </widget> </item> <item> <widget class="QLabel" name="orientationLabel"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item row="3" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>Contrast</string> </property> </widget> </item> <item> <widget class="QLabel" name="contrastLabel"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item row="4" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="label_5"> <property name="text"> <string>DPI Width</string> </property> </widget> </item> <item> <widget class="QLabel" name="dpiWidthLabel"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item row="5" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QLabel" name="label_6"> <property name="text"> <string>DPI Height</string> </property> </widget> </item> <item> <widget class="QLabel" name="dpiHeightLabel"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item row="6" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> <widget class="QLabel" name="label_8"> <property name="text"> <string>Physical Width</string> </property> </widget> </item> <item> <widget class="QLabel" name="physicalWidthLabel"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item row="7" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> <widget class="QLabel" name="label_7"> <property name="text"> <string>Physical Height</string> </property> </widget> </item> <item> <widget class="QLabel" name="physicalHeightLabel"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QWidget" name="sysmemorytab"> <attribute name="title"> <string>Storage</string> </attribute> <layout class="QGridLayout" name="gridLayout_13"> <item row="0" column="0"> <widget class="QTreeWidget" name="storageTreeWidget"> <column> <property name="text"> <string>Volume Name</string> </property> </column> <column> <property name="text"> <string>Type of Volume</string> </property> </column> <column> <property name="text"> <string>Total Disk Space</string> </property> </column> <column> <property name="text"> <string>Available Disk Space</string> </property> </column> </widget> </item> </layout> </widget> <widget class="QWidget" name="sysnetworktab"> <attribute name="title"> <string>Network</string> </attribute> <layout class="QGridLayout" name="gridLayout_4"> <item row="0" column="0"> <widget class="QGroupBox" name="groupBox_5"> <property name="title"> <string/> </property> <layout class="QGridLayout" name="gridLayout_3"> <item row="0" column="0"> <widget class="QComboBox" name="netStatusComboBox"> <item> <property name="text"> <string/> </property> </item> <item> <property name="text"> <string>Gsm</string> </property> </item> <item> <property name="text"> <string>Cdma</string> </property> </item> <item> <property name="text"> <string>Wcdma</string> </property> </item> <item> <property name="text"> <string>Wlan</string> </property> </item> <item> <property name="text"> <string>Ethernet</string> </property> </item> <item> <property name="text"> <string>Bluetooth</string> </property> </item> </widget> </item> <item row="0" column="1"> <spacer name="horizontalSpacer_10"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item row="1" column="0"> <widget class="QLabel" name="label_42"> <property name="text"> <string>Network Status</string> </property> </widget> </item> <item row="1" column="2"> <widget class="QLabel" name="cellNetworkStatusLabel"> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="text"> <string>.</string> </property> </widget> </item> <item row="2" column="0" colspan="2"> <widget class="QLabel" name="label_43"> <property name="text"> <string>Network Signal Strength</string> </property> </widget> </item> <item row="2" column="2"> <widget class="QProgressBar" name="signalLevelProgressBar"> <property name="value"> <number>0</number> </property> <property name="format"> <string>%v</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_44"> <property name="text"> <string>MAC address:</string> </property> </widget> </item> <item row="3" column="2"> <widget class="QLabel" name="macAddressLabel"> <property name="text"> <string>.</string> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_45"> <property name="text"> <string>Interface Name:</string> </property> </widget> </item> <item row="4" column="2"> <widget class="QLabel" name="InterfaceLabel"> <property name="text"> <string>.</string> </property> </widget> </item> <item row="5" column="0" colspan="2"> <widget class="QLabel" name="label"> <property name="text"> <string>Network Mode:</string> </property> </widget> </item> <item row="5" column="2"> <widget class="QLabel" name="primaryModeLabel"> <property name="text"> <string>test</string> </property> </widget> </item> <item row="6" column="2"> <widget class="QLabel" name="operatorNameLabel"> <property name="text"> <string>.</string> </property> </widget> </item> <item row="6" column="0"> <widget class="QLabel" name="label_52"> <property name="text"> <string>Network Name</string> </property> </widget> </item> </layout> </widget> </item> <item row="1" column="0"> <widget class="QGroupBox" name="groupBox_6"> <property name="title"> <string/> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label_46"> <property name="text"> <string>Cell Id:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="cellIdLabel"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="text"> <string>.</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_47"> <property name="text"> <string>Location Area Code</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="locationAreaCodeLabel"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="text"> <string>.</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_48"> <property name="text"> <string>Current MCC:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLabel" name="currentMMCLabel"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="text"> <string>.</string> </property> </widget> </item> <item row="2" column="2"> <spacer name="horizontalSpacer_11"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>136</width> <height>20</height> </size> </property> </spacer> </item> <item row="3" column="0"> <widget class="QLabel" name="label_50"> <property name="text"> <string>Current MNC:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLabel" name="currentMNCLabel"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="text"> <string>.</string> </property> </widget> </item> <item row="3" column="2"> <spacer name="horizontalSpacer_13"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>136</width> <height>20</height> </size> </property> </spacer> </item> <item row="4" column="0"> <widget class="QLabel" name="label_49"> <property name="text"> <string>Home MCC:</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QLabel" name="homeMMCLabel"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="text"> <string>.</string> </property> </widget> </item> <item row="4" column="2"> <spacer name="horizontalSpacer_12"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>135</width> <height>20</height> </size> </property> </spacer> </item> <item row="5" column="0"> <widget class="QLabel" name="label_51"> <property name="text"> <string>Home MNC:</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QLabel" name="homeMNCLabel"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="text"> <string>.</string> </property> </widget> </item> <item row="5" column="2"> <spacer name="horizontalSpacer_14"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>135</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item row="1" column="1"> <spacer name="verticalSpacer_5"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>213</height> </size> </property> </spacer> </item> </layout> </widget> <widget class="QWidget" name="screenTab"> <attribute name="title"> <string>Screen Saver</string> </attribute> <layout class="QGridLayout" name="gridLayout_17"> <item row="0" column="0" colspan="3"> <widget class="QCheckBox" name="saverInhibitedCheckBox"> <property name="text"> <string>Screen Saver Inhibited</string> </property> </widget> </item> <item row="1" column="1" colspan="2"> <spacer name="verticalSpacer_6"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> </widget> </item> </layout> </widget> <resources> <include location="examples.qrc"/> </resources> <connections/> </ui>
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.