20 <string>testserver Command Options</string> |
20 <string>testserver Command Options</string> |
21 </property> |
21 </property> |
22 <property name="sizeGripEnabled"> |
22 <property name="sizeGripEnabled"> |
23 <bool>true</bool> |
23 <bool>true</bool> |
24 </property> |
24 </property> |
25 <layout class="QGridLayout" name="gridLayout"> |
25 <layout class="QVBoxLayout" name="verticalLayout"> |
26 <item row="0" column="0" colspan="2"> |
26 <item> |
27 <widget class="QLabel" name="label"> |
27 <widget class="QLabel" name="label"> |
28 <property name="text"> |
28 <property name="text"> |
29 <string>Enter the list of fixture patterns or the path of a fixture file.</string> |
29 <string>Enter the list of fixture patterns or the path of a fixture file.</string> |
30 </property> |
30 </property> |
31 </widget> |
31 </widget> |
32 </item> |
32 </item> |
33 <item row="1" column="0"> |
33 <item> |
34 <widget class="QLineEdit" name="fixturesEdit"/> |
34 <widget class="EricPathPicker" name="fixturePicker" native="true"> |
35 </item> |
35 <property name="focusPolicy"> |
36 <item row="1" column="1"> |
36 <enum>Qt::WheelFocus</enum> |
37 <widget class="QToolButton" name="fixtureFileButton"> |
|
38 <property name="toolTip"> |
|
39 <string>Select a fixture file via a file selection dialog</string> |
|
40 </property> |
37 </property> |
41 </widget> |
38 </widget> |
42 </item> |
39 </item> |
43 <item row="2" column="0" colspan="2"> |
40 <item> |
44 <widget class="QDialogButtonBox" name="buttonBox"> |
41 <widget class="QDialogButtonBox" name="buttonBox"> |
45 <property name="orientation"> |
42 <property name="orientation"> |
46 <enum>Qt::Horizontal</enum> |
43 <enum>Qt::Horizontal</enum> |
47 </property> |
44 </property> |
48 <property name="standardButtons"> |
45 <property name="standardButtons"> |