ProjectDjango/DjangoLoaddataDataDialog.ui

branch
eric7
changeset 172
ea7980ded4f3
parent 125
d280acf98fb5
--- a/ProjectDjango/DjangoLoaddataDataDialog.ui	Sat May 29 15:03:26 2021 +0200
+++ b/ProjectDjango/DjangoLoaddataDataDialog.ui	Sat May 29 18:33:03 2021 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>600</width>
-    <height>310</height>
+    <height>346</height>
    </rect>
   </property>
   <property name="sizePolicy">
@@ -47,6 +47,9 @@
        <property name="toolTip">
         <string>Enter the label of an application to search for fixtures</string>
        </property>
+       <property name="clearButtonEnabled">
+        <bool>true</bool>
+       </property>
       </widget>
      </item>
     </layout>
@@ -57,6 +60,9 @@
       <string>Fixtures</string>
      </property>
      <layout class="QGridLayout" name="gridLayout">
+      <property name="horizontalSpacing">
+       <number>0</number>
+      </property>
       <item row="0" column="0" colspan="2">
        <widget class="QLabel" name="label">
         <property name="text">
@@ -68,7 +74,11 @@
        </widget>
       </item>
       <item row="1" column="0">
-       <widget class="QLineEdit" name="fixturesEdit"/>
+       <widget class="QLineEdit" name="fixturesEdit">
+        <property name="clearButtonEnabled">
+         <bool>true</bool>
+        </property>
+       </widget>
       </item>
       <item row="1" column="1">
        <widget class="QToolButton" name="fixtureFileButton">
@@ -97,7 +107,11 @@
        </widget>
       </item>
       <item>
-       <widget class="QLineEdit" name="excludeEdit"/>
+       <widget class="QLineEdit" name="excludeEdit">
+        <property name="clearButtonEnabled">
+         <bool>true</bool>
+        </property>
+       </widget>
       </item>
      </layout>
     </widget>

eric ide

mercurial