45 <item row="1" column="1"> |
45 <item row="1" column="1"> |
46 <widget class="QLineEdit" name="appEdit"> |
46 <widget class="QLineEdit" name="appEdit"> |
47 <property name="toolTip"> |
47 <property name="toolTip"> |
48 <string>Enter the label of an application to search for fixtures</string> |
48 <string>Enter the label of an application to search for fixtures</string> |
49 </property> |
49 </property> |
|
50 <property name="clearButtonEnabled"> |
|
51 <bool>true</bool> |
|
52 </property> |
50 </widget> |
53 </widget> |
51 </item> |
54 </item> |
52 </layout> |
55 </layout> |
53 </item> |
56 </item> |
54 <item> |
57 <item> |
55 <widget class="QGroupBox" name="groupBox"> |
58 <widget class="QGroupBox" name="groupBox"> |
56 <property name="title"> |
59 <property name="title"> |
57 <string>Fixtures</string> |
60 <string>Fixtures</string> |
58 </property> |
61 </property> |
59 <layout class="QGridLayout" name="gridLayout"> |
62 <layout class="QGridLayout" name="gridLayout"> |
|
63 <property name="horizontalSpacing"> |
|
64 <number>0</number> |
|
65 </property> |
60 <item row="0" column="0" colspan="2"> |
66 <item row="0" column="0" colspan="2"> |
61 <widget class="QLabel" name="label"> |
67 <widget class="QLabel" name="label"> |
62 <property name="text"> |
68 <property name="text"> |
63 <string>Enter the list of fixture patterns or the path of a fixture file:</string> |
69 <string>Enter the list of fixture patterns or the path of a fixture file:</string> |
64 </property> |
70 </property> |
66 <bool>true</bool> |
72 <bool>true</bool> |
67 </property> |
73 </property> |
68 </widget> |
74 </widget> |
69 </item> |
75 </item> |
70 <item row="1" column="0"> |
76 <item row="1" column="0"> |
71 <widget class="QLineEdit" name="fixturesEdit"/> |
77 <widget class="QLineEdit" name="fixturesEdit"> |
|
78 <property name="clearButtonEnabled"> |
|
79 <bool>true</bool> |
|
80 </property> |
|
81 </widget> |
72 </item> |
82 </item> |
73 <item row="1" column="1"> |
83 <item row="1" column="1"> |
74 <widget class="QToolButton" name="fixtureFileButton"> |
84 <widget class="QToolButton" name="fixtureFileButton"> |
75 <property name="toolTip"> |
85 <property name="toolTip"> |
76 <string>Select a fixture file via a file selection dialog</string> |
86 <string>Select a fixture file via a file selection dialog</string> |