|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>DjangoMigrationsListDialog</class> |
|
4 <widget class="QDialog" name="DjangoMigrationsListDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>550</width> |
|
10 <height>500</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="sizeGripEnabled"> |
|
14 <bool>true</bool> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <item> |
|
18 <widget class="QTreeWidget" name="migrationsList"> |
|
19 <property name="sizePolicy"> |
|
20 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
21 <horstretch>0</horstretch> |
|
22 <verstretch>3</verstretch> |
|
23 </sizepolicy> |
|
24 </property> |
|
25 <property name="alternatingRowColors"> |
|
26 <bool>true</bool> |
|
27 </property> |
|
28 <attribute name="headerStretchLastSection"> |
|
29 <bool>false</bool> |
|
30 </attribute> |
|
31 <column> |
|
32 <property name="text"> |
|
33 <string notr="true">1</string> |
|
34 </property> |
|
35 </column> |
|
36 </widget> |
|
37 </item> |
|
38 <item> |
|
39 <widget class="QGroupBox" name="errorGroup"> |
|
40 <property name="sizePolicy"> |
|
41 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
42 <horstretch>0</horstretch> |
|
43 <verstretch>1</verstretch> |
|
44 </sizepolicy> |
|
45 </property> |
|
46 <property name="title"> |
|
47 <string>Errors</string> |
|
48 </property> |
|
49 <layout class="QVBoxLayout"> |
|
50 <property name="spacing"> |
|
51 <number>6</number> |
|
52 </property> |
|
53 <property name="leftMargin"> |
|
54 <number>6</number> |
|
55 </property> |
|
56 <property name="topMargin"> |
|
57 <number>6</number> |
|
58 </property> |
|
59 <property name="rightMargin"> |
|
60 <number>6</number> |
|
61 </property> |
|
62 <property name="bottomMargin"> |
|
63 <number>6</number> |
|
64 </property> |
|
65 <item> |
|
66 <widget class="QTextEdit" name="errors"> |
|
67 <property name="focusPolicy"> |
|
68 <enum>Qt::NoFocus</enum> |
|
69 </property> |
|
70 <property name="readOnly"> |
|
71 <bool>true</bool> |
|
72 </property> |
|
73 <property name="acceptRichText"> |
|
74 <bool>false</bool> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 </layout> |
|
79 </widget> |
|
80 </item> |
|
81 <item> |
|
82 <widget class="QDialogButtonBox" name="buttonBox"> |
|
83 <property name="orientation"> |
|
84 <enum>Qt::Horizontal</enum> |
|
85 </property> |
|
86 <property name="standardButtons"> |
|
87 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 </layout> |
|
92 </widget> |
|
93 <resources/> |
|
94 <connections> |
|
95 <connection> |
|
96 <sender>buttonBox</sender> |
|
97 <signal>accepted()</signal> |
|
98 <receiver>DjangoMigrationsListDialog</receiver> |
|
99 <slot>accept()</slot> |
|
100 <hints> |
|
101 <hint type="sourcelabel"> |
|
102 <x>248</x> |
|
103 <y>254</y> |
|
104 </hint> |
|
105 <hint type="destinationlabel"> |
|
106 <x>157</x> |
|
107 <y>274</y> |
|
108 </hint> |
|
109 </hints> |
|
110 </connection> |
|
111 <connection> |
|
112 <sender>buttonBox</sender> |
|
113 <signal>rejected()</signal> |
|
114 <receiver>DjangoMigrationsListDialog</receiver> |
|
115 <slot>reject()</slot> |
|
116 <hints> |
|
117 <hint type="sourcelabel"> |
|
118 <x>316</x> |
|
119 <y>260</y> |
|
120 </hint> |
|
121 <hint type="destinationlabel"> |
|
122 <x>286</x> |
|
123 <y>274</y> |
|
124 </hint> |
|
125 </hints> |
|
126 </connection> |
|
127 </connections> |
|
128 </ui> |