Warning, /frameworks/kuserfeedback/tests/orwell.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>Orwell</class>
0004  <widget class="QMainWindow" name="Orwell">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>483</width>
0010     <height>347</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>User Feedback Test Application</string>
0015   </property>
0016   <widget class="QWidget" name="centralwidget">
0017    <layout class="QVBoxLayout" name="verticalLayout">
0018     <item>
0019      <layout class="QFormLayout" name="formLayout">
0020       <item row="0" column="0">
0021        <widget class="QLabel" name="label">
0022         <property name="text">
0023          <string>Version:</string>
0024         </property>
0025         <property name="buddy">
0026          <cstring>version</cstring>
0027         </property>
0028        </widget>
0029       </item>
0030       <item row="0" column="1">
0031        <widget class="QLineEdit" name="version"/>
0032       </item>
0033       <item row="1" column="0">
0034        <widget class="QLabel" name="label_2">
0035         <property name="text">
0036          <string>Starts:</string>
0037         </property>
0038         <property name="buddy">
0039          <cstring>startCount</cstring>
0040         </property>
0041        </widget>
0042       </item>
0043       <item row="1" column="1">
0044        <widget class="QSpinBox" name="startCount"/>
0045       </item>
0046       <item row="2" column="0">
0047        <widget class="QLabel" name="label_3">
0048         <property name="text">
0049          <string>Runtime:</string>
0050         </property>
0051         <property name="buddy">
0052          <cstring>runtime</cstring>
0053         </property>
0054        </widget>
0055       </item>
0056       <item row="2" column="1">
0057        <widget class="QSpinBox" name="runtime">
0058         <property name="suffix">
0059          <string>secs</string>
0060         </property>
0061         <property name="maximum">
0062          <number>999999</number>
0063         </property>
0064         <property name="singleStep">
0065          <number>60</number>
0066         </property>
0067        </widget>
0068       </item>
0069       <item row="3" column="0">
0070        <widget class="QLabel" name="label_4">
0071         <property name="text">
0072          <string>Completed Surveys:</string>
0073         </property>
0074         <property name="buddy">
0075          <cstring>surveys</cstring>
0076         </property>
0077        </widget>
0078       </item>
0079       <item row="3" column="1">
0080        <widget class="QLineEdit" name="surveys">
0081         <property name="clearButtonEnabled">
0082          <bool>true</bool>
0083         </property>
0084        </widget>
0085       </item>
0086       <item row="4" column="0">
0087        <widget class="QLabel" name="label_5">
0088         <property name="text">
0089          <string>Survey Interval:</string>
0090         </property>
0091         <property name="buddy">
0092          <cstring>surveyInterval</cstring>
0093         </property>
0094        </widget>
0095       </item>
0096       <item row="4" column="1">
0097        <widget class="QSpinBox" name="surveyInterval">
0098         <property name="specialValueText">
0099          <string>Never</string>
0100         </property>
0101         <property name="suffix">
0102          <string>days</string>
0103         </property>
0104         <property name="minimum">
0105          <number>-1</number>
0106         </property>
0107         <property name="maximum">
0108          <number>90</number>
0109         </property>
0110         <property name="value">
0111          <number>1</number>
0112         </property>
0113        </widget>
0114       </item>
0115       <item row="6" column="1">
0116        <widget class="QPushButton" name="overrideButton">
0117         <property name="text">
0118          <string>Override Stats</string>
0119         </property>
0120        </widget>
0121       </item>
0122       <item row="7" column="1">
0123        <widget class="QPushButton" name="submitButton">
0124         <property name="text">
0125          <string>Submit Manually</string>
0126         </property>
0127        </widget>
0128       </item>
0129       <item row="5" column="1">
0130        <widget class="QDial" name="dial">
0131         <property name="maximum">
0132          <number>11</number>
0133         </property>
0134         <property name="pageStep">
0135          <number>2</number>
0136         </property>
0137        </widget>
0138       </item>
0139       <item row="5" column="0">
0140        <widget class="QLabel" name="label_6">
0141         <property name="text">
0142          <string>Property Source Test:</string>
0143         </property>
0144        </widget>
0145       </item>
0146      </layout>
0147     </item>
0148    </layout>
0149   </widget>
0150   <widget class="QMenuBar" name="menubar">
0151    <property name="geometry">
0152     <rect>
0153      <x>0</x>
0154      <y>0</y>
0155      <width>483</width>
0156      <height>30</height>
0157     </rect>
0158    </property>
0159    <widget class="QMenu" name="menu_File">
0160     <property name="title">
0161      <string>&amp;File</string>
0162     </property>
0163     <addaction name="actionQuit"/>
0164    </widget>
0165    <widget class="QMenu" name="menu_Help">
0166     <property name="title">
0167      <string>&amp;Help</string>
0168     </property>
0169     <addaction name="actionContribute"/>
0170    </widget>
0171    <addaction name="menu_File"/>
0172    <addaction name="menu_Help"/>
0173   </widget>
0174   <widget class="QStatusBar" name="statusbar"/>
0175   <action name="actionQuit">
0176    <property name="text">
0177     <string>&amp;Quit</string>
0178    </property>
0179   </action>
0180   <action name="actionContribute">
0181    <property name="text">
0182     <string>&amp;Contribute...</string>
0183    </property>
0184   </action>
0185  </widget>
0186  <resources/>
0187  <connections/>
0188 </ui>