|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>DjangoLoaddataDataDialog</class> |
|
4 <widget class="QDialog" name="DjangoLoaddataDataDialog"> |
|
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>loaddata 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="QPushButton" name="fixtureFileButton"> |
|
38 <property name="toolTip"> |
|
39 <string>Select a fixture file via a file selection dialog</string> |
|
40 </property> |
|
41 <property name="text"> |
|
42 <string>...</string> |
|
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 <item row="2" column="0" colspan="2"> |
|
47 <widget class="QDialogButtonBox" name="buttonBox"> |
|
48 <property name="orientation"> |
|
49 <enum>Qt::Horizontal</enum> |
|
50 </property> |
|
51 <property name="standardButtons"> |
|
52 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
53 </property> |
|
54 </widget> |
|
55 </item> |
|
56 </layout> |
|
57 </widget> |
|
58 <tabstops> |
|
59 <tabstop>fixturesEdit</tabstop> |
|
60 <tabstop>fixtureFileButton</tabstop> |
|
61 <tabstop>buttonBox</tabstop> |
|
62 </tabstops> |
|
63 <resources/> |
|
64 <connections> |
|
65 <connection> |
|
66 <sender>buttonBox</sender> |
|
67 <signal>accepted()</signal> |
|
68 <receiver>DjangoLoaddataDataDialog</receiver> |
|
69 <slot>accept()</slot> |
|
70 <hints> |
|
71 <hint type="sourcelabel"> |
|
72 <x>248</x> |
|
73 <y>254</y> |
|
74 </hint> |
|
75 <hint type="destinationlabel"> |
|
76 <x>157</x> |
|
77 <y>274</y> |
|
78 </hint> |
|
79 </hints> |
|
80 </connection> |
|
81 <connection> |
|
82 <sender>buttonBox</sender> |
|
83 <signal>rejected()</signal> |
|
84 <receiver>DjangoLoaddataDataDialog</receiver> |
|
85 <slot>reject()</slot> |
|
86 <hints> |
|
87 <hint type="sourcelabel"> |
|
88 <x>316</x> |
|
89 <y>260</y> |
|
90 </hint> |
|
91 <hint type="destinationlabel"> |
|
92 <x>286</x> |
|
93 <y>274</y> |
|
94 </hint> |
|
95 </hints> |
|
96 </connection> |
|
97 </connections> |
|
98 </ui> |