|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>SetupWizardDialog</class> |
|
4 <widget class="QDialog" name="SetupWizardDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>700</width> |
|
10 <height>550</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>setup.py Wizard</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <layout class="QHBoxLayout" name="horizontalLayout_9"> |
|
22 <item> |
|
23 <widget class="QCheckBox" name="introCheckBox"> |
|
24 <property name="toolTip"> |
|
25 <string>Select to include the introductory part of the setup.py code</string> |
|
26 </property> |
|
27 <property name="text"> |
|
28 <string>Include Introductory Code</string> |
|
29 </property> |
|
30 <property name="checked"> |
|
31 <bool>true</bool> |
|
32 </property> |
|
33 </widget> |
|
34 </item> |
|
35 <item> |
|
36 <widget class="QCheckBox" name="importCheckBox"> |
|
37 <property name="toolTip"> |
|
38 <string>Select to include the import statement</string> |
|
39 </property> |
|
40 <property name="text"> |
|
41 <string>Include Import Statement</string> |
|
42 </property> |
|
43 <property name="checked"> |
|
44 <bool>true</bool> |
|
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 <item> |
|
49 <widget class="QCheckBox" name="metaDataCheckBox"> |
|
50 <property name="toolTip"> |
|
51 <string>Select to include code for the meta data section</string> |
|
52 </property> |
|
53 <property name="text"> |
|
54 <string>Include Meta Data</string> |
|
55 </property> |
|
56 </widget> |
|
57 </item> |
|
58 <item> |
|
59 <spacer name="horizontalSpacer_6"> |
|
60 <property name="orientation"> |
|
61 <enum>Qt::Horizontal</enum> |
|
62 </property> |
|
63 <property name="sizeHint" stdset="0"> |
|
64 <size> |
|
65 <width>40</width> |
|
66 <height>20</height> |
|
67 </size> |
|
68 </property> |
|
69 </spacer> |
|
70 </item> |
|
71 </layout> |
|
72 </item> |
|
73 <item> |
|
74 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
75 <item> |
|
76 <widget class="QLabel" name="label_13"> |
|
77 <property name="text"> |
|
78 <string>Setup Variant:</string> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 <item> |
|
83 <widget class="QComboBox" name="variantComboBox"> |
|
84 <property name="toolTip"> |
|
85 <string>Select the setup variant</string> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item> |
|
90 <spacer name="horizontalSpacer_2"> |
|
91 <property name="orientation"> |
|
92 <enum>Qt::Horizontal</enum> |
|
93 </property> |
|
94 <property name="sizeHint" stdset="0"> |
|
95 <size> |
|
96 <width>40</width> |
|
97 <height>20</height> |
|
98 </size> |
|
99 </property> |
|
100 </spacer> |
|
101 </item> |
|
102 </layout> |
|
103 </item> |
|
104 <item> |
|
105 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
|
106 <item> |
|
107 <widget class="QLabel" name="label_15"> |
|
108 <property name="text"> |
|
109 <string>Root Directory:</string> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 <item> |
|
114 <widget class="QLineEdit" name="packageRootEdit"> |
|
115 <property name="toolTip"> |
|
116 <string>Enter the root directory</string> |
|
117 </property> |
|
118 </widget> |
|
119 </item> |
|
120 <item> |
|
121 <widget class="QToolButton" name="packageRootDirButton"> |
|
122 <property name="toolTip"> |
|
123 <string>Select the root directory via a directory selection dialog</string> |
|
124 </property> |
|
125 </widget> |
|
126 </item> |
|
127 </layout> |
|
128 </item> |
|
129 <item> |
|
130 <widget class="QTabWidget" name="dataTabWidget"> |
|
131 <property name="currentIndex"> |
|
132 <number>0</number> |
|
133 </property> |
|
134 <widget class="QWidget" name="basicTab"> |
|
135 <attribute name="title"> |
|
136 <string>Basic</string> |
|
137 </attribute> |
|
138 <layout class="QGridLayout" name="gridLayout"> |
|
139 <item row="0" column="0"> |
|
140 <widget class="QLabel" name="label"> |
|
141 <property name="text"> |
|
142 <string>Name:</string> |
|
143 </property> |
|
144 </widget> |
|
145 </item> |
|
146 <item row="0" column="1"> |
|
147 <widget class="QLineEdit" name="nameEdit"> |
|
148 <property name="toolTip"> |
|
149 <string>Enter the package name</string> |
|
150 </property> |
|
151 <property name="maxLength"> |
|
152 <number>200</number> |
|
153 </property> |
|
154 <property name="placeholderText"> |
|
155 <string>Mandatory</string> |
|
156 </property> |
|
157 </widget> |
|
158 </item> |
|
159 <item row="1" column="0"> |
|
160 <widget class="QLabel" name="label_2"> |
|
161 <property name="text"> |
|
162 <string>Version:</string> |
|
163 </property> |
|
164 </widget> |
|
165 </item> |
|
166 <item row="1" column="1"> |
|
167 <widget class="QLineEdit" name="versionEdit"> |
|
168 <property name="toolTip"> |
|
169 <string>Enter the version number in the form 'major.minor[.patch[.sub]]'</string> |
|
170 </property> |
|
171 <property name="maxLength"> |
|
172 <number>200</number> |
|
173 </property> |
|
174 <property name="placeholderText"> |
|
175 <string>Mandatory</string> |
|
176 </property> |
|
177 </widget> |
|
178 </item> |
|
179 <item row="2" column="0"> |
|
180 <widget class="QLabel" name="label_3"> |
|
181 <property name="text"> |
|
182 <string>Author:</string> |
|
183 </property> |
|
184 </widget> |
|
185 </item> |
|
186 <item row="2" column="1"> |
|
187 <widget class="QLineEdit" name="authorEdit"> |
|
188 <property name="toolTip"> |
|
189 <string>Enter the author's name</string> |
|
190 </property> |
|
191 <property name="maxLength"> |
|
192 <number>200</number> |
|
193 </property> |
|
194 <property name="placeholderText"> |
|
195 <string>Mandatory (or Maintainer)</string> |
|
196 </property> |
|
197 </widget> |
|
198 </item> |
|
199 <item row="3" column="0"> |
|
200 <widget class="QLabel" name="label_4"> |
|
201 <property name="text"> |
|
202 <string>Author Email:</string> |
|
203 </property> |
|
204 </widget> |
|
205 </item> |
|
206 <item row="3" column="1"> |
|
207 <widget class="QLineEdit" name="authorEmailEdit"> |
|
208 <property name="toolTip"> |
|
209 <string>Enter the author's email address</string> |
|
210 </property> |
|
211 <property name="inputMask"> |
|
212 <string notr="true"/> |
|
213 </property> |
|
214 <property name="maxLength"> |
|
215 <number>200</number> |
|
216 </property> |
|
217 <property name="placeholderText"> |
|
218 <string>Mandatory (or Maintainer Email)</string> |
|
219 </property> |
|
220 </widget> |
|
221 </item> |
|
222 <item row="4" column="0"> |
|
223 <widget class="QLabel" name="label_5"> |
|
224 <property name="text"> |
|
225 <string>Maintainer:</string> |
|
226 </property> |
|
227 </widget> |
|
228 </item> |
|
229 <item row="4" column="1"> |
|
230 <widget class="QLineEdit" name="maintainerEdit"> |
|
231 <property name="toolTip"> |
|
232 <string>Enter the maintainer's name</string> |
|
233 </property> |
|
234 <property name="maxLength"> |
|
235 <number>200</number> |
|
236 </property> |
|
237 <property name="placeholderText"> |
|
238 <string>Mandatory (or Author)</string> |
|
239 </property> |
|
240 </widget> |
|
241 </item> |
|
242 <item row="5" column="0"> |
|
243 <widget class="QLabel" name="label_6"> |
|
244 <property name="text"> |
|
245 <string>Maintainer Email:</string> |
|
246 </property> |
|
247 </widget> |
|
248 </item> |
|
249 <item row="5" column="1"> |
|
250 <widget class="QLineEdit" name="maintainerEmailEdit"> |
|
251 <property name="toolTip"> |
|
252 <string>Enter the maintainer's email address</string> |
|
253 </property> |
|
254 <property name="maxLength"> |
|
255 <number>200</number> |
|
256 </property> |
|
257 <property name="placeholderText"> |
|
258 <string>Mandatory (or Author Email)</string> |
|
259 </property> |
|
260 </widget> |
|
261 </item> |
|
262 <item row="6" column="1"> |
|
263 <spacer name="verticalSpacer"> |
|
264 <property name="orientation"> |
|
265 <enum>Qt::Vertical</enum> |
|
266 </property> |
|
267 <property name="sizeHint" stdset="0"> |
|
268 <size> |
|
269 <width>20</width> |
|
270 <height>223</height> |
|
271 </size> |
|
272 </property> |
|
273 </spacer> |
|
274 </item> |
|
275 </layout> |
|
276 </widget> |
|
277 <widget class="QWidget" name="descriptionTab"> |
|
278 <attribute name="title"> |
|
279 <string>Description</string> |
|
280 </attribute> |
|
281 <layout class="QGridLayout" name="gridLayout_2"> |
|
282 <item row="0" column="0"> |
|
283 <widget class="QLabel" name="label_7"> |
|
284 <property name="text"> |
|
285 <string>Summary:</string> |
|
286 </property> |
|
287 </widget> |
|
288 </item> |
|
289 <item row="0" column="1"> |
|
290 <widget class="QLineEdit" name="summaryEdit"> |
|
291 <property name="toolTip"> |
|
292 <string>Enter the summary description of the package</string> |
|
293 </property> |
|
294 <property name="maxLength"> |
|
295 <number>200</number> |
|
296 </property> |
|
297 </widget> |
|
298 </item> |
|
299 <item row="1" column="0"> |
|
300 <widget class="QLabel" name="label_8"> |
|
301 <property name="text"> |
|
302 <string>Description:</string> |
|
303 </property> |
|
304 <property name="alignment"> |
|
305 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
306 </property> |
|
307 </widget> |
|
308 </item> |
|
309 <item row="1" column="1"> |
|
310 <widget class="QPlainTextEdit" name="descriptionEdit"> |
|
311 <property name="toolTip"> |
|
312 <string>Enter the description of the package or files (one per line) to get it from.</string> |
|
313 </property> |
|
314 </widget> |
|
315 </item> |
|
316 <item row="2" column="1"> |
|
317 <widget class="QCheckBox" name="descriptionFromFilesCheckBox"> |
|
318 <property name="toolTip"> |
|
319 <string>Select to get the description from files</string> |
|
320 </property> |
|
321 <property name="text"> |
|
322 <string>Get description from files</string> |
|
323 </property> |
|
324 </widget> |
|
325 </item> |
|
326 <item row="3" column="0"> |
|
327 <widget class="QLabel" name="label_16"> |
|
328 <property name="text"> |
|
329 <string>Keywords:</string> |
|
330 </property> |
|
331 </widget> |
|
332 </item> |
|
333 <item row="3" column="1"> |
|
334 <widget class="QLineEdit" name="keywordsEdit"> |
|
335 <property name="toolTip"> |
|
336 <string>Enter the keywords separated by comma</string> |
|
337 </property> |
|
338 </widget> |
|
339 </item> |
|
340 </layout> |
|
341 </widget> |
|
342 <widget class="QWidget" name="urlTab"> |
|
343 <attribute name="title"> |
|
344 <string>URLs</string> |
|
345 </attribute> |
|
346 <layout class="QGridLayout" name="gridLayout_3"> |
|
347 <item row="0" column="0"> |
|
348 <widget class="QLabel" name="label_9"> |
|
349 <property name="text"> |
|
350 <string>Home Page URL:</string> |
|
351 </property> |
|
352 </widget> |
|
353 </item> |
|
354 <item row="0" column="1"> |
|
355 <widget class="QLineEdit" name="homePageUrlEdit"> |
|
356 <property name="toolTip"> |
|
357 <string>Enter the URL of the home page</string> |
|
358 </property> |
|
359 <property name="placeholderText"> |
|
360 <string>Mandatory</string> |
|
361 </property> |
|
362 </widget> |
|
363 </item> |
|
364 <item row="1" column="0"> |
|
365 <widget class="QLabel" name="label_10"> |
|
366 <property name="text"> |
|
367 <string>Download URL:</string> |
|
368 </property> |
|
369 </widget> |
|
370 </item> |
|
371 <item row="1" column="1"> |
|
372 <widget class="QLineEdit" name="downloadUrlEdit"> |
|
373 <property name="toolTip"> |
|
374 <string>Enter the download URL</string> |
|
375 </property> |
|
376 </widget> |
|
377 </item> |
|
378 <item row="2" column="1"> |
|
379 <spacer name="verticalSpacer_2"> |
|
380 <property name="orientation"> |
|
381 <enum>Qt::Vertical</enum> |
|
382 </property> |
|
383 <property name="sizeHint" stdset="0"> |
|
384 <size> |
|
385 <width>20</width> |
|
386 <height>339</height> |
|
387 </size> |
|
388 </property> |
|
389 </spacer> |
|
390 </item> |
|
391 </layout> |
|
392 </widget> |
|
393 <widget class="QWidget" name="licenseTab"> |
|
394 <attribute name="title"> |
|
395 <string>License</string> |
|
396 </attribute> |
|
397 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
398 <item> |
|
399 <widget class="QCheckBox" name="licenseClassifierCheckBox"> |
|
400 <property name="text"> |
|
401 <string>Select From Trove License Classifiers</string> |
|
402 </property> |
|
403 <property name="checked"> |
|
404 <bool>true</bool> |
|
405 </property> |
|
406 </widget> |
|
407 </item> |
|
408 <item> |
|
409 <widget class="QComboBox" name="licenseClassifierComboBox"> |
|
410 <property name="toolTip"> |
|
411 <string>Select the license from the list of Trove Classifiers</string> |
|
412 </property> |
|
413 </widget> |
|
414 </item> |
|
415 <item> |
|
416 <widget class="QLineEdit" name="licenseEdit"> |
|
417 <property name="enabled"> |
|
418 <bool>false</bool> |
|
419 </property> |
|
420 <property name="toolTip"> |
|
421 <string>Enter a license if none of the above are suitable</string> |
|
422 </property> |
|
423 </widget> |
|
424 </item> |
|
425 <item> |
|
426 <spacer name="verticalSpacer_3"> |
|
427 <property name="orientation"> |
|
428 <enum>Qt::Vertical</enum> |
|
429 </property> |
|
430 <property name="sizeHint" stdset="0"> |
|
431 <size> |
|
432 <width>20</width> |
|
433 <height>311</height> |
|
434 </size> |
|
435 </property> |
|
436 </spacer> |
|
437 </item> |
|
438 </layout> |
|
439 </widget> |
|
440 <widget class="QWidget" name="platformsTab"> |
|
441 <attribute name="title"> |
|
442 <string>Platforms</string> |
|
443 </attribute> |
|
444 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
445 <item> |
|
446 <widget class="QLabel" name="label_11"> |
|
447 <property name="text"> |
|
448 <string>Enter supported platforms (one per line):</string> |
|
449 </property> |
|
450 </widget> |
|
451 </item> |
|
452 <item> |
|
453 <widget class="QPlainTextEdit" name="platformsEdit"/> |
|
454 </item> |
|
455 </layout> |
|
456 </widget> |
|
457 <widget class="QWidget" name="classifiersTab"> |
|
458 <attribute name="title"> |
|
459 <string>Classifiers</string> |
|
460 </attribute> |
|
461 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
462 <item> |
|
463 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
464 <item> |
|
465 <widget class="QLabel" name="label_14"> |
|
466 <property name="text"> |
|
467 <string>Development Status:</string> |
|
468 </property> |
|
469 </widget> |
|
470 </item> |
|
471 <item> |
|
472 <widget class="QComboBox" name="developmentStatusComboBox"> |
|
473 <property name="toolTip"> |
|
474 <string>Select the development status</string> |
|
475 </property> |
|
476 </widget> |
|
477 </item> |
|
478 <item> |
|
479 <spacer name="horizontalSpacer_3"> |
|
480 <property name="orientation"> |
|
481 <enum>Qt::Horizontal</enum> |
|
482 </property> |
|
483 <property name="sizeHint" stdset="0"> |
|
484 <size> |
|
485 <width>40</width> |
|
486 <height>20</height> |
|
487 </size> |
|
488 </property> |
|
489 </spacer> |
|
490 </item> |
|
491 </layout> |
|
492 </item> |
|
493 <item> |
|
494 <widget class="QLabel" name="label_12"> |
|
495 <property name="text"> |
|
496 <string>Select the applicable classifiers:</string> |
|
497 </property> |
|
498 </widget> |
|
499 </item> |
|
500 <item> |
|
501 <widget class="QTreeWidget" name="classifiersList"> |
|
502 <property name="alternatingRowColors"> |
|
503 <bool>true</bool> |
|
504 </property> |
|
505 <attribute name="headerVisible"> |
|
506 <bool>false</bool> |
|
507 </attribute> |
|
508 <column> |
|
509 <property name="text"> |
|
510 <string notr="true">1</string> |
|
511 </property> |
|
512 </column> |
|
513 </widget> |
|
514 </item> |
|
515 </layout> |
|
516 </widget> |
|
517 <widget class="QWidget" name="packagesTab"> |
|
518 <attribute name="title"> |
|
519 <string>Packages</string> |
|
520 </attribute> |
|
521 <layout class="QVBoxLayout" name="verticalLayout_8"> |
|
522 <item> |
|
523 <widget class="QStackedWidget" name="packagesStackedWidget"> |
|
524 <property name="currentIndex"> |
|
525 <number>1</number> |
|
526 </property> |
|
527 <widget class="QWidget" name="distutilsPage"> |
|
528 <layout class="QVBoxLayout" name="verticalLayout_5"> |
|
529 <property name="leftMargin"> |
|
530 <number>0</number> |
|
531 </property> |
|
532 <property name="topMargin"> |
|
533 <number>0</number> |
|
534 </property> |
|
535 <property name="rightMargin"> |
|
536 <number>0</number> |
|
537 </property> |
|
538 <property name="bottomMargin"> |
|
539 <number>0</number> |
|
540 </property> |
|
541 <item> |
|
542 <widget class="QListWidget" name="packagesList"> |
|
543 <property name="alternatingRowColors"> |
|
544 <bool>true</bool> |
|
545 </property> |
|
546 <property name="selectionMode"> |
|
547 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
548 </property> |
|
549 <property name="sortingEnabled"> |
|
550 <bool>true</bool> |
|
551 </property> |
|
552 </widget> |
|
553 </item> |
|
554 <item> |
|
555 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
|
556 <item> |
|
557 <widget class="QPushButton" name="deletePackageButton"> |
|
558 <property name="enabled"> |
|
559 <bool>false</bool> |
|
560 </property> |
|
561 <property name="toolTip"> |
|
562 <string>Press to delete the selected entries</string> |
|
563 </property> |
|
564 <property name="text"> |
|
565 <string>Delete</string> |
|
566 </property> |
|
567 </widget> |
|
568 </item> |
|
569 <item> |
|
570 <widget class="QPushButton" name="addPackageButton"> |
|
571 <property name="enabled"> |
|
572 <bool>false</bool> |
|
573 </property> |
|
574 <property name="toolTip"> |
|
575 <string>Add the package</string> |
|
576 </property> |
|
577 <property name="text"> |
|
578 <string>Add</string> |
|
579 </property> |
|
580 </widget> |
|
581 </item> |
|
582 <item> |
|
583 <widget class="QLineEdit" name="packageEdit"> |
|
584 <property name="toolTip"> |
|
585 <string>Enter a package name to be added</string> |
|
586 </property> |
|
587 </widget> |
|
588 </item> |
|
589 <item> |
|
590 <widget class="QToolButton" name="packageDirButton"> |
|
591 <property name="toolTip"> |
|
592 <string>Press to select a package directory via a directory selection dialog</string> |
|
593 </property> |
|
594 </widget> |
|
595 </item> |
|
596 </layout> |
|
597 </item> |
|
598 <item> |
|
599 <widget class="QPushButton" name="autodiscoverPackagesButton"> |
|
600 <property name="toolTip"> |
|
601 <string>Press to discover packages of a project automatically</string> |
|
602 </property> |
|
603 <property name="text"> |
|
604 <string>Autodiscover Packages</string> |
|
605 </property> |
|
606 </widget> |
|
607 </item> |
|
608 </layout> |
|
609 </widget> |
|
610 <widget class="QWidget" name="setuptoolsPage"> |
|
611 <layout class="QGridLayout" name="gridLayout_5"> |
|
612 <property name="leftMargin"> |
|
613 <number>0</number> |
|
614 </property> |
|
615 <property name="topMargin"> |
|
616 <number>0</number> |
|
617 </property> |
|
618 <property name="rightMargin"> |
|
619 <number>0</number> |
|
620 </property> |
|
621 <property name="bottomMargin"> |
|
622 <number>0</number> |
|
623 </property> |
|
624 <item row="0" column="0"> |
|
625 <widget class="QLabel" name="label_17"> |
|
626 <property name="text"> |
|
627 <string>Source Directory:</string> |
|
628 </property> |
|
629 </widget> |
|
630 </item> |
|
631 <item row="0" column="1"> |
|
632 <widget class="QLineEdit" name="sourceDirectoryEdit"> |
|
633 <property name="toolTip"> |
|
634 <string>Enter the source directory for the 'find_packages()' call</string> |
|
635 </property> |
|
636 </widget> |
|
637 </item> |
|
638 <item row="0" column="2"> |
|
639 <widget class="QToolButton" name="sourceDirectoryButton"> |
|
640 <property name="toolTip"> |
|
641 <string>Select the source directory for the 'find_packages()' call via a directory selection dialog</string> |
|
642 </property> |
|
643 <property name="text"> |
|
644 <string/> |
|
645 </property> |
|
646 </widget> |
|
647 </item> |
|
648 <item row="1" column="0" alignment="Qt::AlignTop"> |
|
649 <widget class="QLabel" name="label_18"> |
|
650 <property name="text"> |
|
651 <string>Exclude Patterns:</string> |
|
652 </property> |
|
653 </widget> |
|
654 </item> |
|
655 <item row="1" column="1" colspan="2"> |
|
656 <widget class="QListWidget" name="excludePatternList"> |
|
657 <property name="alternatingRowColors"> |
|
658 <bool>true</bool> |
|
659 </property> |
|
660 <property name="selectionMode"> |
|
661 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
662 </property> |
|
663 <property name="sortingEnabled"> |
|
664 <bool>true</bool> |
|
665 </property> |
|
666 </widget> |
|
667 </item> |
|
668 <item row="2" column="1" colspan="2"> |
|
669 <layout class="QHBoxLayout" name="horizontalLayout_8"> |
|
670 <item> |
|
671 <widget class="QPushButton" name="deleteExcludePatternButton"> |
|
672 <property name="enabled"> |
|
673 <bool>false</bool> |
|
674 </property> |
|
675 <property name="toolTip"> |
|
676 <string>Press to delete the selected entries</string> |
|
677 </property> |
|
678 <property name="text"> |
|
679 <string>Delete</string> |
|
680 </property> |
|
681 </widget> |
|
682 </item> |
|
683 <item> |
|
684 <widget class="QPushButton" name="addExludePatternButton"> |
|
685 <property name="enabled"> |
|
686 <bool>false</bool> |
|
687 </property> |
|
688 <property name="toolTip"> |
|
689 <string>Press to add the pattern</string> |
|
690 </property> |
|
691 <property name="text"> |
|
692 <string>Add</string> |
|
693 </property> |
|
694 </widget> |
|
695 </item> |
|
696 <item> |
|
697 <widget class="QLineEdit" name="excludePatternEdit"> |
|
698 <property name="toolTip"> |
|
699 <string>Enter an exclude pattern for the 'find_packages()' call</string> |
|
700 </property> |
|
701 </widget> |
|
702 </item> |
|
703 </layout> |
|
704 </item> |
|
705 <item row="3" column="0" colspan="3"> |
|
706 <widget class="QCheckBox" name="includePackageDataCheckBox"> |
|
707 <property name="toolTip"> |
|
708 <string>Select to add the 'include_package_data' statement</string> |
|
709 </property> |
|
710 <property name="text"> |
|
711 <string>Add 'include_package_data' Statement</string> |
|
712 </property> |
|
713 </widget> |
|
714 </item> |
|
715 </layout> |
|
716 </widget> |
|
717 </widget> |
|
718 </item> |
|
719 </layout> |
|
720 </widget> |
|
721 <widget class="QWidget" name="tab"> |
|
722 <attribute name="title"> |
|
723 <string>Modules</string> |
|
724 </attribute> |
|
725 <layout class="QVBoxLayout" name="verticalLayout_7"> |
|
726 <item> |
|
727 <widget class="QListWidget" name="modulesList"> |
|
728 <property name="alternatingRowColors"> |
|
729 <bool>true</bool> |
|
730 </property> |
|
731 <property name="selectionMode"> |
|
732 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
733 </property> |
|
734 <property name="sortingEnabled"> |
|
735 <bool>true</bool> |
|
736 </property> |
|
737 </widget> |
|
738 </item> |
|
739 <item> |
|
740 <layout class="QHBoxLayout" name="horizontalLayout_7"> |
|
741 <item> |
|
742 <widget class="QPushButton" name="deleteModuleButton"> |
|
743 <property name="enabled"> |
|
744 <bool>false</bool> |
|
745 </property> |
|
746 <property name="toolTip"> |
|
747 <string>Press to delete the selected entries</string> |
|
748 </property> |
|
749 <property name="text"> |
|
750 <string>Delete</string> |
|
751 </property> |
|
752 </widget> |
|
753 </item> |
|
754 <item> |
|
755 <widget class="QPushButton" name="addModuleButton"> |
|
756 <property name="toolTip"> |
|
757 <string>Add modules via a files selection dialog</string> |
|
758 </property> |
|
759 <property name="text"> |
|
760 <string>Add...</string> |
|
761 </property> |
|
762 </widget> |
|
763 </item> |
|
764 <item> |
|
765 <spacer name="horizontalSpacer_5"> |
|
766 <property name="orientation"> |
|
767 <enum>Qt::Horizontal</enum> |
|
768 </property> |
|
769 <property name="sizeHint" stdset="0"> |
|
770 <size> |
|
771 <width>40</width> |
|
772 <height>20</height> |
|
773 </size> |
|
774 </property> |
|
775 </spacer> |
|
776 </item> |
|
777 </layout> |
|
778 </item> |
|
779 </layout> |
|
780 </widget> |
|
781 <widget class="QWidget" name="scriptsTab"> |
|
782 <attribute name="title"> |
|
783 <string>Scripts</string> |
|
784 </attribute> |
|
785 <layout class="QVBoxLayout" name="verticalLayout_6"> |
|
786 <item> |
|
787 <widget class="QListWidget" name="scriptsList"> |
|
788 <property name="alternatingRowColors"> |
|
789 <bool>true</bool> |
|
790 </property> |
|
791 <property name="selectionMode"> |
|
792 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
793 </property> |
|
794 <property name="sortingEnabled"> |
|
795 <bool>true</bool> |
|
796 </property> |
|
797 </widget> |
|
798 </item> |
|
799 <item> |
|
800 <layout class="QHBoxLayout" name="horizontalLayout_6"> |
|
801 <item> |
|
802 <widget class="QPushButton" name="deleteScriptButton"> |
|
803 <property name="enabled"> |
|
804 <bool>false</bool> |
|
805 </property> |
|
806 <property name="toolTip"> |
|
807 <string>Press to delete the selected entries</string> |
|
808 </property> |
|
809 <property name="text"> |
|
810 <string>Delete</string> |
|
811 </property> |
|
812 </widget> |
|
813 </item> |
|
814 <item> |
|
815 <widget class="QPushButton" name="addScriptButton"> |
|
816 <property name="toolTip"> |
|
817 <string>Add script files via a files selection dialog</string> |
|
818 </property> |
|
819 <property name="text"> |
|
820 <string>Add...</string> |
|
821 </property> |
|
822 </widget> |
|
823 </item> |
|
824 <item> |
|
825 <spacer name="horizontalSpacer_4"> |
|
826 <property name="orientation"> |
|
827 <enum>Qt::Horizontal</enum> |
|
828 </property> |
|
829 <property name="sizeHint" stdset="0"> |
|
830 <size> |
|
831 <width>40</width> |
|
832 <height>20</height> |
|
833 </size> |
|
834 </property> |
|
835 </spacer> |
|
836 </item> |
|
837 </layout> |
|
838 </item> |
|
839 </layout> |
|
840 </widget> |
|
841 </widget> |
|
842 </item> |
|
843 <item> |
|
844 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
845 <item> |
|
846 <widget class="QPushButton" name="projectButton"> |
|
847 <property name="toolTip"> |
|
848 <string>Press to populate entry fields from project data</string> |
|
849 </property> |
|
850 <property name="text"> |
|
851 <string>Populate from Project</string> |
|
852 </property> |
|
853 </widget> |
|
854 </item> |
|
855 <item> |
|
856 <spacer name="horizontalSpacer"> |
|
857 <property name="orientation"> |
|
858 <enum>Qt::Horizontal</enum> |
|
859 </property> |
|
860 <property name="sizeHint" stdset="0"> |
|
861 <size> |
|
862 <width>40</width> |
|
863 <height>20</height> |
|
864 </size> |
|
865 </property> |
|
866 </spacer> |
|
867 </item> |
|
868 <item> |
|
869 <widget class="QDialogButtonBox" name="buttonBox"> |
|
870 <property name="orientation"> |
|
871 <enum>Qt::Horizontal</enum> |
|
872 </property> |
|
873 <property name="standardButtons"> |
|
874 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
875 </property> |
|
876 </widget> |
|
877 </item> |
|
878 </layout> |
|
879 </item> |
|
880 </layout> |
|
881 </widget> |
|
882 <tabstops> |
|
883 <tabstop>introCheckBox</tabstop> |
|
884 <tabstop>importCheckBox</tabstop> |
|
885 <tabstop>metaDataCheckBox</tabstop> |
|
886 <tabstop>variantComboBox</tabstop> |
|
887 <tabstop>packageRootEdit</tabstop> |
|
888 <tabstop>packageRootDirButton</tabstop> |
|
889 <tabstop>dataTabWidget</tabstop> |
|
890 <tabstop>nameEdit</tabstop> |
|
891 <tabstop>versionEdit</tabstop> |
|
892 <tabstop>authorEdit</tabstop> |
|
893 <tabstop>authorEmailEdit</tabstop> |
|
894 <tabstop>maintainerEdit</tabstop> |
|
895 <tabstop>maintainerEmailEdit</tabstop> |
|
896 <tabstop>summaryEdit</tabstop> |
|
897 <tabstop>descriptionEdit</tabstop> |
|
898 <tabstop>descriptionFromFilesCheckBox</tabstop> |
|
899 <tabstop>keywordsEdit</tabstop> |
|
900 <tabstop>homePageUrlEdit</tabstop> |
|
901 <tabstop>downloadUrlEdit</tabstop> |
|
902 <tabstop>licenseClassifierCheckBox</tabstop> |
|
903 <tabstop>licenseClassifierComboBox</tabstop> |
|
904 <tabstop>licenseEdit</tabstop> |
|
905 <tabstop>platformsEdit</tabstop> |
|
906 <tabstop>developmentStatusComboBox</tabstop> |
|
907 <tabstop>classifiersList</tabstop> |
|
908 <tabstop>packagesList</tabstop> |
|
909 <tabstop>deletePackageButton</tabstop> |
|
910 <tabstop>addPackageButton</tabstop> |
|
911 <tabstop>packageEdit</tabstop> |
|
912 <tabstop>packageDirButton</tabstop> |
|
913 <tabstop>autodiscoverPackagesButton</tabstop> |
|
914 <tabstop>sourceDirectoryEdit</tabstop> |
|
915 <tabstop>sourceDirectoryButton</tabstop> |
|
916 <tabstop>excludePatternList</tabstop> |
|
917 <tabstop>deleteExcludePatternButton</tabstop> |
|
918 <tabstop>addExludePatternButton</tabstop> |
|
919 <tabstop>excludePatternEdit</tabstop> |
|
920 <tabstop>includePackageDataCheckBox</tabstop> |
|
921 <tabstop>modulesList</tabstop> |
|
922 <tabstop>deleteModuleButton</tabstop> |
|
923 <tabstop>addModuleButton</tabstop> |
|
924 <tabstop>scriptsList</tabstop> |
|
925 <tabstop>deleteScriptButton</tabstop> |
|
926 <tabstop>addScriptButton</tabstop> |
|
927 <tabstop>projectButton</tabstop> |
|
928 </tabstops> |
|
929 <resources/> |
|
930 <connections> |
|
931 <connection> |
|
932 <sender>buttonBox</sender> |
|
933 <signal>accepted()</signal> |
|
934 <receiver>SetupWizardDialog</receiver> |
|
935 <slot>accept()</slot> |
|
936 <hints> |
|
937 <hint type="sourcelabel"> |
|
938 <x>236</x> |
|
939 <y>540</y> |
|
940 </hint> |
|
941 <hint type="destinationlabel"> |
|
942 <x>157</x> |
|
943 <y>274</y> |
|
944 </hint> |
|
945 </hints> |
|
946 </connection> |
|
947 <connection> |
|
948 <sender>buttonBox</sender> |
|
949 <signal>rejected()</signal> |
|
950 <receiver>SetupWizardDialog</receiver> |
|
951 <slot>reject()</slot> |
|
952 <hints> |
|
953 <hint type="sourcelabel"> |
|
954 <x>304</x> |
|
955 <y>540</y> |
|
956 </hint> |
|
957 <hint type="destinationlabel"> |
|
958 <x>286</x> |
|
959 <y>274</y> |
|
960 </hint> |
|
961 </hints> |
|
962 </connection> |
|
963 <connection> |
|
964 <sender>licenseClassifierCheckBox</sender> |
|
965 <signal>toggled(bool)</signal> |
|
966 <receiver>licenseClassifierComboBox</receiver> |
|
967 <slot>setEnabled(bool)</slot> |
|
968 <hints> |
|
969 <hint type="sourcelabel"> |
|
970 <x>99</x> |
|
971 <y>91</y> |
|
972 </hint> |
|
973 <hint type="destinationlabel"> |
|
974 <x>110</x> |
|
975 <y>133</y> |
|
976 </hint> |
|
977 </hints> |
|
978 </connection> |
|
979 <connection> |
|
980 <sender>licenseClassifierCheckBox</sender> |
|
981 <signal>toggled(bool)</signal> |
|
982 <receiver>licenseEdit</receiver> |
|
983 <slot>setDisabled(bool)</slot> |
|
984 <hints> |
|
985 <hint type="sourcelabel"> |
|
986 <x>207</x> |
|
987 <y>107</y> |
|
988 </hint> |
|
989 <hint type="destinationlabel"> |
|
990 <x>192</x> |
|
991 <y>141</y> |
|
992 </hint> |
|
993 </hints> |
|
994 </connection> |
|
995 </connections> |
|
996 </ui> |