eric6/Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui

changeset 7272
1779dc278077
parent 7207
4ba7a9b26020
equal deleted inserted replaced
7271:2cac5b7abcce 7272:1779dc278077
4 <widget class="QDialog" name="FileDialogWizardDialog"> 4 <widget class="QDialog" name="FileDialogWizardDialog">
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>604</width> 9 <width>645</width>
10 <height>742</height> 10 <height>946</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>QFileDialog Wizard</string> 14 <string>QFileDialog Wizard</string>
15 </property> 15 </property>
185 </property> 185 </property>
186 </widget> 186 </widget>
187 </item> 187 </item>
188 <item row="0" column="1"> 188 <item row="0" column="1">
189 <widget class="QLineEdit" name="eNameVariable"> 189 <widget class="QLineEdit" name="eNameVariable">
190 <property name="clearButtonEnabled"> 190 <property name="toolTip">
191 <bool>true</bool> 191 <string>Enter the result variable name</string>
192 </property>
193 <property name="clearButtonEnabled">
194 <bool>false</bool>
192 </property> 195 </property>
193 </widget> 196 </widget>
194 </item> 197 </item>
195 <item row="1" column="0"> 198 <item row="1" column="0">
196 <widget class="QLabel" name="lFilterVariable"> 199 <widget class="QLabel" name="lFilterVariable">
199 </property> 202 </property>
200 </widget> 203 </widget>
201 </item> 204 </item>
202 <item row="1" column="1"> 205 <item row="1" column="1">
203 <widget class="QLineEdit" name="eFilterVariable"> 206 <widget class="QLineEdit" name="eFilterVariable">
204 <property name="clearButtonEnabled"> 207 <property name="toolTip">
205 <bool>true</bool> 208 <string>Enter the name of the filter variable</string>
209 </property>
210 <property name="clearButtonEnabled">
211 <bool>false</bool>
206 </property> 212 </property>
207 </widget> 213 </widget>
208 </item> 214 </item>
209 </layout> 215 </layout>
210 </widget> 216 </widget>

eric ide

mercurial