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

0001 <ui version="4.0" >
0002  <class>MainWindow</class>
0003  <widget class="QMainWindow" name="MainWindow" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>875</width>
0009     <height>825</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>KHTML Regression Testing Utility</string>
0014   </property>
0015   <widget class="QWidget" name="centralwidget" >
0016    <layout class="QHBoxLayout" >
0017     <property name="margin" >
0018      <number>9</number>
0019     </property>
0020     <property name="spacing" >
0021      <number>6</number>
0022     </property>
0023     <item>
0024      <widget class="QTreeWidget" name="treeWidget" >
0025       <property name="sizePolicy" >
0026        <sizepolicy>
0027         <hsizetype>0</hsizetype>
0028         <vsizetype>7</vsizetype>
0029         <horstretch>0</horstretch>
0030         <verstretch>0</verstretch>
0031        </sizepolicy>
0032       </property>
0033       <property name="minimumSize" >
0034        <size>
0035         <width>350</width>
0036         <height>0</height>
0037        </size>
0038       </property>
0039       <property name="contextMenuPolicy" >
0040        <enum>Qt::CustomContextMenu</enum>
0041       </property>
0042       <property name="columnCount" >
0043        <number>1</number>
0044       </property>
0045       <column>
0046        <property name="text" >
0047         <string>0</string>
0048        </property>
0049       </column>
0050      </widget>
0051     </item>
0052     <item>
0053      <widget class="QTabWidget" name="tabWidget" >
0054       <widget class="QWidget" name="firstTab" >
0055        <attribute name="title" >
0056         <string>Regression testing output</string>
0057        </attribute>
0058        <layout class="QHBoxLayout" >
0059         <property name="margin" >
0060          <number>9</number>
0061         </property>
0062         <property name="spacing" >
0063          <number>6</number>
0064         </property>
0065         <item>
0066          <layout class="QVBoxLayout" >
0067           <property name="margin" >
0068            <number>0</number>
0069           </property>
0070           <property name="spacing" >
0071            <number>6</number>
0072           </property>
0073           <item>
0074            <layout class="QHBoxLayout" >
0075             <property name="margin" >
0076              <number>0</number>
0077             </property>
0078             <property name="spacing" >
0079              <number>6</number>
0080             </property>
0081             <item>
0082              <spacer>
0083               <property name="orientation" >
0084                <enum>Qt::Horizontal</enum>
0085               </property>
0086               <property name="sizeHint" >
0087                <size>
0088                 <width>111</width>
0089                 <height>20</height>
0090                </size>
0091               </property>
0092              </spacer>
0093             </item>
0094             <item>
0095              <widget class="QPushButton" name="pauseContinueButton" >
0096               <property name="sizePolicy" >
0097                <sizepolicy>
0098                 <hsizetype>0</hsizetype>
0099                 <vsizetype>0</vsizetype>
0100                 <horstretch>0</horstretch>
0101                 <verstretch>0</verstretch>
0102                </sizepolicy>
0103               </property>
0104               <property name="maximumSize" >
0105                <size>
0106                 <width>16777215</width>
0107                 <height>16777215</height>
0108                </size>
0109               </property>
0110               <property name="toolTip" >
0111                <string>Pause/Continue regression testing process</string>
0112               </property>
0113               <property name="whatsThis" >
0114                <string>Pause/Continue regression testing process</string>
0115               </property>
0116               <property name="layoutDirection" >
0117                <enum>Qt::LeftToRight</enum>
0118               </property>
0119               <property name="text" >
0120                <string>Pause</string>
0121               </property>
0122               <property name="flat" >
0123                <bool>false</bool>
0124               </property>
0125              </widget>
0126             </item>
0127             <item>
0128              <widget class="QPushButton" name="saveLogButton" >
0129               <property name="sizePolicy" >
0130                <sizepolicy>
0131                 <hsizetype>0</hsizetype>
0132                 <vsizetype>0</vsizetype>
0133                 <horstretch>0</horstretch>
0134                 <verstretch>0</verstretch>
0135                </sizepolicy>
0136               </property>
0137               <property name="maximumSize" >
0138                <size>
0139                 <width>16777215</width>
0140                 <height>16777215</height>
0141                </size>
0142               </property>
0143               <property name="toolTip" >
0144                <string>You may select a file where the log content is stored, before the regression testing is started.</string>
0145               </property>
0146               <property name="whatsThis" >
0147                <string>You may select a file where the log content is stored, before the regression testing is started.</string>
0148               </property>
0149               <property name="text" >
0150                <string>Output to File...</string>
0151               </property>
0152              </widget>
0153             </item>
0154            </layout>
0155           </item>
0156           <item>
0157            <widget class="QTextEdit" name="textEdit" />
0158           </item>
0159           <item>
0160            <widget class="QLabel" name="statusLabel" >
0161             <property name="text" >
0162              <string>Regression Testing Status</string>
0163             </property>
0164            </widget>
0165           </item>
0166           <item>
0167            <widget class="QProgressBar" name="progressBar" >
0168             <property name="value" >
0169              <number>24</number>
0170             </property>
0171             <property name="orientation" >
0172              <enum>Qt::Horizontal</enum>
0173             </property>
0174            </widget>
0175           </item>
0176          </layout>
0177         </item>
0178        </layout>
0179       </widget>
0180       <widget class="QWidget" name="secondTab" >
0181        <attribute name="title" >
0182         <string>View HTML Output</string>
0183        </attribute>
0184       </widget>
0185      </widget>
0186     </item>
0187    </layout>
0188   </widget>
0189   <widget class="QMenuBar" name="menubar" >
0190    <property name="geometry" >
0191     <rect>
0192      <x>0</x>
0193      <y>0</y>
0194      <width>875</width>
0195      <height>28</height>
0196     </rect>
0197    </property>
0198    <widget class="QMenu" name="menuSettings" >
0199     <property name="tearOffEnabled" >
0200      <bool>false</bool>
0201     </property>
0202     <property name="title" >
0203      <string>Settings</string>
0204     </property>
0205     <addaction name="actionOnly_run_JS_tests" />
0206     <addaction name="actionOnly_run_HTML_tests" />
0207     <addaction name="actionDo_not_suppress_debug_output" />
0208     <addaction name="actionDo_not_use_Xvfb" />
0209    </widget>
0210    <widget class="QMenu" name="menuMain" >
0211     <property name="title" >
0212      <string>Tests</string>
0213     </property>
0214     <addaction name="actionSpecify_tests_directory" />
0215     <addaction name="actionSpecify_khtml_directory" />
0216     <addaction name="actionSpecify_output_directory" />
0217     <addaction name="separator" />
0218     <addaction name="actionRun_tests" />
0219    </widget>
0220    <addaction name="menuMain" />
0221    <addaction name="menuSettings" />
0222   </widget>
0223   <widget class="QStatusBar" name="statusbar" >
0224    <property name="geometry" >
0225     <rect>
0226      <x>0</x>
0227      <y>804</y>
0228      <width>875</width>
0229      <height>21</height>
0230     </rect>
0231    </property>
0232   </widget>
0233   <action name="actionOnly_run_JS_tests" >
0234    <property name="checkable" >
0235     <bool>true</bool>
0236    </property>
0237    <property name="text" >
0238     <string>Only Run JS Tests</string>
0239    </property>
0240   </action>
0241   <action name="actionOnly_run_HTML_tests" >
0242    <property name="checkable" >
0243     <bool>true</bool>
0244    </property>
0245    <property name="text" >
0246     <string>Only Run HTML Tests</string>
0247    </property>
0248   </action>
0249   <action name="actionDo_not_suppress_debug_output" >
0250    <property name="checkable" >
0251     <bool>true</bool>
0252    </property>
0253    <property name="text" >
0254     <string>Do Not Suppress Debug Output</string>
0255    </property>
0256   </action>
0257   <action name="actionDo_not_use_Xvfb" >
0258    <property name="checkable" >
0259     <bool>true</bool>
0260    </property>
0261    <property name="text" >
0262     <string>Do not use Xvfb</string>
0263    </property>
0264   </action>
0265   <action name="actionRun_tests" >
0266    <property name="text" >
0267     <string>Run Tests...</string>
0268    </property>
0269   </action>
0270   <action name="actionRun_single_test" >
0271    <property name="text" >
0272     <string>Run Single Test...</string>
0273    </property>
0274   </action>
0275   <action name="actionSpecify_tests_directory" >
0276    <property name="text" >
0277     <string>Specify tests Directory...</string>
0278    </property>
0279   </action>
0280   <action name="actionSpecify_khtml_directory" >
0281    <property name="text" >
0282     <string>Specify khtml Directory...</string>
0283    </property>
0284   </action>
0285   <action name="actionSpecify_output_directory" >
0286    <property name="text" >
0287     <string>Specify Output Directory...</string>
0288    </property>
0289   </action>
0290  </widget>
0291  <resources>
0292   <include location="test_regression_gui.qrc" />
0293  </resources>
0294  <connections/>
0295 </ui>