src/eric7/Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui

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

eric ide

mercurial