|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>QtPage</class> |
|
4 <widget class="QWidget" name="QtPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>556</width> |
|
10 <height>1236</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout_10"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Qt</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line12"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QGroupBox" name="groupBox_6"> |
|
36 <property name="title"> |
|
37 <string>Qt</string> |
|
38 </property> |
|
39 <layout class="QVBoxLayout" name="verticalLayout_8"> |
|
40 <item> |
|
41 <widget class="QGroupBox" name="groupBox_3"> |
|
42 <property name="title"> |
|
43 <string>Qt Translations Directory</string> |
|
44 </property> |
|
45 <layout class="QVBoxLayout" name="verticalLayout"> |
|
46 <item> |
|
47 <widget class="QLabel" name="TextLabel1_2_2_5"> |
|
48 <property name="text"> |
|
49 <string><font color="#FF0000"><b>Note:</b> This setting is activated at the next startup of the application.</font></string> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item> |
|
54 <widget class="EricPathPicker" name="qtTransPicker" native="true"> |
|
55 <property name="sizePolicy"> |
|
56 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
57 <horstretch>0</horstretch> |
|
58 <verstretch>0</verstretch> |
|
59 </sizepolicy> |
|
60 </property> |
|
61 <property name="focusPolicy"> |
|
62 <enum>Qt::StrongFocus</enum> |
|
63 </property> |
|
64 <property name="toolTip"> |
|
65 <string>Enter the path of the Qt translations directory.</string> |
|
66 </property> |
|
67 </widget> |
|
68 </item> |
|
69 <item> |
|
70 <widget class="QLabel" name="textLabel1_2_4"> |
|
71 <property name="text"> |
|
72 <string><b>Note:</b> Leave this entry empty to use the path compiled into the Qt library.</string> |
|
73 </property> |
|
74 <property name="wordWrap"> |
|
75 <bool>true</bool> |
|
76 </property> |
|
77 </widget> |
|
78 </item> |
|
79 </layout> |
|
80 </widget> |
|
81 </item> |
|
82 <item> |
|
83 <widget class="QGroupBox" name="groupBox_4"> |
|
84 <property name="title"> |
|
85 <string>Qt Tools</string> |
|
86 </property> |
|
87 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
88 <item> |
|
89 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
90 <item> |
|
91 <widget class="QLabel" name="label_4"> |
|
92 <property name="text"> |
|
93 <string>Tools Directory:</string> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 <item> |
|
98 <widget class="EricPathPicker" name="qtToolsDirPicker" native="true"> |
|
99 <property name="sizePolicy"> |
|
100 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
101 <horstretch>0</horstretch> |
|
102 <verstretch>0</verstretch> |
|
103 </sizepolicy> |
|
104 </property> |
|
105 <property name="focusPolicy"> |
|
106 <enum>Qt::StrongFocus</enum> |
|
107 </property> |
|
108 <property name="toolTip"> |
|
109 <string>Enter the path of the Qt tools directory, if they are not found.</string> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 </layout> |
|
114 </item> |
|
115 <item> |
|
116 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
117 <item> |
|
118 <widget class="QLabel" name="label_3"> |
|
119 <property name="text"> |
|
120 <string>Qt-Prefix:</string> |
|
121 </property> |
|
122 </widget> |
|
123 </item> |
|
124 <item> |
|
125 <widget class="QLineEdit" name="qtPrefixEdit"> |
|
126 <property name="toolTip"> |
|
127 <string>Enter the prefix for the Qt tools name</string> |
|
128 </property> |
|
129 <property name="whatsThis"> |
|
130 <string><b>Qt-Prefix</b> |
|
131 <p>Enter a prefix used to determine the Qt tool executable name. It is composed of the prefix, the tool name and the postfix. The executable extension is added automatically on Windows.</p></string> |
|
132 </property> |
|
133 </widget> |
|
134 </item> |
|
135 <item> |
|
136 <widget class="QLabel" name="label_5"> |
|
137 <property name="text"> |
|
138 <string>Qt-Postfix:</string> |
|
139 </property> |
|
140 </widget> |
|
141 </item> |
|
142 <item> |
|
143 <widget class="QLineEdit" name="qtPostfixEdit"> |
|
144 <property name="toolTip"> |
|
145 <string>Enter the postfix for the Qt tools name</string> |
|
146 </property> |
|
147 <property name="whatsThis"> |
|
148 <string><b>Qt-Postfix</b> |
|
149 <p>Enter a postfix used to determine the Qt tool executable name. It is composed of the prefix, the tool name and the postfix. The executable extension is added automatically on Windows.</p></string> |
|
150 </property> |
|
151 </widget> |
|
152 </item> |
|
153 <item> |
|
154 <widget class="QLabel" name="qtSampleLabel"> |
|
155 <property name="sizePolicy"> |
|
156 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
157 <horstretch>1</horstretch> |
|
158 <verstretch>0</verstretch> |
|
159 </sizepolicy> |
|
160 </property> |
|
161 <property name="toolTip"> |
|
162 <string>This gives an example of the complete tool name</string> |
|
163 </property> |
|
164 <property name="text"> |
|
165 <string>designer</string> |
|
166 </property> |
|
167 </widget> |
|
168 </item> |
|
169 </layout> |
|
170 </item> |
|
171 </layout> |
|
172 </widget> |
|
173 </item> |
|
174 </layout> |
|
175 </widget> |
|
176 </item> |
|
177 <item> |
|
178 <widget class="QGroupBox" name="groupBox_7"> |
|
179 <property name="title"> |
|
180 <string>PyQt</string> |
|
181 </property> |
|
182 <layout class="QVBoxLayout" name="verticalLayout_6"> |
|
183 <item> |
|
184 <widget class="QGroupBox" name="groupBox_5"> |
|
185 <property name="title"> |
|
186 <string>PyQt 5</string> |
|
187 </property> |
|
188 <layout class="QVBoxLayout" name="verticalLayout_7"> |
|
189 <item> |
|
190 <layout class="QHBoxLayout" name="horizontalLayout_9"> |
|
191 <item> |
|
192 <widget class="QLabel" name="label"> |
|
193 <property name="text"> |
|
194 <string>Virtual Environment:</string> |
|
195 </property> |
|
196 </widget> |
|
197 </item> |
|
198 <item> |
|
199 <widget class="QComboBox" name="pyqt5VenvComboBox"> |
|
200 <property name="sizePolicy"> |
|
201 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
202 <horstretch>0</horstretch> |
|
203 <verstretch>0</verstretch> |
|
204 </sizepolicy> |
|
205 </property> |
|
206 <property name="toolTip"> |
|
207 <string>Select the virtual environment to be used</string> |
|
208 </property> |
|
209 </widget> |
|
210 </item> |
|
211 <item> |
|
212 <widget class="QToolButton" name="pyqt5VenvDlgButton"> |
|
213 <property name="toolTip"> |
|
214 <string>Press to open the virtual environment manager dialog</string> |
|
215 </property> |
|
216 <property name="text"> |
|
217 <string notr="true"/> |
|
218 </property> |
|
219 </widget> |
|
220 </item> |
|
221 <item> |
|
222 <widget class="QToolButton" name="pyqt5VenvRefreshButton"> |
|
223 <property name="toolTip"> |
|
224 <string>Press to refresh the list of vitual environments</string> |
|
225 </property> |
|
226 <property name="text"> |
|
227 <string notr="true"/> |
|
228 </property> |
|
229 </widget> |
|
230 </item> |
|
231 </layout> |
|
232 </item> |
|
233 <item> |
|
234 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
235 <item> |
|
236 <widget class="QLabel" name="label_6"> |
|
237 <property name="text"> |
|
238 <string>Tools Directory:</string> |
|
239 </property> |
|
240 </widget> |
|
241 </item> |
|
242 <item> |
|
243 <widget class="EricPathPicker" name="pyqtToolsDirPicker" native="true"> |
|
244 <property name="sizePolicy"> |
|
245 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
246 <horstretch>0</horstretch> |
|
247 <verstretch>0</verstretch> |
|
248 </sizepolicy> |
|
249 </property> |
|
250 <property name="focusPolicy"> |
|
251 <enum>Qt::StrongFocus</enum> |
|
252 </property> |
|
253 <property name="toolTip"> |
|
254 <string>Enter the path of the PyQt 5 tools directory, if they are not found.</string> |
|
255 </property> |
|
256 </widget> |
|
257 </item> |
|
258 </layout> |
|
259 </item> |
|
260 <item> |
|
261 <widget class="QGroupBox" name="groupBox"> |
|
262 <property name="title"> |
|
263 <string>pyuic5 Options</string> |
|
264 </property> |
|
265 <layout class="QGridLayout" name="gridLayout"> |
|
266 <item row="0" column="0"> |
|
267 <widget class="QLabel" name="label_2"> |
|
268 <property name="text"> |
|
269 <string>Indent Width:</string> |
|
270 </property> |
|
271 </widget> |
|
272 </item> |
|
273 <item row="0" column="1"> |
|
274 <widget class="QSpinBox" name="pyuicIndentSpinBox"> |
|
275 <property name="toolTip"> |
|
276 <string>Select the indent width (default: 4)</string> |
|
277 </property> |
|
278 <property name="alignment"> |
|
279 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
280 </property> |
|
281 <property name="minimum"> |
|
282 <number>2</number> |
|
283 </property> |
|
284 <property name="maximum"> |
|
285 <number>16</number> |
|
286 </property> |
|
287 <property name="value"> |
|
288 <number>4</number> |
|
289 </property> |
|
290 </widget> |
|
291 </item> |
|
292 <item row="0" column="2"> |
|
293 <spacer name="horizontalSpacer"> |
|
294 <property name="orientation"> |
|
295 <enum>Qt::Horizontal</enum> |
|
296 </property> |
|
297 <property name="sizeHint" stdset="0"> |
|
298 <size> |
|
299 <width>448</width> |
|
300 <height>20</height> |
|
301 </size> |
|
302 </property> |
|
303 </spacer> |
|
304 </item> |
|
305 <item row="1" column="0" colspan="3"> |
|
306 <widget class="QCheckBox" name="pyuicImportsCheckBox"> |
|
307 <property name="text"> |
|
308 <string>Generate imports relative to '.'</string> |
|
309 </property> |
|
310 </widget> |
|
311 </item> |
|
312 <item row="2" column="0" colspan="3"> |
|
313 <widget class="QCheckBox" name="pyuicExecuteCheckBox"> |
|
314 <property name="toolTip"> |
|
315 <string>Select to generate extra code to test and display the form</string> |
|
316 </property> |
|
317 <property name="text"> |
|
318 <string>Generate Extra Test Code</string> |
|
319 </property> |
|
320 </widget> |
|
321 </item> |
|
322 </layout> |
|
323 </widget> |
|
324 </item> |
|
325 </layout> |
|
326 </widget> |
|
327 </item> |
|
328 <item> |
|
329 <widget class="QGroupBox" name="groupBox_8"> |
|
330 <property name="title"> |
|
331 <string>PyQt 6</string> |
|
332 </property> |
|
333 <layout class="QVBoxLayout" name="verticalLayout_5"> |
|
334 <item> |
|
335 <layout class="QHBoxLayout" name="horizontalLayout_8"> |
|
336 <item> |
|
337 <widget class="QLabel" name="label_10"> |
|
338 <property name="text"> |
|
339 <string>Virtual Environment:</string> |
|
340 </property> |
|
341 </widget> |
|
342 </item> |
|
343 <item> |
|
344 <widget class="QComboBox" name="pyqt6VenvComboBox"> |
|
345 <property name="sizePolicy"> |
|
346 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
347 <horstretch>0</horstretch> |
|
348 <verstretch>0</verstretch> |
|
349 </sizepolicy> |
|
350 </property> |
|
351 <property name="toolTip"> |
|
352 <string>Select the virtual environment to be used</string> |
|
353 </property> |
|
354 </widget> |
|
355 </item> |
|
356 <item> |
|
357 <widget class="QToolButton" name="pyqt6VenvDlgButton"> |
|
358 <property name="toolTip"> |
|
359 <string>Press to open the virtual environment manager dialog</string> |
|
360 </property> |
|
361 <property name="text"> |
|
362 <string notr="true"/> |
|
363 </property> |
|
364 </widget> |
|
365 </item> |
|
366 <item> |
|
367 <widget class="QToolButton" name="pyqt6VenvRefreshButton"> |
|
368 <property name="toolTip"> |
|
369 <string>Press to refresh the list of vitual environments</string> |
|
370 </property> |
|
371 <property name="text"> |
|
372 <string notr="true"/> |
|
373 </property> |
|
374 </widget> |
|
375 </item> |
|
376 </layout> |
|
377 </item> |
|
378 <item> |
|
379 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
|
380 <item> |
|
381 <widget class="QLabel" name="label_8"> |
|
382 <property name="text"> |
|
383 <string>Tools Directory:</string> |
|
384 </property> |
|
385 </widget> |
|
386 </item> |
|
387 <item> |
|
388 <widget class="EricPathPicker" name="pyqt6ToolsDirPicker" native="true"> |
|
389 <property name="sizePolicy"> |
|
390 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
391 <horstretch>0</horstretch> |
|
392 <verstretch>0</verstretch> |
|
393 </sizepolicy> |
|
394 </property> |
|
395 <property name="focusPolicy"> |
|
396 <enum>Qt::StrongFocus</enum> |
|
397 </property> |
|
398 <property name="toolTip"> |
|
399 <string>Enter the path of the PyQt 6 tools directory, if they are not found.</string> |
|
400 </property> |
|
401 </widget> |
|
402 </item> |
|
403 </layout> |
|
404 </item> |
|
405 <item> |
|
406 <widget class="QGroupBox" name="groupBox_9"> |
|
407 <property name="title"> |
|
408 <string>pyuic6 Options</string> |
|
409 </property> |
|
410 <layout class="QGridLayout" name="gridLayout_3"> |
|
411 <item row="0" column="2"> |
|
412 <spacer name="horizontalSpacer_2"> |
|
413 <property name="orientation"> |
|
414 <enum>Qt::Horizontal</enum> |
|
415 </property> |
|
416 <property name="sizeHint" stdset="0"> |
|
417 <size> |
|
418 <width>448</width> |
|
419 <height>20</height> |
|
420 </size> |
|
421 </property> |
|
422 </spacer> |
|
423 </item> |
|
424 <item row="1" column="0" colspan="3"> |
|
425 <widget class="QCheckBox" name="pyuic6ExecuteCheckBox"> |
|
426 <property name="toolTip"> |
|
427 <string>Select to generate extra code to test and display the form</string> |
|
428 </property> |
|
429 <property name="text"> |
|
430 <string>Generate Extra Test Code</string> |
|
431 </property> |
|
432 </widget> |
|
433 </item> |
|
434 <item row="0" column="1"> |
|
435 <widget class="QSpinBox" name="pyuic6IndentSpinBox"> |
|
436 <property name="toolTip"> |
|
437 <string>Select the indent width (default: 4)</string> |
|
438 </property> |
|
439 <property name="alignment"> |
|
440 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
441 </property> |
|
442 <property name="minimum"> |
|
443 <number>2</number> |
|
444 </property> |
|
445 <property name="maximum"> |
|
446 <number>16</number> |
|
447 </property> |
|
448 <property name="value"> |
|
449 <number>4</number> |
|
450 </property> |
|
451 </widget> |
|
452 </item> |
|
453 <item row="0" column="0"> |
|
454 <widget class="QLabel" name="label_9"> |
|
455 <property name="text"> |
|
456 <string>Indent Width:</string> |
|
457 </property> |
|
458 </widget> |
|
459 </item> |
|
460 </layout> |
|
461 </widget> |
|
462 </item> |
|
463 </layout> |
|
464 </widget> |
|
465 </item> |
|
466 </layout> |
|
467 </widget> |
|
468 </item> |
|
469 <item> |
|
470 <widget class="QGroupBox" name="groupBox_10"> |
|
471 <property name="title"> |
|
472 <string>PySide</string> |
|
473 </property> |
|
474 <layout class="QVBoxLayout" name="verticalLayout_9"> |
|
475 <item> |
|
476 <widget class="QGroupBox" name="pyside2Group"> |
|
477 <property name="title"> |
|
478 <string>PySide2</string> |
|
479 </property> |
|
480 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
481 <item> |
|
482 <layout class="QHBoxLayout" name="horizontalLayout_7"> |
|
483 <item> |
|
484 <widget class="QLabel" name="label_11"> |
|
485 <property name="text"> |
|
486 <string>Virtual Environment:</string> |
|
487 </property> |
|
488 </widget> |
|
489 </item> |
|
490 <item> |
|
491 <widget class="QComboBox" name="pyside2VenvComboBox"> |
|
492 <property name="sizePolicy"> |
|
493 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
494 <horstretch>0</horstretch> |
|
495 <verstretch>0</verstretch> |
|
496 </sizepolicy> |
|
497 </property> |
|
498 <property name="toolTip"> |
|
499 <string>Select the virtual environment to be used</string> |
|
500 </property> |
|
501 </widget> |
|
502 </item> |
|
503 <item> |
|
504 <widget class="QToolButton" name="pyside2VenvDlgButton"> |
|
505 <property name="toolTip"> |
|
506 <string>Press to open the virtual environment manager dialog</string> |
|
507 </property> |
|
508 <property name="text"> |
|
509 <string notr="true"/> |
|
510 </property> |
|
511 </widget> |
|
512 </item> |
|
513 <item> |
|
514 <widget class="QToolButton" name="pyside2VenvRefreshButton"> |
|
515 <property name="toolTip"> |
|
516 <string>Press to refresh the list of vitual environments</string> |
|
517 </property> |
|
518 <property name="text"> |
|
519 <string notr="true"/> |
|
520 </property> |
|
521 </widget> |
|
522 </item> |
|
523 </layout> |
|
524 </item> |
|
525 <item> |
|
526 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
|
527 <item> |
|
528 <widget class="QLabel" name="label_7"> |
|
529 <property name="text"> |
|
530 <string>Tools Directory:</string> |
|
531 </property> |
|
532 </widget> |
|
533 </item> |
|
534 <item> |
|
535 <widget class="EricPathPicker" name="pyside2ToolsDirPicker" native="true"> |
|
536 <property name="sizePolicy"> |
|
537 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
538 <horstretch>0</horstretch> |
|
539 <verstretch>0</verstretch> |
|
540 </sizepolicy> |
|
541 </property> |
|
542 <property name="focusPolicy"> |
|
543 <enum>Qt::StrongFocus</enum> |
|
544 </property> |
|
545 <property name="toolTip"> |
|
546 <string>Enter the path of the PySide2 tools directory, if they are not found.</string> |
|
547 </property> |
|
548 </widget> |
|
549 </item> |
|
550 </layout> |
|
551 </item> |
|
552 <item> |
|
553 <widget class="QGroupBox" name="groupBox_2"> |
|
554 <property name="title"> |
|
555 <string>pyside2-uic Options</string> |
|
556 </property> |
|
557 <layout class="QGridLayout" name="gridLayout_2"> |
|
558 <item row="0" column="0" colspan="2"> |
|
559 <widget class="QCheckBox" name="pyside2uicImportsCheckBox"> |
|
560 <property name="text"> |
|
561 <string>Generate imports relative to '.'</string> |
|
562 </property> |
|
563 </widget> |
|
564 </item> |
|
565 </layout> |
|
566 </widget> |
|
567 </item> |
|
568 </layout> |
|
569 </widget> |
|
570 </item> |
|
571 <item> |
|
572 <widget class="QGroupBox" name="pyside2Group_2"> |
|
573 <property name="title"> |
|
574 <string>PySide6</string> |
|
575 </property> |
|
576 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
577 <item> |
|
578 <layout class="QHBoxLayout" name="horizontalLayout_6"> |
|
579 <item> |
|
580 <widget class="QLabel" name="label_12"> |
|
581 <property name="text"> |
|
582 <string>Virtual Environment:</string> |
|
583 </property> |
|
584 </widget> |
|
585 </item> |
|
586 <item> |
|
587 <widget class="QComboBox" name="pyside6VenvComboBox"> |
|
588 <property name="sizePolicy"> |
|
589 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
590 <horstretch>0</horstretch> |
|
591 <verstretch>0</verstretch> |
|
592 </sizepolicy> |
|
593 </property> |
|
594 <property name="toolTip"> |
|
595 <string>Select the virtual environment to be used</string> |
|
596 </property> |
|
597 </widget> |
|
598 </item> |
|
599 <item> |
|
600 <widget class="QToolButton" name="pyside6VenvDlgButton"> |
|
601 <property name="toolTip"> |
|
602 <string>Press to open the virtual environment manager dialog</string> |
|
603 </property> |
|
604 <property name="text"> |
|
605 <string notr="true"/> |
|
606 </property> |
|
607 </widget> |
|
608 </item> |
|
609 <item> |
|
610 <widget class="QToolButton" name="pyside6VenvRefreshButton"> |
|
611 <property name="toolTip"> |
|
612 <string>Press to refresh the list of vitual environments</string> |
|
613 </property> |
|
614 <property name="text"> |
|
615 <string notr="true"/> |
|
616 </property> |
|
617 </widget> |
|
618 </item> |
|
619 </layout> |
|
620 </item> |
|
621 <item> |
|
622 <layout class="QHBoxLayout" name="horizontalLayout_10"> |
|
623 <item> |
|
624 <widget class="QLabel" name="label_13"> |
|
625 <property name="text"> |
|
626 <string>Tools Directory:</string> |
|
627 </property> |
|
628 </widget> |
|
629 </item> |
|
630 <item> |
|
631 <widget class="EricPathPicker" name="pyside6ToolsDirPicker" native="true"> |
|
632 <property name="sizePolicy"> |
|
633 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
634 <horstretch>0</horstretch> |
|
635 <verstretch>0</verstretch> |
|
636 </sizepolicy> |
|
637 </property> |
|
638 <property name="focusPolicy"> |
|
639 <enum>Qt::StrongFocus</enum> |
|
640 </property> |
|
641 <property name="toolTip"> |
|
642 <string>Enter the path of the PySide6 tools directory, if they are not found.</string> |
|
643 </property> |
|
644 </widget> |
|
645 </item> |
|
646 </layout> |
|
647 </item> |
|
648 <item> |
|
649 <widget class="QGroupBox" name="groupBox_11"> |
|
650 <property name="title"> |
|
651 <string>pyside6-uic Options</string> |
|
652 </property> |
|
653 <layout class="QGridLayout" name="gridLayout_4"> |
|
654 <item row="0" column="0" colspan="2"> |
|
655 <widget class="QCheckBox" name="pyside6uicImportsCheckBox"> |
|
656 <property name="text"> |
|
657 <string>Generate imports relative to '.'</string> |
|
658 </property> |
|
659 </widget> |
|
660 </item> |
|
661 </layout> |
|
662 </widget> |
|
663 </item> |
|
664 </layout> |
|
665 </widget> |
|
666 </item> |
|
667 </layout> |
|
668 </widget> |
|
669 </item> |
|
670 <item> |
|
671 <spacer name="verticalSpacer"> |
|
672 <property name="orientation"> |
|
673 <enum>Qt::Vertical</enum> |
|
674 </property> |
|
675 <property name="sizeHint" stdset="0"> |
|
676 <size> |
|
677 <width>20</width> |
|
678 <height>40</height> |
|
679 </size> |
|
680 </property> |
|
681 </spacer> |
|
682 </item> |
|
683 </layout> |
|
684 </widget> |
|
685 <customwidgets> |
|
686 <customwidget> |
|
687 <class>EricPathPicker</class> |
|
688 <extends>QWidget</extends> |
|
689 <header>EricWidgets/EricPathPicker.h</header> |
|
690 <container>1</container> |
|
691 </customwidget> |
|
692 </customwidgets> |
|
693 <tabstops> |
|
694 <tabstop>qtTransPicker</tabstop> |
|
695 <tabstop>qtToolsDirPicker</tabstop> |
|
696 <tabstop>qtPrefixEdit</tabstop> |
|
697 <tabstop>qtPostfixEdit</tabstop> |
|
698 <tabstop>pyqt5VenvComboBox</tabstop> |
|
699 <tabstop>pyqt5VenvDlgButton</tabstop> |
|
700 <tabstop>pyqt5VenvRefreshButton</tabstop> |
|
701 <tabstop>pyqtToolsDirPicker</tabstop> |
|
702 <tabstop>pyuicIndentSpinBox</tabstop> |
|
703 <tabstop>pyuicImportsCheckBox</tabstop> |
|
704 <tabstop>pyuicExecuteCheckBox</tabstop> |
|
705 <tabstop>pyqt6VenvComboBox</tabstop> |
|
706 <tabstop>pyqt6VenvDlgButton</tabstop> |
|
707 <tabstop>pyqt6VenvRefreshButton</tabstop> |
|
708 <tabstop>pyqt6ToolsDirPicker</tabstop> |
|
709 <tabstop>pyuic6IndentSpinBox</tabstop> |
|
710 <tabstop>pyuic6ExecuteCheckBox</tabstop> |
|
711 <tabstop>pyside2VenvComboBox</tabstop> |
|
712 <tabstop>pyside2VenvDlgButton</tabstop> |
|
713 <tabstop>pyside2VenvRefreshButton</tabstop> |
|
714 <tabstop>pyside2ToolsDirPicker</tabstop> |
|
715 <tabstop>pyside2uicImportsCheckBox</tabstop> |
|
716 <tabstop>pyside6VenvComboBox</tabstop> |
|
717 <tabstop>pyside6VenvDlgButton</tabstop> |
|
718 <tabstop>pyside6VenvRefreshButton</tabstop> |
|
719 <tabstop>pyside6ToolsDirPicker</tabstop> |
|
720 <tabstop>pyside6uicImportsCheckBox</tabstop> |
|
721 </tabstops> |
|
722 <resources/> |
|
723 <connections/> |
|
724 </ui> |