4 <exportmacro></exportmacro>
5 <class>MainWindow</class>
6 <widget class="QMainWindow" name="MainWindow" >
7 <property name="geometry" >
15 <property name="windowTitle" >
16 <string>KHTML Regression Testing Utility</string>
18 <widget class="QWidget" name="centralwidget" >
19 <layout class="QHBoxLayout" >
20 <property name="margin" >
23 <property name="spacing" >
27 <widget class="QTreeWidget" name="treeWidget" >
28 <property name="sizePolicy" >
30 <hsizetype>0</hsizetype>
31 <vsizetype>7</vsizetype>
32 <horstretch>0</horstretch>
33 <verstretch>0</verstretch>
36 <property name="minimumSize" >
42 <property name="contextMenuPolicy" >
43 <enum>Qt::CustomContextMenu</enum>
45 <property name="columnCount" >
49 <property name="text" >
56 <widget class="QTabWidget" name="tabWidget" >
57 <widget class="QWidget" name="firstTab" >
58 <attribute name="title" >
59 <string>Regression testing output</string>
61 <layout class="QHBoxLayout" >
62 <property name="margin" >
65 <property name="spacing" >
69 <layout class="QVBoxLayout" >
70 <property name="margin" >
73 <property name="spacing" >
77 <layout class="QHBoxLayout" >
78 <property name="margin" >
81 <property name="spacing" >
86 <property name="orientation" >
87 <enum>Qt::Horizontal</enum>
89 <property name="sizeHint" >
98 <widget class="QPushButton" name="pauseContinueButton" >
99 <property name="sizePolicy" >
101 <hsizetype>0</hsizetype>
102 <vsizetype>0</vsizetype>
103 <horstretch>0</horstretch>
104 <verstretch>0</verstretch>
107 <property name="maximumSize" >
109 <width>16777215</width>
110 <height>16777215</height>
113 <property name="toolTip" >
114 <string>Pause/Continue regression testing process</string>
116 <property name="whatsThis" >
117 <string>Pause/Continue regression testing process</string>
119 <property name="layoutDirection" >
120 <enum>Qt::LeftToRight</enum>
122 <property name="text" >
123 <string>Pause</string>
125 <property name="flat" >
131 <widget class="QPushButton" name="saveLogButton" >
132 <property name="sizePolicy" >
134 <hsizetype>0</hsizetype>
135 <vsizetype>0</vsizetype>
136 <horstretch>0</horstretch>
137 <verstretch>0</verstretch>
140 <property name="maximumSize" >
142 <width>16777215</width>
143 <height>16777215</height>
146 <property name="toolTip" >
147 <string>You may select a file where the log content is stored, before the regression testing started.</string>
149 <property name="whatsThis" >
150 <string>You may select a file where the log content is stored, before the regression testing started.</string>
152 <property name="text" >
153 <string>Output to file...</string>
160 <widget class="QTextEdit" name="textEdit" />
163 <widget class="QLabel" name="statusLabel" >
164 <property name="text" >
165 <string>Regression testing status</string>
170 <widget class="QProgressBar" name="progressBar" >
171 <property name="value" >
174 <property name="orientation" >
175 <enum>Qt::Horizontal</enum>
183 <widget class="QWidget" name="secondTab" >
184 <attribute name="title" >
185 <string>View HTML Output</string>
192 <widget class="QMenuBar" name="menubar" >
193 <property name="geometry" >
201 <widget class="QMenu" name="menuSettings" >
202 <property name="tearOffEnabled" >
205 <property name="title" >
206 <string>Settings</string>
208 <addaction name="actionOnly_run_JS_tests" />
209 <addaction name="actionOnly_run_HTML_tests" />
210 <addaction name="actionDo_not_suppress_debug_output" />
211 <addaction name="actionDo_not_use_Xvfb" />
213 <widget class="QMenu" name="menuMain" >
214 <property name="title" >
215 <string>Tests</string>
217 <addaction name="actionSpecify_tests_directory" />
218 <addaction name="actionSpecify_khtml_directory" />
219 <addaction name="actionSpecify_output_directory" />
220 <addaction name="separator" />
221 <addaction name="actionRun_tests" />
223 <addaction name="menuMain" />
224 <addaction name="menuSettings" />
226 <widget class="QStatusBar" name="statusbar" >
227 <property name="geometry" >
236 <action name="actionOnly_run_JS_tests" >
237 <property name="checkable" >
240 <property name="text" >
241 <string>Only run JS tests</string>
244 <action name="actionOnly_run_HTML_tests" >
245 <property name="checkable" >
248 <property name="text" >
249 <string>Only run HTML tests</string>
252 <action name="actionDo_not_suppress_debug_output" >
253 <property name="checkable" >
256 <property name="text" >
257 <string>Do not suppress debug output</string>
260 <action name="actionDo_not_use_Xvfb" >
261 <property name="checkable" >
264 <property name="text" >
265 <string>Do not use Xvfb</string>
268 <action name="actionRun_tests" >
269 <property name="text" >
270 <string>Run tests...</string>
273 <action name="actionRun_single_test" >
274 <property name="text" >
275 <string>Run single test...</string>
278 <action name="actionSpecify_tests_directory" >
279 <property name="text" >
280 <string>Specify tests directory...</string>
283 <action name="actionSpecify_khtml_directory" >
284 <property name="text" >
285 <string>Specify khtml directory...</string>
288 <action name="actionSpecify_output_directory" >
289 <property name="text" >
290 <string>Specify output directory...</string>
294 <pixmapfunction></pixmapfunction>
296 <include location="test_regression_gui.qrc" />