ProjectDjango/DjangoRunTestServerDataDialog.ui

branch
eric7
changeset 172
ea7980ded4f3
parent 125
d280acf98fb5
child 181
2f5c3487139c
diff -r af99f0984f20 -r ea7980ded4f3 ProjectDjango/DjangoRunTestServerDataDialog.ui
--- a/ProjectDjango/DjangoRunTestServerDataDialog.ui	Sat May 29 15:03:26 2021 +0200
+++ b/ProjectDjango/DjangoRunTestServerDataDialog.ui	Sat May 29 18:33:03 2021 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>600</width>
-    <height>102</height>
+    <height>92</height>
    </rect>
   </property>
   <property name="sizePolicy">
@@ -22,25 +22,22 @@
   <property name="sizeGripEnabled">
    <bool>true</bool>
   </property>
-  <layout class="QGridLayout" name="gridLayout">
-   <item row="0" column="0" colspan="2">
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
     <widget class="QLabel" name="label">
      <property name="text">
       <string>Enter the list of fixture patterns or the path of a fixture file.</string>
      </property>
     </widget>
    </item>
-   <item row="1" column="0">
-    <widget class="QLineEdit" name="fixturesEdit"/>
-   </item>
-   <item row="1" column="1">
-    <widget class="QToolButton" name="fixtureFileButton">
-     <property name="toolTip">
-      <string>Select a fixture file via a file selection dialog</string>
+   <item>
+    <widget class="EricPathPicker" name="fixturePicker" native="true">
+     <property name="focusPolicy">
+      <enum>Qt::WheelFocus</enum>
      </property>
     </widget>
    </item>
-   <item row="2" column="0" colspan="2">
+   <item>
     <widget class="QDialogButtonBox" name="buttonBox">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
@@ -52,9 +49,15 @@
    </item>
   </layout>
  </widget>
+ <customwidgets>
+  <customwidget>
+   <class>EricPathPicker</class>
+   <extends>QWidget</extends>
+   <header>EricWidgets/EricPathPicker.h</header>
+   <container>1</container>
+  </customwidget>
+ </customwidgets>
  <tabstops>
-  <tabstop>fixturesEdit</tabstop>
-  <tabstop>fixtureFileButton</tabstop>
   <tabstop>buttonBox</tabstop>
  </tabstops>
  <resources/>

eric ide

mercurial