Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui

changeset 3124
a01e410893ac
parent 3122
4bcf6c0f4432
child 3125
385a62b53725
diff -r 2c89ff79c246 -r a01e410893ac Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui
--- a/Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui	Sun Dec 01 17:29:45 2013 +0100
+++ b/Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui	Mon Dec 02 19:54:31 2013 +0100
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>578</width>
-    <height>620</height>
+    <width>604</width>
+    <height>757</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -130,18 +130,51 @@
     </widget>
    </item>
    <item>
-    <widget class="QLabel" name="TextLabel1">
-     <property name="text">
-      <string>Title</string>
+    <widget class="QGroupBox" name="groupBox">
+     <property name="title">
+      <string>Results</string>
      </property>
+     <layout class="QGridLayout" name="gridLayout_4">
+      <item row="0" column="0">
+       <widget class="QLabel" name="label_2">
+        <property name="text">
+         <string>Name Variable:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1">
+       <widget class="QLineEdit" name="eNameVariable"/>
+      </item>
+      <item row="1" column="0">
+       <widget class="QLabel" name="lFilterVariable">
+        <property name="text">
+         <string>Filter Variable:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1">
+       <widget class="QLineEdit" name="eFilterVariable"/>
+      </item>
+     </layout>
     </widget>
    </item>
    <item>
-    <widget class="QLineEdit" name="eCaption">
-     <property name="toolTip">
-      <string>Enter the title text</string>
-     </property>
-    </widget>
+    <layout class="QHBoxLayout" name="horizontalLayout_3">
+     <item>
+      <widget class="QLabel" name="TextLabel1">
+       <property name="text">
+        <string>Title:</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QLineEdit" name="eCaption">
+       <property name="toolTip">
+        <string>Enter the title text</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
    </item>
    <item>
     <widget class="QCheckBox" name="cSymlinks">
@@ -378,6 +411,8 @@
   <tabstop>rfOpenFile</tabstop>
   <tabstop>rfOpenFiles</tabstop>
   <tabstop>rfSaveFile</tabstop>
+  <tabstop>eNameVariable</tabstop>
+  <tabstop>eFilterVariable</tabstop>
   <tabstop>eCaption</tabstop>
   <tabstop>cSymlinks</tabstop>
   <tabstop>parentSelf</tabstop>

eric ide

mercurial