ProjectDjango/DjangoMakeMigrationsDialog.ui

changeset 104
4cd211a73b3e
parent 74
f33822c3eb47
child 125
d280acf98fb5
equal deleted inserted replaced
103:226d0705880b 104:4cd211a73b3e
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>140</height> 10 <height>168</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>
53 <string>Enter a name for the migration</string> 53 <string>Enter a name for the migration</string>
54 </property> 54 </property>
55 </widget> 55 </widget>
56 </item> 56 </item>
57 <item row="2" column="0" colspan="2"> 57 <item row="2" column="0" colspan="2">
58 <widget class="QCheckBox" name="emptyCheckBox">
59 <property name="toolTip">
60 <string>Select to create empty migrations</string>
61 </property>
62 <property name="text">
63 <string>Create empty migrations</string>
64 </property>
65 </widget>
66 </item>
67 <item row="3" column="0" colspan="2">
58 <widget class="QCheckBox" name="dryrunCheckBox"> 68 <widget class="QCheckBox" name="dryrunCheckBox">
59 <property name="sizePolicy"> 69 <property name="sizePolicy">
60 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 70 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
61 <horstretch>0</horstretch> 71 <horstretch>0</horstretch>
62 <verstretch>0</verstretch> 72 <verstretch>0</verstretch>
68 <property name="text"> 78 <property name="text">
69 <string>Dry-Run only</string> 79 <string>Dry-Run only</string>
70 </property> 80 </property>
71 </widget> 81 </widget>
72 </item> 82 </item>
73 <item row="3" column="0" colspan="2"> 83 <item row="4" column="0" colspan="2">
74 <widget class="QDialogButtonBox" name="buttonBox"> 84 <widget class="QDialogButtonBox" name="buttonBox">
75 <property name="orientation"> 85 <property name="orientation">
76 <enum>Qt::Horizontal</enum> 86 <enum>Qt::Horizontal</enum>
77 </property> 87 </property>
78 <property name="standardButtons"> 88 <property name="standardButtons">
87 <class>E5ClearableLineEdit</class> 97 <class>E5ClearableLineEdit</class>
88 <extends>QLineEdit</extends> 98 <extends>QLineEdit</extends>
89 <header>E5Gui/E5LineEdit.h</header> 99 <header>E5Gui/E5LineEdit.h</header>
90 </customwidget> 100 </customwidget>
91 </customwidgets> 101 </customwidgets>
102 <tabstops>
103 <tabstop>applicationsComboBox</tabstop>
104 <tabstop>nameEdit</tabstop>
105 <tabstop>emptyCheckBox</tabstop>
106 <tabstop>dryrunCheckBox</tabstop>
107 </tabstops>
92 <resources/> 108 <resources/>
93 <connections> 109 <connections>
94 <connection> 110 <connection>
95 <sender>buttonBox</sender> 111 <sender>buttonBox</sender>
96 <signal>accepted()</signal> 112 <signal>accepted()</signal>

eric ide

mercurial