16 <property name="sizeGripEnabled"> |
16 <property name="sizeGripEnabled"> |
17 <bool>true</bool> |
17 <bool>true</bool> |
18 </property> |
18 </property> |
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
20 <item> |
20 <item> |
21 <layout class="QGridLayout"> |
21 <layout class="QHBoxLayout" name="horizontalLayout"> |
22 <item row="0" column="1"> |
22 <item> |
23 <widget class="QLineEdit" name="outputFileEdit"> |
23 <widget class="QLabel" name="TextLabel6"> |
|
24 <property name="text"> |
|
25 <string>Output File:</string> |
|
26 </property> |
|
27 </widget> |
|
28 </item> |
|
29 <item> |
|
30 <widget class="E5PathPicker" name="outputFilePicker" native="true"> |
|
31 <property name="sizePolicy"> |
|
32 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
33 <horstretch>0</horstretch> |
|
34 <verstretch>0</verstretch> |
|
35 </sizepolicy> |
|
36 </property> |
|
37 <property name="focusPolicy"> |
|
38 <enum>Qt::StrongFocus</enum> |
|
39 </property> |
24 <property name="toolTip"> |
40 <property name="toolTip"> |
25 <string>Enter an output filename</string> |
41 <string>Enter an output filename</string> |
26 </property> |
42 </property> |
27 <property name="whatsThis"> |
43 <property name="whatsThis"> |
28 <string><b>Output Filename</b><p>Enter the filename of the output file. A '%L' placeholder is replaced by the language of the API file.</p></string> |
44 <string><b>Output Filename</b><p>Enter the filename of the output file. A '%L' placeholder is replaced by the language of the API file.</p></string> |
29 </property> |
|
30 </widget> |
|
31 </item> |
|
32 <item row="0" column="0"> |
|
33 <widget class="QLabel" name="TextLabel6"> |
|
34 <property name="text"> |
|
35 <string>Output File:</string> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 <item row="0" column="2"> |
|
40 <widget class="QToolButton" name="outputFileButton"> |
|
41 <property name="focusPolicy"> |
|
42 <enum>Qt::NoFocus</enum> |
|
43 </property> |
|
44 <property name="toolTip"> |
|
45 <string>Press to open a file selection dialog</string> |
|
46 </property> |
45 </property> |
47 </widget> |
46 </widget> |
48 </item> |
47 </item> |
49 </layout> |
48 </layout> |
50 </item> |
49 </item> |
176 </sizepolicy> |
175 </sizepolicy> |
177 </property> |
176 </property> |
178 <property name="title"> |
177 <property name="title"> |
179 <string>Exclude Directories</string> |
178 <string>Exclude Directories</string> |
180 </property> |
179 </property> |
181 <layout class="QGridLayout"> |
180 <layout class="QGridLayout" name="gridLayout"> |
182 <item row="1" column="2"> |
181 <item row="0" column="0" colspan="3"> |
183 <widget class="QLineEdit" name="ignoreDirEdit"> |
182 <widget class="QListWidget" name="ignoreDirsList"> |
184 <property name="toolTip"> |
183 <property name="toolTip"> |
185 <string>Enter a directory basename to be ignored</string> |
184 <string>List of directory basenames to be ignored</string> |
|
185 </property> |
|
186 </widget> |
|
187 </item> |
|
188 <item row="1" column="0"> |
|
189 <widget class="QPushButton" name="deleteButton"> |
|
190 <property name="toolTip"> |
|
191 <string>Press to delete the selected directory from the list</string> |
|
192 </property> |
|
193 <property name="text"> |
|
194 <string>Delete</string> |
186 </property> |
195 </property> |
187 </widget> |
196 </widget> |
188 </item> |
197 </item> |
189 <item row="1" column="1"> |
198 <item row="1" column="1"> |
190 <widget class="QPushButton" name="addButton"> |
199 <widget class="QPushButton" name="addButton"> |
194 <property name="text"> |
203 <property name="text"> |
195 <string>Add</string> |
204 <string>Add</string> |
196 </property> |
205 </property> |
197 </widget> |
206 </widget> |
198 </item> |
207 </item> |
199 <item row="1" column="0"> |
208 <item row="1" column="2"> |
200 <widget class="QPushButton" name="deleteButton"> |
209 <widget class="E5PathPicker" name="ignoreDirPicker" native="true"> |
201 <property name="toolTip"> |
210 <property name="sizePolicy"> |
202 <string>Press to delete the selected directory from the list</string> |
211 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
203 </property> |
212 <horstretch>0</horstretch> |
204 <property name="text"> |
213 <verstretch>0</verstretch> |
205 <string>Delete</string> |
214 </sizepolicy> |
206 </property> |
215 </property> |
207 </widget> |
|
208 </item> |
|
209 <item row="0" column="0" colspan="4"> |
|
210 <widget class="QListWidget" name="ignoreDirsList"> |
|
211 <property name="toolTip"> |
|
212 <string>List of directory basenames to be ignored</string> |
|
213 </property> |
|
214 </widget> |
|
215 </item> |
|
216 <item row="1" column="3"> |
|
217 <widget class="QToolButton" name="ignoreDirButton"> |
|
218 <property name="focusPolicy"> |
216 <property name="focusPolicy"> |
219 <enum>Qt::NoFocus</enum> |
217 <enum>Qt::StrongFocus</enum> |
220 </property> |
218 </property> |
221 <property name="toolTip"> |
219 <property name="toolTip"> |
222 <string>Press to open a directory selection dialog</string> |
220 <string>Enter a directory basename to be ignored</string> |
223 </property> |
221 </property> |
224 </widget> |
222 </widget> |
225 </item> |
223 </item> |
226 </layout> |
224 </layout> |
227 </widget> |
225 </widget> |
238 </item> |
236 </item> |
239 </layout> |
237 </layout> |
240 </widget> |
238 </widget> |
241 <layoutdefault spacing="6" margin="6"/> |
239 <layoutdefault spacing="6" margin="6"/> |
242 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
240 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
241 <customwidgets> |
|
242 <customwidget> |
|
243 <class>E5PathPicker</class> |
|
244 <extends>QWidget</extends> |
|
245 <header>E5Gui/E5PathPicker.h</header> |
|
246 <container>1</container> |
|
247 </customwidget> |
|
248 </customwidgets> |
243 <tabstops> |
249 <tabstops> |
244 <tabstop>outputFileEdit</tabstop> |
250 <tabstop>outputFilePicker</tabstop> |
245 <tabstop>languagesList</tabstop> |
251 <tabstop>languagesList</tabstop> |
246 <tabstop>sourceExtEdit</tabstop> |
252 <tabstop>sourceExtEdit</tabstop> |
247 <tabstop>recursionCheckBox</tabstop> |
253 <tabstop>recursionCheckBox</tabstop> |
248 <tabstop>includePrivateCheckBox</tabstop> |
254 <tabstop>includePrivateCheckBox</tabstop> |
249 <tabstop>baseEdit</tabstop> |
255 <tabstop>baseEdit</tabstop> |
250 <tabstop>excludeFilesEdit</tabstop> |
256 <tabstop>excludeFilesEdit</tabstop> |
251 <tabstop>ignoreDirEdit</tabstop> |
257 <tabstop>ignoreDirPicker</tabstop> |
252 <tabstop>addButton</tabstop> |
258 <tabstop>addButton</tabstop> |
253 <tabstop>ignoreDirsList</tabstop> |
259 <tabstop>ignoreDirsList</tabstop> |
254 <tabstop>deleteButton</tabstop> |
260 <tabstop>deleteButton</tabstop> |
255 <tabstop>buttonBox</tabstop> |
|
256 </tabstops> |
261 </tabstops> |
257 <resources/> |
262 <resources/> |
258 <connections> |
263 <connections> |
259 <connection> |
264 <connection> |
260 <sender>buttonBox</sender> |
265 <sender>buttonBox</sender> |