ProjectDjango/DjangoMakeMigrationsDialog.ui

changeset 104
4cd211a73b3e
parent 74
f33822c3eb47
child 125
d280acf98fb5
--- a/ProjectDjango/DjangoMakeMigrationsDialog.ui	Thu Apr 27 19:35:24 2017 +0200
+++ b/ProjectDjango/DjangoMakeMigrationsDialog.ui	Wed Oct 25 19:58:37 2017 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>500</width>
-    <height>140</height>
+    <height>168</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -55,6 +55,16 @@
     </widget>
    </item>
    <item row="2" column="0" colspan="2">
+    <widget class="QCheckBox" name="emptyCheckBox">
+     <property name="toolTip">
+      <string>Select to create empty migrations</string>
+     </property>
+     <property name="text">
+      <string>Create empty migrations</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="0" colspan="2">
     <widget class="QCheckBox" name="dryrunCheckBox">
      <property name="sizePolicy">
       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
@@ -70,7 +80,7 @@
      </property>
     </widget>
    </item>
-   <item row="3" column="0" colspan="2">
+   <item row="4" column="0" colspan="2">
     <widget class="QDialogButtonBox" name="buttonBox">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
@@ -89,6 +99,12 @@
    <header>E5Gui/E5LineEdit.h</header>
   </customwidget>
  </customwidgets>
+ <tabstops>
+  <tabstop>applicationsComboBox</tabstop>
+  <tabstop>nameEdit</tabstop>
+  <tabstop>emptyCheckBox</tabstop>
+  <tabstop>dryrunCheckBox</tabstop>
+ </tabstops>
  <resources/>
  <connections>
   <connection>

eric ide

mercurial