<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Explorer</class> <widget class="QMainWindow" name="Explorer"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>760</width> <height>636</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout_4"> <property name="spacing"> <number>9</number> </property> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Sensors that were detected on the device are listed in the list on the left, grouped by type. The reading properties for the sensor will be presented on the right.</string> </property> <property name="textFormat"> <enum>Qt::AutoText</enum> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QWidget" name="widget" native="true"> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>9</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QWidget" name="widget_2" native="true"> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>9</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Sensor</string> </property> <property name="buddy"> <cstring>sensors</cstring> </property> </widget> </item> <item> <widget class="QTreeWidget" name="sensors"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <property name="expandsOnDoubleClick"> <bool>false</bool> </property> <attribute name="headerVisible"> <bool>false</bool> </attribute> <attribute name="headerVisible"> <bool>false</bool> </attribute> <column> <property name="text"> <string notr="true">Sensor</string> </property> </column> <item> <property name="text"> <string notr="true">dummy.accelerometer</string> </property> </item> </widget> </item> </layout> </widget> </item> <item> <widget class="QScrollArea" name="scrollArea"> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="scrollAreaWidgetContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>477</width> <height>556</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <property name="spacing"> <number>9</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QWidget" name="widget_4" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="spacing"> <number>9</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>Sensor Properties</string> </property> </widget> </item> <item> <widget class="QTableWidget" name="sensorprops"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="columnCount"> <number>3</number> </property> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <row> <property name="text"> <string notr="true">1</string> </property> </row> <column> <property name="text"> <string>Name</string> </property> </column> <column> <property name="text"> <string>Type</string> </property> </column> <column> <property name="text"> <string>Value</string> </property> </column> <item row="0" column="0"> <property name="text"> <string notr="true">supportedIntervals</string> </property> </item> <item row="0" column="1"> <property name="text"> <string notr="true">qrangelist</string> </property> </item> <item row="0" column="2"> <property name="text"> <string/> </property> </item> </widget> </item> </layout> </widget> </item> <item> <widget class="QWidget" name="widget_3" native="true"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <property name="spacing"> <number>9</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QPushButton" name="start"> <property name="text"> <string>start</string> </property> </widget> </item> <item> <widget class="QPushButton" name="stop"> <property name="text"> <string>stop</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <widget class="QWidget" name="widget_5" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="spacing"> <number>9</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QLabel" name="label_6"> <property name="text"> <string>Reading Properties</string> </property> </widget> </item> <item> <widget class="QTableWidget" name="reading"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="columnCount"> <number>4</number> </property> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <row> <property name="text"> <string notr="true">1</string> </property> </row> <row> <property name="text"> <string notr="true">2</string> </property> </row> <column> <property name="text"> <string>Index</string> </property> </column> <column> <property name="text"> <string>Value</string> </property> </column> <column> <property name="text"> <string>Type</string> </property> </column> <column> <property name="text"> <string>Value</string> </property> </column> <item row="0" column="0"> <property name="text"> <string notr="true">0</string> </property> </item> <item row="0" column="1"> <property name="text"> <string notr="true">x</string> </property> </item> <item row="0" column="2"> <property name="text"> <string notr="true">qreal</string> </property> </item> <item row="0" column="3"> <property name="text"> <string>9.8</string> </property> </item> <item row="1" column="0"> <property name="text"> <string notr="true">0</string> </property> </item> <item row="1" column="1"> <property name="text"> <string notr="true">changeOfBeingEaten</string> </property> </item> <item row="1" column="2"> <property name="text"> <string notr="true">bool</string> </property> </item> <item row="1" column="3"> <property name="text"> <string>true</string> </property> </item> </widget> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>0</width> <height>18</height> </size> </property> </spacer> </item> </layout> </widget> </widget> </item> </layout> </widget> </item> </layout> </widget> <widget class="QStatusBar" name="statusbar"/> </widget> <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.