ProjectDjango/DjangoSquashMigrationSelectionDialog.ui

changeset 75
0165ce437462
child 125
d280acf98fb5
equal deleted inserted replaced
74:f33822c3eb47 75:0165ce437462
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DjangoSquashMigrationSelectionDialog</class>
4 <widget class="QDialog" name="DjangoSquashMigrationSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>561</width>
10 <height>172</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Squash Migrations</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Application:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QComboBox" name="applicationComboBox">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="toolTip">
36 <string>Select the application</string>
37 </property>
38 </widget>
39 </item>
40 <item row="1" column="0">
41 <widget class="QLabel" name="startLabel">
42 <property name="text">
43 <string>Start Migration:</string>
44 </property>
45 </widget>
46 </item>
47 <item row="1" column="1">
48 <widget class="QComboBox" name="startMigrationComboBox">
49 <property name="sizePolicy">
50 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
51 <horstretch>0</horstretch>
52 <verstretch>0</verstretch>
53 </sizepolicy>
54 </property>
55 <property name="toolTip">
56 <string>Select a migration</string>
57 </property>
58 </widget>
59 </item>
60 <item row="2" column="0">
61 <widget class="QLabel" name="label_2">
62 <property name="text">
63 <string>End Migration:</string>
64 </property>
65 </widget>
66 </item>
67 <item row="2" column="1">
68 <widget class="QComboBox" name="endMigrationComboBox">
69 <property name="sizePolicy">
70 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
71 <horstretch>0</horstretch>
72 <verstretch>0</verstretch>
73 </sizepolicy>
74 </property>
75 <property name="toolTip">
76 <string>Select a migration</string>
77 </property>
78 </widget>
79 </item>
80 <item row="3" column="0" colspan="2">
81 <widget class="QCheckBox" name="noOptimizeCheckBox">
82 <property name="toolTip">
83 <string>Select to not optimize the squashed migration</string>
84 </property>
85 <property name="text">
86 <string>Dont' optimize</string>
87 </property>
88 </widget>
89 </item>
90 <item row="4" column="0" colspan="2">
91 <widget class="QDialogButtonBox" name="buttonBox">
92 <property name="orientation">
93 <enum>Qt::Horizontal</enum>
94 </property>
95 <property name="standardButtons">
96 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
97 </property>
98 </widget>
99 </item>
100 </layout>
101 </widget>
102 <tabstops>
103 <tabstop>applicationComboBox</tabstop>
104 <tabstop>startMigrationComboBox</tabstop>
105 <tabstop>endMigrationComboBox</tabstop>
106 <tabstop>noOptimizeCheckBox</tabstop>
107 </tabstops>
108 <resources/>
109 <connections>
110 <connection>
111 <sender>buttonBox</sender>
112 <signal>accepted()</signal>
113 <receiver>DjangoSquashMigrationSelectionDialog</receiver>
114 <slot>accept()</slot>
115 <hints>
116 <hint type="sourcelabel">
117 <x>248</x>
118 <y>254</y>
119 </hint>
120 <hint type="destinationlabel">
121 <x>157</x>
122 <y>274</y>
123 </hint>
124 </hints>
125 </connection>
126 <connection>
127 <sender>buttonBox</sender>
128 <signal>rejected()</signal>
129 <receiver>DjangoSquashMigrationSelectionDialog</receiver>
130 <slot>reject()</slot>
131 <hints>
132 <hint type="sourcelabel">
133 <x>316</x>
134 <y>260</y>
135 </hint>
136 <hint type="destinationlabel">
137 <x>286</x>
138 <y>274</y>
139 </hint>
140 </hints>
141 </connection>
142 </connections>
143 </ui>

eric ide

mercurial