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"> |