|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>DjangoRunTestServerDataDialog</class> |
|
4 <widget class="QDialog" name="DjangoRunTestServerDataDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>600</width> |
|
10 <height>102</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="sizePolicy"> |
|
14 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> |
|
15 <horstretch>0</horstretch> |
|
16 <verstretch>0</verstretch> |
|
17 </sizepolicy> |
|
18 </property> |
|
19 <property name="windowTitle"> |
|
20 <string>testserver Command Options</string> |
|
21 </property> |
|
22 <property name="sizeGripEnabled"> |
|
23 <bool>true</bool> |
|
24 </property> |
|
25 <layout class="QGridLayout" name="gridLayout"> |
|
26 <item row="0" column="0" colspan="2"> |
|
27 <widget class="QLabel" name="label"> |
|
28 <property name="text"> |
|
29 <string>Enter the list of fixture patterns or the path of a fixture file.</string> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item row="1" column="0"> |
|
34 <widget class="QLineEdit" name="fixturesEdit"/> |
|
35 </item> |
|
36 <item row="1" column="1"> |
|
37 <widget class="QToolButton" name="fixtureFileButton"> |
|
38 <property name="toolTip"> |
|
39 <string>Select a fixture file via a file selection dialog</string> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item row="2" column="0" colspan="2"> |
|
44 <widget class="QDialogButtonBox" name="buttonBox"> |
|
45 <property name="orientation"> |
|
46 <enum>Qt::Horizontal</enum> |
|
47 </property> |
|
48 <property name="standardButtons"> |
|
49 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 </layout> |
|
54 </widget> |
|
55 <tabstops> |
|
56 <tabstop>fixturesEdit</tabstop> |
|
57 <tabstop>fixtureFileButton</tabstop> |
|
58 <tabstop>buttonBox</tabstop> |
|
59 </tabstops> |
|
60 <resources/> |
|
61 <connections> |
|
62 <connection> |
|
63 <sender>buttonBox</sender> |
|
64 <signal>accepted()</signal> |
|
65 <receiver>DjangoRunTestServerDataDialog</receiver> |
|
66 <slot>accept()</slot> |
|
67 <hints> |
|
68 <hint type="sourcelabel"> |
|
69 <x>248</x> |
|
70 <y>254</y> |
|
71 </hint> |
|
72 <hint type="destinationlabel"> |
|
73 <x>157</x> |
|
74 <y>274</y> |
|
75 </hint> |
|
76 </hints> |
|
77 </connection> |
|
78 <connection> |
|
79 <sender>buttonBox</sender> |
|
80 <signal>rejected()</signal> |
|
81 <receiver>DjangoRunTestServerDataDialog</receiver> |
|
82 <slot>reject()</slot> |
|
83 <hints> |
|
84 <hint type="sourcelabel"> |
|
85 <x>316</x> |
|
86 <y>260</y> |
|
87 </hint> |
|
88 <hint type="destinationlabel"> |
|
89 <x>286</x> |
|
90 <y>274</y> |
|
91 </hint> |
|
92 </hints> |
|
93 </connection> |
|
94 </connections> |
|
95 </ui> |