ProjectDjango/DjangoSquashMigrationSelectionDialog.ui

changeset 125
d280acf98fb5
parent 75
0165ce437462
child 172
ea7980ded4f3
equal deleted inserted replaced
124:5c925935cbb9 125:d280acf98fb5
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>561</width> 9 <width>561</width>
10 <height>172</height> 10 <height>202</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Squash Migrations</string> 14 <string>Squash Migrations</string>
15 </property> 15 </property>
51 <horstretch>0</horstretch> 51 <horstretch>0</horstretch>
52 <verstretch>0</verstretch> 52 <verstretch>0</verstretch>
53 </sizepolicy> 53 </sizepolicy>
54 </property> 54 </property>
55 <property name="toolTip"> 55 <property name="toolTip">
56 <string>Select a migration</string> 56 <string>Select the start migration (1.9.0+ only)</string>
57 </property> 57 </property>
58 </widget> 58 </widget>
59 </item> 59 </item>
60 <item row="2" column="0"> 60 <item row="2" column="0">
61 <widget class="QLabel" name="label_2"> 61 <widget class="QLabel" name="label_2">
75 <property name="toolTip"> 75 <property name="toolTip">
76 <string>Select a migration</string> 76 <string>Select a migration</string>
77 </property> 77 </property>
78 </widget> 78 </widget>
79 </item> 79 </item>
80 <item row="3" column="0" colspan="2"> 80 <item row="3" column="0">
81 <widget class="QLabel" name="label_3">
82 <property name="text">
83 <string>Migration Name:</string>
84 </property>
85 </widget>
86 </item>
87 <item row="3" column="1">
88 <widget class="QLineEdit" name="nameEdit">
89 <property name="toolTip">
90 <string>Enter an optional name for the migration (2.0.0+ only)</string>
91 </property>
92 </widget>
93 </item>
94 <item row="4" column="0" colspan="2">
81 <widget class="QCheckBox" name="noOptimizeCheckBox"> 95 <widget class="QCheckBox" name="noOptimizeCheckBox">
82 <property name="toolTip"> 96 <property name="toolTip">
83 <string>Select to not optimize the squashed migration</string> 97 <string>Select to not optimize the squashed migration</string>
84 </property> 98 </property>
85 <property name="text"> 99 <property name="text">
86 <string>Dont' optimize</string> 100 <string>Dont' optimize</string>
87 </property> 101 </property>
88 </widget> 102 </widget>
89 </item> 103 </item>
90 <item row="4" column="0" colspan="2"> 104 <item row="5" column="0" colspan="2">
91 <widget class="QDialogButtonBox" name="buttonBox"> 105 <widget class="QDialogButtonBox" name="buttonBox">
92 <property name="orientation"> 106 <property name="orientation">
93 <enum>Qt::Horizontal</enum> 107 <enum>Qt::Horizontal</enum>
94 </property> 108 </property>
95 <property name="standardButtons"> 109 <property name="standardButtons">
101 </widget> 115 </widget>
102 <tabstops> 116 <tabstops>
103 <tabstop>applicationComboBox</tabstop> 117 <tabstop>applicationComboBox</tabstop>
104 <tabstop>startMigrationComboBox</tabstop> 118 <tabstop>startMigrationComboBox</tabstop>
105 <tabstop>endMigrationComboBox</tabstop> 119 <tabstop>endMigrationComboBox</tabstop>
120 <tabstop>nameEdit</tabstop>
106 <tabstop>noOptimizeCheckBox</tabstop> 121 <tabstop>noOptimizeCheckBox</tabstop>
107 </tabstops> 122 </tabstops>
108 <resources/> 123 <resources/>
109 <connections> 124 <connections>
110 <connection> 125 <connection>

eric ide

mercurial