Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui

changeset 3124
a01e410893ac
parent 3122
4bcf6c0f4432
child 3125
385a62b53725
equal deleted inserted replaced
3123:2c89ff79c246 3124:a01e410893ac
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>578</width> 9 <width>604</width>
10 <height>620</height> 10 <height>757</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>
128 </item> 128 </item>
129 </layout> 129 </layout>
130 </widget> 130 </widget>
131 </item> 131 </item>
132 <item> 132 <item>
133 <widget class="QLabel" name="TextLabel1"> 133 <widget class="QGroupBox" name="groupBox">
134 <property name="text"> 134 <property name="title">
135 <string>Title</string> 135 <string>Results</string>
136 </property> 136 </property>
137 </widget> 137 <layout class="QGridLayout" name="gridLayout_4">
138 </item> 138 <item row="0" column="0">
139 <item> 139 <widget class="QLabel" name="label_2">
140 <widget class="QLineEdit" name="eCaption"> 140 <property name="text">
141 <property name="toolTip"> 141 <string>Name Variable:</string>
142 <string>Enter the title text</string> 142 </property>
143 </property> 143 </widget>
144 </widget> 144 </item>
145 <item row="0" column="1">
146 <widget class="QLineEdit" name="eNameVariable"/>
147 </item>
148 <item row="1" column="0">
149 <widget class="QLabel" name="lFilterVariable">
150 <property name="text">
151 <string>Filter Variable:</string>
152 </property>
153 </widget>
154 </item>
155 <item row="1" column="1">
156 <widget class="QLineEdit" name="eFilterVariable"/>
157 </item>
158 </layout>
159 </widget>
160 </item>
161 <item>
162 <layout class="QHBoxLayout" name="horizontalLayout_3">
163 <item>
164 <widget class="QLabel" name="TextLabel1">
165 <property name="text">
166 <string>Title:</string>
167 </property>
168 </widget>
169 </item>
170 <item>
171 <widget class="QLineEdit" name="eCaption">
172 <property name="toolTip">
173 <string>Enter the title text</string>
174 </property>
175 </widget>
176 </item>
177 </layout>
145 </item> 178 </item>
146 <item> 179 <item>
147 <widget class="QCheckBox" name="cSymlinks"> 180 <widget class="QCheckBox" name="cSymlinks">
148 <property name="toolTip"> 181 <property name="toolTip">
149 <string>Check to resolve symbolic links</string> 182 <string>Check to resolve symbolic links</string>
376 <tabstop>rSaveFile</tabstop> 409 <tabstop>rSaveFile</tabstop>
377 <tabstop>rDirectory</tabstop> 410 <tabstop>rDirectory</tabstop>
378 <tabstop>rfOpenFile</tabstop> 411 <tabstop>rfOpenFile</tabstop>
379 <tabstop>rfOpenFiles</tabstop> 412 <tabstop>rfOpenFiles</tabstop>
380 <tabstop>rfSaveFile</tabstop> 413 <tabstop>rfSaveFile</tabstop>
414 <tabstop>eNameVariable</tabstop>
415 <tabstop>eFilterVariable</tabstop>
381 <tabstop>eCaption</tabstop> 416 <tabstop>eCaption</tabstop>
382 <tabstop>cSymlinks</tabstop> 417 <tabstop>cSymlinks</tabstop>
383 <tabstop>parentSelf</tabstop> 418 <tabstop>parentSelf</tabstop>
384 <tabstop>parentNone</tabstop> 419 <tabstop>parentNone</tabstop>
385 <tabstop>parentOther</tabstop> 420 <tabstop>parentOther</tabstop>

eric ide

mercurial