ProjectDjango/DjangoMakeMigrationsDialog.ui

changeset 125
d280acf98fb5
parent 104
4cd211a73b3e
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>500</width> 9 <width>500</width>
10 <height>168</height> 10 <height>198</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Make Migrations</string> 14 <string>Make Migrations</string>
15 </property> 15 </property>
63 <string>Create empty migrations</string> 63 <string>Create empty migrations</string>
64 </property> 64 </property>
65 </widget> 65 </widget>
66 </item> 66 </item>
67 <item row="3" column="0" colspan="2"> 67 <item row="3" column="0" colspan="2">
68 <widget class="QCheckBox" name="mergeCheckBox">
69 <property name="toolTip">
70 <string>Select to fix migration conflicts</string>
71 </property>
72 <property name="text">
73 <string>Fix migration conflicts</string>
74 </property>
75 </widget>
76 </item>
77 <item row="4" column="0" colspan="2">
68 <widget class="QCheckBox" name="dryrunCheckBox"> 78 <widget class="QCheckBox" name="dryrunCheckBox">
69 <property name="sizePolicy"> 79 <property name="sizePolicy">
70 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 80 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
71 <horstretch>0</horstretch> 81 <horstretch>0</horstretch>
72 <verstretch>0</verstretch> 82 <verstretch>0</verstretch>
78 <property name="text"> 88 <property name="text">
79 <string>Dry-Run only</string> 89 <string>Dry-Run only</string>
80 </property> 90 </property>
81 </widget> 91 </widget>
82 </item> 92 </item>
83 <item row="4" column="0" colspan="2"> 93 <item row="5" column="0" colspan="2">
84 <widget class="QDialogButtonBox" name="buttonBox"> 94 <widget class="QDialogButtonBox" name="buttonBox">
85 <property name="orientation"> 95 <property name="orientation">
86 <enum>Qt::Horizontal</enum> 96 <enum>Qt::Horizontal</enum>
87 </property> 97 </property>
88 <property name="standardButtons"> 98 <property name="standardButtons">
101 </customwidgets> 111 </customwidgets>
102 <tabstops> 112 <tabstops>
103 <tabstop>applicationsComboBox</tabstop> 113 <tabstop>applicationsComboBox</tabstop>
104 <tabstop>nameEdit</tabstop> 114 <tabstop>nameEdit</tabstop>
105 <tabstop>emptyCheckBox</tabstop> 115 <tabstop>emptyCheckBox</tabstop>
116 <tabstop>mergeCheckBox</tabstop>
106 <tabstop>dryrunCheckBox</tabstop> 117 <tabstop>dryrunCheckBox</tabstop>
107 </tabstops> 118 </tabstops>
108 <resources/> 119 <resources/>
109 <connections> 120 <connections>
110 <connection> 121 <connection>

eric ide

mercurial