69 </spacer> |
69 </spacer> |
70 </item> |
70 </item> |
71 </layout> |
71 </layout> |
72 </item> |
72 </item> |
73 <item> |
73 <item> |
74 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
74 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
75 <item> |
75 <item> |
76 <widget class="QLabel" name="label_15"> |
76 <widget class="QLabel" name="label_15"> |
77 <property name="text"> |
77 <property name="text"> |
78 <string>Root Directory:</string> |
78 <string>Root Directory:</string> |
79 </property> |
79 </property> |
80 </widget> |
80 </widget> |
81 </item> |
81 </item> |
82 <item> |
82 <item> |
83 <widget class="QLineEdit" name="packageRootEdit"> |
83 <widget class="EricPathPicker" name="packageRootPicker" native="true"> |
|
84 <property name="sizePolicy"> |
|
85 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
86 <horstretch>0</horstretch> |
|
87 <verstretch>0</verstretch> |
|
88 </sizepolicy> |
|
89 </property> |
|
90 <property name="focusPolicy"> |
|
91 <enum>Qt::StrongFocus</enum> |
|
92 </property> |
84 <property name="toolTip"> |
93 <property name="toolTip"> |
85 <string>Enter the root directory</string> |
94 <string>Enter the root directory</string> |
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item> |
|
90 <widget class="QToolButton" name="packageRootDirButton"> |
|
91 <property name="toolTip"> |
|
92 <string>Select the root directory via a directory selection dialog</string> |
|
93 </property> |
95 </property> |
94 </widget> |
96 </widget> |
95 </item> |
97 </item> |
96 </layout> |
98 </layout> |
97 </item> |
99 </item> |
495 </widget> |
497 </widget> |
496 <widget class="QWidget" name="packagesTab"> |
498 <widget class="QWidget" name="packagesTab"> |
497 <attribute name="title"> |
499 <attribute name="title"> |
498 <string>Packages</string> |
500 <string>Packages</string> |
499 </attribute> |
501 </attribute> |
500 <layout class="QVBoxLayout" name="verticalLayout_8"> |
502 <layout class="QGridLayout" name="gridLayout_5"> |
501 <item> |
503 <item row="0" column="0"> |
502 <widget class="QStackedWidget" name="packagesStackedWidget"> |
504 <widget class="QLabel" name="label_17"> |
503 <property name="currentIndex"> |
505 <property name="text"> |
504 <number>0</number> |
506 <string>Source Directory:</string> |
505 </property> |
507 </property> |
506 <widget class="QWidget" name="setuptoolsPage"> |
508 </widget> |
507 <layout class="QGridLayout" name="gridLayout_5"> |
509 </item> |
508 <property name="leftMargin"> |
510 <item row="0" column="1"> |
509 <number>0</number> |
511 <widget class="EricPathPicker" name="sourceDirectoryPicker" native="true"> |
510 </property> |
512 <property name="focusPolicy"> |
511 <property name="topMargin"> |
513 <enum>Qt::StrongFocus</enum> |
512 <number>0</number> |
514 </property> |
513 </property> |
515 <property name="toolTip"> |
514 <property name="rightMargin"> |
516 <string>Enter the source directory for the 'find_packages()' call</string> |
515 <number>0</number> |
517 </property> |
516 </property> |
518 </widget> |
517 <property name="bottomMargin"> |
519 </item> |
518 <number>0</number> |
520 <item row="1" column="0"> |
519 </property> |
521 <widget class="QLabel" name="label_18"> |
520 <item row="0" column="0"> |
522 <property name="text"> |
521 <widget class="QLabel" name="label_17"> |
523 <string>Exclude Patterns:</string> |
522 <property name="text"> |
524 </property> |
523 <string>Source Directory:</string> |
525 <property name="alignment"> |
524 </property> |
526 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
525 </widget> |
527 </property> |
526 </item> |
528 </widget> |
527 <item row="0" column="1"> |
529 </item> |
528 <widget class="QLineEdit" name="sourceDirectoryEdit"> |
530 <item row="1" column="1"> |
529 <property name="toolTip"> |
531 <widget class="QListWidget" name="excludePatternList"> |
530 <string>Enter the source directory for the 'find_packages()' call</string> |
532 <property name="alternatingRowColors"> |
531 </property> |
533 <bool>true</bool> |
532 </widget> |
534 </property> |
533 </item> |
535 <property name="selectionMode"> |
534 <item row="0" column="2"> |
536 <enum>QAbstractItemView::ExtendedSelection</enum> |
535 <widget class="QToolButton" name="sourceDirectoryButton"> |
537 </property> |
536 <property name="toolTip"> |
538 <property name="sortingEnabled"> |
537 <string>Select the source directory for the 'find_packages()' call via a directory selection dialog</string> |
539 <bool>true</bool> |
538 </property> |
540 </property> |
539 <property name="text"> |
541 </widget> |
540 <string/> |
542 </item> |
541 </property> |
543 <item row="2" column="1"> |
542 </widget> |
544 <layout class="QHBoxLayout" name="horizontalLayout_8"> |
543 </item> |
545 <item> |
544 <item row="1" column="0"> |
546 <widget class="QPushButton" name="deleteExcludePatternButton"> |
545 <widget class="QLabel" name="label_18"> |
547 <property name="enabled"> |
546 <property name="text"> |
548 <bool>false</bool> |
547 <string>Exclude Patterns:</string> |
549 </property> |
548 </property> |
550 <property name="toolTip"> |
549 <property name="alignment"> |
551 <string>Press to delete the selected entries</string> |
550 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
552 </property> |
551 </property> |
553 <property name="text"> |
552 </widget> |
554 <string>Delete</string> |
553 </item> |
555 </property> |
554 <item row="1" column="1" colspan="2"> |
556 </widget> |
555 <widget class="QListWidget" name="excludePatternList"> |
557 </item> |
556 <property name="alternatingRowColors"> |
558 <item> |
557 <bool>true</bool> |
559 <widget class="QPushButton" name="addExludePatternButton"> |
558 </property> |
560 <property name="enabled"> |
559 <property name="selectionMode"> |
561 <bool>false</bool> |
560 <enum>QAbstractItemView::ExtendedSelection</enum> |
562 </property> |
561 </property> |
563 <property name="toolTip"> |
562 <property name="sortingEnabled"> |
564 <string>Press to add the pattern</string> |
563 <bool>true</bool> |
565 </property> |
564 </property> |
566 <property name="text"> |
565 </widget> |
567 <string>Add</string> |
566 </item> |
568 </property> |
567 <item row="2" column="1" colspan="2"> |
569 </widget> |
568 <layout class="QHBoxLayout" name="horizontalLayout_8"> |
570 </item> |
569 <item> |
571 <item> |
570 <widget class="QPushButton" name="deleteExcludePatternButton"> |
572 <widget class="QLineEdit" name="excludePatternEdit"> |
571 <property name="enabled"> |
573 <property name="toolTip"> |
572 <bool>false</bool> |
574 <string>Enter an exclude pattern for the 'find_packages()' call</string> |
573 </property> |
575 </property> |
574 <property name="toolTip"> |
576 </widget> |
575 <string>Press to delete the selected entries</string> |
577 </item> |
576 </property> |
578 </layout> |
577 <property name="text"> |
579 </item> |
578 <string>Delete</string> |
580 <item row="3" column="0" colspan="2"> |
579 </property> |
581 <widget class="QCheckBox" name="includePackageDataCheckBox"> |
580 </widget> |
582 <property name="toolTip"> |
581 </item> |
583 <string>Select to add the 'include_package_data' statement</string> |
582 <item> |
584 </property> |
583 <widget class="QPushButton" name="addExludePatternButton"> |
585 <property name="text"> |
584 <property name="enabled"> |
586 <string>Add 'include_package_data' Statement</string> |
585 <bool>false</bool> |
587 </property> |
586 </property> |
|
587 <property name="toolTip"> |
|
588 <string>Press to add the pattern</string> |
|
589 </property> |
|
590 <property name="text"> |
|
591 <string>Add</string> |
|
592 </property> |
|
593 </widget> |
|
594 </item> |
|
595 <item> |
|
596 <widget class="QLineEdit" name="excludePatternEdit"> |
|
597 <property name="toolTip"> |
|
598 <string>Enter an exclude pattern for the 'find_packages()' call</string> |
|
599 </property> |
|
600 </widget> |
|
601 </item> |
|
602 </layout> |
|
603 </item> |
|
604 <item row="3" column="0" colspan="3"> |
|
605 <widget class="QCheckBox" name="includePackageDataCheckBox"> |
|
606 <property name="toolTip"> |
|
607 <string>Select to add the 'include_package_data' statement</string> |
|
608 </property> |
|
609 <property name="text"> |
|
610 <string>Add 'include_package_data' Statement</string> |
|
611 </property> |
|
612 </widget> |
|
613 </item> |
|
614 </layout> |
|
615 </widget> |
|
616 </widget> |
588 </widget> |
617 </item> |
589 </item> |
618 </layout> |
590 </layout> |
619 </widget> |
591 </widget> |
620 <widget class="QWidget" name="tab"> |
592 <widget class="QWidget" name="tab"> |
782 <customwidget> |
754 <customwidget> |
783 <class>EricSpellCheckedPlainTextEdit</class> |
755 <class>EricSpellCheckedPlainTextEdit</class> |
784 <extends>QPlainTextEdit</extends> |
756 <extends>QPlainTextEdit</extends> |
785 <header>EricWidgets/EricSpellCheckedTextEdit.h</header> |
757 <header>EricWidgets/EricSpellCheckedTextEdit.h</header> |
786 </customwidget> |
758 </customwidget> |
|
759 <customwidget> |
|
760 <class>EricPathPicker</class> |
|
761 <extends>QWidget</extends> |
|
762 <header>EricWidgets/EricPathPicker.h</header> |
|
763 <container>1</container> |
|
764 </customwidget> |
787 </customwidgets> |
765 </customwidgets> |
788 <tabstops> |
766 <tabstops> |
789 <tabstop>introCheckBox</tabstop> |
767 <tabstop>introCheckBox</tabstop> |
790 <tabstop>importCheckBox</tabstop> |
768 <tabstop>importCheckBox</tabstop> |
791 <tabstop>metaDataCheckBox</tabstop> |
769 <tabstop>metaDataCheckBox</tabstop> |
792 <tabstop>packageRootEdit</tabstop> |
770 <tabstop>packageRootPicker</tabstop> |
793 <tabstop>packageRootDirButton</tabstop> |
|
794 <tabstop>dataTabWidget</tabstop> |
771 <tabstop>dataTabWidget</tabstop> |
795 <tabstop>nameEdit</tabstop> |
772 <tabstop>nameEdit</tabstop> |
796 <tabstop>versionEdit</tabstop> |
773 <tabstop>versionEdit</tabstop> |
797 <tabstop>authorEdit</tabstop> |
774 <tabstop>authorEdit</tabstop> |
798 <tabstop>authorEmailEdit</tabstop> |
775 <tabstop>authorEmailEdit</tabstop> |
809 <tabstop>licenseEdit</tabstop> |
786 <tabstop>licenseEdit</tabstop> |
810 <tabstop>platformsEdit</tabstop> |
787 <tabstop>platformsEdit</tabstop> |
811 <tabstop>developmentStatusComboBox</tabstop> |
788 <tabstop>developmentStatusComboBox</tabstop> |
812 <tabstop>localClassifiersButton</tabstop> |
789 <tabstop>localClassifiersButton</tabstop> |
813 <tabstop>classifiersList</tabstop> |
790 <tabstop>classifiersList</tabstop> |
814 <tabstop>sourceDirectoryEdit</tabstop> |
791 <tabstop>sourceDirectoryPicker</tabstop> |
815 <tabstop>sourceDirectoryButton</tabstop> |
|
816 <tabstop>excludePatternList</tabstop> |
792 <tabstop>excludePatternList</tabstop> |
|
793 <tabstop>excludePatternEdit</tabstop> |
|
794 <tabstop>addExludePatternButton</tabstop> |
817 <tabstop>deleteExcludePatternButton</tabstop> |
795 <tabstop>deleteExcludePatternButton</tabstop> |
818 <tabstop>addExludePatternButton</tabstop> |
|
819 <tabstop>excludePatternEdit</tabstop> |
|
820 <tabstop>includePackageDataCheckBox</tabstop> |
796 <tabstop>includePackageDataCheckBox</tabstop> |
821 <tabstop>modulesList</tabstop> |
797 <tabstop>modulesList</tabstop> |
822 <tabstop>deleteModuleButton</tabstop> |
798 <tabstop>deleteModuleButton</tabstop> |
823 <tabstop>addModuleButton</tabstop> |
799 <tabstop>addModuleButton</tabstop> |
824 <tabstop>scriptsList</tabstop> |
800 <tabstop>scriptsList</tabstop> |