eric7/Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui

branch
eric7
changeset 9201
2f1ccadee231
parent 9188
d137adc02a0f
child 9202
81388c6065e8
equal deleted inserted replaced
9199:831e08e94960 9201:2f1ccadee231
4 <widget class="QDialog" name="SetupWizardDialog"> 4 <widget class="QDialog" name="SetupWizardDialog">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>700</width> 9 <width>750</width>
10 <height>550</height> 10 <height>550</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>setup.py Wizard</string> 14 <string>setup.py Wizard</string>
53 <property name="text"> 53 <property name="text">
54 <string>Include Meta Data</string> 54 <string>Include Meta Data</string>
55 </property> 55 </property>
56 </widget> 56 </widget>
57 </item> 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> 58 </layout>
72 </item> 59 </item>
73 <item> 60 <item>
74 <layout class="QHBoxLayout" name="horizontalLayout_2"> 61 <layout class="QHBoxLayout" name="horizontalLayout_2">
75 <item> 62 <item>
98 </layout> 85 </layout>
99 </item> 86 </item>
100 <item> 87 <item>
101 <widget class="QTabWidget" name="dataTabWidget"> 88 <widget class="QTabWidget" name="dataTabWidget">
102 <property name="currentIndex"> 89 <property name="currentIndex">
103 <number>0</number> 90 <number>8</number>
104 </property> 91 </property>
105 <widget class="QWidget" name="basicTab"> 92 <widget class="QWidget" name="basicTab">
106 <attribute name="title"> 93 <attribute name="title">
107 <string>Basic</string> 94 <string>Basic</string>
108 </attribute> 95 </attribute>
112 <property name="text"> 99 <property name="text">
113 <string>Name:</string> 100 <string>Name:</string>
114 </property> 101 </property>
115 </widget> 102 </widget>
116 </item> 103 </item>
117 <item row="0" column="1"> 104 <item row="0" column="2">
118 <widget class="QLineEdit" name="nameEdit"> 105 <widget class="QLineEdit" name="nameEdit">
119 <property name="toolTip"> 106 <property name="toolTip">
120 <string>Enter the package name</string> 107 <string>Enter the package name</string>
121 </property> 108 </property>
122 <property name="maxLength"> 109 <property name="maxLength">
132 <property name="text"> 119 <property name="text">
133 <string>Version:</string> 120 <string>Version:</string>
134 </property> 121 </property>
135 </widget> 122 </widget>
136 </item> 123 </item>
137 <item row="1" column="1"> 124 <item row="1" column="2">
138 <widget class="QLineEdit" name="versionEdit"> 125 <widget class="QLineEdit" name="versionEdit">
139 <property name="toolTip"> 126 <property name="toolTip">
140 <string>Enter the version number in the form 'major.minor[.patch[.sub]]'</string> 127 <string>Enter the version number in the form 'major.minor[.patch[.sub]]'</string>
141 </property> 128 </property>
142 <property name="maxLength"> 129 <property name="maxLength">
152 <property name="text"> 139 <property name="text">
153 <string>Author:</string> 140 <string>Author:</string>
154 </property> 141 </property>
155 </widget> 142 </widget>
156 </item> 143 </item>
157 <item row="2" column="1"> 144 <item row="2" column="2">
158 <widget class="QLineEdit" name="authorEdit"> 145 <widget class="QLineEdit" name="authorEdit">
159 <property name="toolTip"> 146 <property name="toolTip">
160 <string>Enter the author's name</string> 147 <string>Enter the author's name</string>
161 </property> 148 </property>
162 <property name="maxLength"> 149 <property name="maxLength">
172 <property name="text"> 159 <property name="text">
173 <string>Author Email:</string> 160 <string>Author Email:</string>
174 </property> 161 </property>
175 </widget> 162 </widget>
176 </item> 163 </item>
177 <item row="3" column="1"> 164 <item row="3" column="2">
178 <widget class="QLineEdit" name="authorEmailEdit"> 165 <widget class="QLineEdit" name="authorEmailEdit">
179 <property name="toolTip"> 166 <property name="toolTip">
180 <string>Enter the author's email address</string> 167 <string>Enter the author's email address</string>
181 </property> 168 </property>
182 <property name="inputMask"> 169 <property name="inputMask">
195 <property name="text"> 182 <property name="text">
196 <string>Maintainer:</string> 183 <string>Maintainer:</string>
197 </property> 184 </property>
198 </widget> 185 </widget>
199 </item> 186 </item>
200 <item row="4" column="1"> 187 <item row="4" column="2">
201 <widget class="QLineEdit" name="maintainerEdit"> 188 <widget class="QLineEdit" name="maintainerEdit">
202 <property name="toolTip"> 189 <property name="toolTip">
203 <string>Enter the maintainer's name</string> 190 <string>Enter the maintainer's name</string>
204 </property> 191 </property>
205 <property name="maxLength"> 192 <property name="maxLength">
215 <property name="text"> 202 <property name="text">
216 <string>Maintainer Email:</string> 203 <string>Maintainer Email:</string>
217 </property> 204 </property>
218 </widget> 205 </widget>
219 </item> 206 </item>
220 <item row="5" column="1"> 207 <item row="5" column="2">
221 <widget class="QLineEdit" name="maintainerEmailEdit"> 208 <widget class="QLineEdit" name="maintainerEmailEdit">
222 <property name="toolTip"> 209 <property name="toolTip">
223 <string>Enter the maintainer's email address</string> 210 <string>Enter the maintainer's email address</string>
224 </property> 211 </property>
225 <property name="maxLength"> 212 <property name="maxLength">
228 <property name="placeholderText"> 215 <property name="placeholderText">
229 <string>Mandatory (or Author Email)</string> 216 <string>Mandatory (or Author Email)</string>
230 </property> 217 </property>
231 </widget> 218 </widget>
232 </item> 219 </item>
233 <item row="6" column="1"> 220 <item row="6" column="0" colspan="2">
221 <widget class="QLabel" name="label_8">
222 <property name="text">
223 <string>Python Version:</string>
224 </property>
225 </widget>
226 </item>
227 <item row="6" column="2">
228 <widget class="QLineEdit" name="pyVersionEdit">
229 <property name="toolTip">
230 <string>Enter the Python version specifier</string>
231 </property>
232 <property name="maxLength">
233 <number>200</number>
234 </property>
235 </widget>
236 </item>
237 <item row="7" column="1" colspan="2">
234 <spacer name="verticalSpacer"> 238 <spacer name="verticalSpacer">
235 <property name="orientation"> 239 <property name="orientation">
236 <enum>Qt::Vertical</enum> 240 <enum>Qt::Vertical</enum>
237 </property> 241 </property>
238 <property name="sizeHint" stdset="0"> 242 <property name="sizeHint" stdset="0">
265 <property name="maxLength"> 269 <property name="maxLength">
266 <number>200</number> 270 <number>200</number>
267 </property> 271 </property>
268 </widget> 272 </widget>
269 </item> 273 </item>
270 <item row="1" column="0"> 274 <item row="1" column="0" colspan="2">
271 <widget class="QLabel" name="label_8"> 275 <widget class="QGroupBox" name="groupBox">
272 <property name="text"> 276 <property name="title">
273 <string>Description:</string> 277 <string>Description</string>
274 </property> 278 </property>
275 <property name="alignment"> 279 <layout class="QVBoxLayout" name="verticalLayout_6">
276 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 280 <item>
277 </property> 281 <widget class="EricSpellCheckedPlainTextEdit" name="descriptionEdit">
278 </widget> 282 <property name="toolTip">
279 </item> 283 <string>Enter the description of the package or files (one per line) to get it from.</string>
280 <item row="1" column="1"> 284 </property>
281 <widget class="EricSpellCheckedPlainTextEdit" name="descriptionEdit"> 285 </widget>
282 <property name="toolTip"> 286 </item>
283 <string>Enter the description of the package or files (one per line) to get it from.</string> 287 <item>
288 <widget class="QCheckBox" name="descriptionFromFilesCheckBox">
289 <property name="toolTip">
290 <string>Select to get the description from files</string>
291 </property>
292 <property name="text">
293 <string>Get description from files</string>
294 </property>
295 </widget>
296 </item>
297 <item>
298 <layout class="QHBoxLayout" name="horizontalLayout_5">
299 <item>
300 <widget class="QLabel" name="label_19">
301 <property name="text">
302 <string>Content Type:</string>
303 </property>
304 </widget>
305 </item>
306 <item>
307 <widget class="QComboBox" name="descriptionContentTypeComboBox">
308 <property name="sizePolicy">
309 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
310 <horstretch>0</horstretch>
311 <verstretch>0</verstretch>
312 </sizepolicy>
313 </property>
314 </widget>
315 </item>
316 </layout>
317 </item>
318 </layout>
319 </widget>
320 </item>
321 <item row="2" column="0">
322 <widget class="QLabel" name="label_16">
323 <property name="text">
324 <string>Keywords:</string>
284 </property> 325 </property>
285 </widget> 326 </widget>
286 </item> 327 </item>
287 <item row="2" column="1"> 328 <item row="2" column="1">
288 <widget class="QCheckBox" name="descriptionFromFilesCheckBox">
289 <property name="toolTip">
290 <string>Select to get the description from files</string>
291 </property>
292 <property name="text">
293 <string>Get description from files</string>
294 </property>
295 </widget>
296 </item>
297 <item row="3" column="0">
298 <widget class="QLabel" name="label_16">
299 <property name="text">
300 <string>Keywords:</string>
301 </property>
302 </widget>
303 </item>
304 <item row="3" column="1">
305 <widget class="QLineEdit" name="keywordsEdit"> 329 <widget class="QLineEdit" name="keywordsEdit">
306 <property name="toolTip"> 330 <property name="toolTip">
307 <string>Enter the keywords separated by comma</string> 331 <string>Enter the keywords separated by comma</string>
308 </property> 332 </property>
309 </widget> 333 </widget>
320 <property name="text"> 344 <property name="text">
321 <string>Home Page URL:</string> 345 <string>Home Page URL:</string>
322 </property> 346 </property>
323 </widget> 347 </widget>
324 </item> 348 </item>
325 <item row="1" column="1">
326 <spacer name="verticalSpacer_2">
327 <property name="orientation">
328 <enum>Qt::Vertical</enum>
329 </property>
330 <property name="sizeHint" stdset="0">
331 <size>
332 <width>20</width>
333 <height>339</height>
334 </size>
335 </property>
336 </spacer>
337 </item>
338 <item row="0" column="1"> 349 <item row="0" column="1">
339 <widget class="QLineEdit" name="homePageUrlEdit"> 350 <widget class="QLineEdit" name="homePageUrlEdit">
340 <property name="toolTip"> 351 <property name="toolTip">
341 <string>Enter the URL of the home page</string> 352 <string>Enter the URL of the home page</string>
342 </property> 353 </property>
343 <property name="placeholderText"> 354 <property name="placeholderText">
344 <string>Mandatory</string> 355 <string>Mandatory</string>
345 </property> 356 </property>
346 </widget> 357 </widget>
358 </item>
359 <item row="1" column="0">
360 <widget class="QLabel" name="label_13">
361 <property name="text">
362 <string>Download URL:</string>
363 </property>
364 </widget>
365 </item>
366 <item row="1" column="1">
367 <widget class="QLineEdit" name="downloadUrlEdit">
368 <property name="toolTip">
369 <string>Enter the download URL</string>
370 </property>
371 </widget>
372 </item>
373 <item row="2" column="0">
374 <widget class="QLabel" name="label_10">
375 <property name="text">
376 <string>Project URLs:</string>
377 </property>
378 <property name="alignment">
379 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
380 </property>
381 </widget>
382 </item>
383 <item row="2" column="1">
384 <widget class="QTreeWidget" name="projectUrlsList">
385 <property name="alternatingRowColors">
386 <bool>true</bool>
387 </property>
388 <property name="selectionMode">
389 <enum>QAbstractItemView::ExtendedSelection</enum>
390 </property>
391 <property name="rootIsDecorated">
392 <bool>false</bool>
393 </property>
394 <property name="itemsExpandable">
395 <bool>false</bool>
396 </property>
397 <property name="sortingEnabled">
398 <bool>true</bool>
399 </property>
400 <column>
401 <property name="text">
402 <string>Name</string>
403 </property>
404 </column>
405 <column>
406 <property name="text">
407 <string>URL</string>
408 </property>
409 </column>
410 </widget>
411 </item>
412 <item row="3" column="1">
413 <layout class="QHBoxLayout" name="horizontalLayout_4">
414 <item>
415 <widget class="QPushButton" name="urlDeleteButton">
416 <property name="enabled">
417 <bool>false</bool>
418 </property>
419 <property name="toolTip">
420 <string>Press to delete the selected URLs</string>
421 </property>
422 <property name="text">
423 <string>Delete</string>
424 </property>
425 </widget>
426 </item>
427 <item>
428 <widget class="QPushButton" name="urlAddButton">
429 <property name="toolTip">
430 <string>Press to open a dialog to add a project URL</string>
431 </property>
432 <property name="text">
433 <string>Add...</string>
434 </property>
435 </widget>
436 </item>
437 <item>
438 <widget class="QPushButton" name="urlEditButton">
439 <property name="enabled">
440 <bool>false</bool>
441 </property>
442 <property name="toolTip">
443 <string>Press to open a dialog to edit the selected project URL</string>
444 </property>
445 <property name="text">
446 <string>Edit...</string>
447 </property>
448 </widget>
449 </item>
450 <item>
451 <spacer name="horizontalSpacer_2">
452 <property name="orientation">
453 <enum>Qt::Horizontal</enum>
454 </property>
455 <property name="sizeHint" stdset="0">
456 <size>
457 <width>40</width>
458 <height>20</height>
459 </size>
460 </property>
461 </spacer>
462 </item>
463 </layout>
347 </item> 464 </item>
348 </layout> 465 </layout>
349 </widget> 466 </widget>
350 <widget class="QWidget" name="licenseTab"> 467 <widget class="QWidget" name="licenseTab">
351 <attribute name="title"> 468 <attribute name="title">
563 </property> 680 </property>
564 </widget> 681 </widget>
565 </item> 682 </item>
566 </layout> 683 </layout>
567 </widget> 684 </widget>
568 <widget class="QWidget" name="tab"> 685 <widget class="QWidget" name="modulesTab">
569 <attribute name="title"> 686 <attribute name="title">
570 <string>Modules</string> 687 <string>Modules</string>
571 </attribute> 688 </attribute>
572 <layout class="QVBoxLayout" name="verticalLayout_7"> 689 <layout class="QVBoxLayout" name="verticalLayout_7">
573 <item> 690 <item>
623 </item> 740 </item>
624 </layout> 741 </layout>
625 </item> 742 </item>
626 </layout> 743 </layout>
627 </widget> 744 </widget>
628 <widget class="QWidget" name="scriptsTab"> 745 <widget class="QWidget" name="entryPointsTab">
629 <attribute name="title"> 746 <attribute name="title">
630 <string>Scripts</string> 747 <string>Entry Points</string>
631 </attribute> 748 </attribute>
632 <layout class="QVBoxLayout" name="verticalLayout_6"> 749 <layout class="QVBoxLayout" name="verticalLayout_5">
633 <item> 750 <item>
634 <widget class="QListWidget" name="scriptsList"> 751 <widget class="QTreeWidget" name="entryPointsList">
635 <property name="alternatingRowColors"> 752 <property name="alternatingRowColors">
636 <bool>true</bool> 753 <bool>true</bool>
637 </property> 754 </property>
638 <property name="selectionMode"> 755 <property name="selectionMode">
639 <enum>QAbstractItemView::ExtendedSelection</enum> 756 <enum>QAbstractItemView::ExtendedSelection</enum>
640 </property> 757 </property>
758 <property name="rootIsDecorated">
759 <bool>false</bool>
760 </property>
761 <property name="itemsExpandable">
762 <bool>false</bool>
763 </property>
641 <property name="sortingEnabled"> 764 <property name="sortingEnabled">
642 <bool>true</bool> 765 <bool>true</bool>
643 </property> 766 </property>
767 <column>
768 <property name="text">
769 <string>Type</string>
770 </property>
771 </column>
772 <column>
773 <property name="text">
774 <string>Name</string>
775 </property>
776 </column>
777 <column>
778 <property name="text">
779 <string>Script Function</string>
780 </property>
781 </column>
644 </widget> 782 </widget>
645 </item> 783 </item>
646 <item> 784 <item>
647 <layout class="QHBoxLayout" name="horizontalLayout_6"> 785 <layout class="QHBoxLayout" name="horizontalLayout_6">
648 <item> 786 <item>
649 <widget class="QPushButton" name="deleteScriptButton"> 787 <widget class="QPushButton" name="deleteEntryPointButton">
650 <property name="enabled"> 788 <property name="enabled">
651 <bool>false</bool> 789 <bool>false</bool>
652 </property> 790 </property>
653 <property name="toolTip"> 791 <property name="toolTip">
654 <string>Press to delete the selected entries</string> 792 <string>Press to delete the selected entries</string>
657 <string>Delete</string> 795 <string>Delete</string>
658 </property> 796 </property>
659 </widget> 797 </widget>
660 </item> 798 </item>
661 <item> 799 <item>
662 <widget class="QPushButton" name="addScriptButton"> 800 <widget class="QPushButton" name="addEntryPointButton">
663 <property name="toolTip"> 801 <property name="toolTip">
664 <string>Add script files via a files selection dialog</string> 802 <string>Press to open a dialog to add an entry point</string>
665 </property> 803 </property>
666 <property name="text"> 804 <property name="text">
667 <string>Add...</string> 805 <string>Add...</string>
806 </property>
807 </widget>
808 </item>
809 <item>
810 <widget class="QPushButton" name="editEntryPointButton">
811 <property name="enabled">
812 <bool>false</bool>
813 </property>
814 <property name="toolTip">
815 <string>Press to open a dialog to edit the selected entry point</string>
816 </property>
817 <property name="text">
818 <string>Edit...</string>
668 </property> 819 </property>
669 </widget> 820 </widget>
670 </item> 821 </item>
671 <item> 822 <item>
672 <spacer name="horizontalSpacer_4"> 823 <spacer name="horizontalSpacer_4">
749 <tabstop>versionEdit</tabstop> 900 <tabstop>versionEdit</tabstop>
750 <tabstop>authorEdit</tabstop> 901 <tabstop>authorEdit</tabstop>
751 <tabstop>authorEmailEdit</tabstop> 902 <tabstop>authorEmailEdit</tabstop>
752 <tabstop>maintainerEdit</tabstop> 903 <tabstop>maintainerEdit</tabstop>
753 <tabstop>maintainerEmailEdit</tabstop> 904 <tabstop>maintainerEmailEdit</tabstop>
905 <tabstop>pyVersionEdit</tabstop>
754 <tabstop>summaryEdit</tabstop> 906 <tabstop>summaryEdit</tabstop>
755 <tabstop>descriptionEdit</tabstop> 907 <tabstop>descriptionEdit</tabstop>
756 <tabstop>descriptionFromFilesCheckBox</tabstop> 908 <tabstop>descriptionFromFilesCheckBox</tabstop>
909 <tabstop>descriptionContentTypeComboBox</tabstop>
757 <tabstop>keywordsEdit</tabstop> 910 <tabstop>keywordsEdit</tabstop>
758 <tabstop>homePageUrlEdit</tabstop> 911 <tabstop>homePageUrlEdit</tabstop>
912 <tabstop>downloadUrlEdit</tabstop>
913 <tabstop>projectUrlsList</tabstop>
914 <tabstop>urlDeleteButton</tabstop>
915 <tabstop>urlAddButton</tabstop>
916 <tabstop>urlEditButton</tabstop>
759 <tabstop>licenseClassifierCheckBox</tabstop> 917 <tabstop>licenseClassifierCheckBox</tabstop>
760 <tabstop>licenseClassifierComboBox</tabstop> 918 <tabstop>licenseClassifierComboBox</tabstop>
761 <tabstop>licenseEdit</tabstop> 919 <tabstop>licenseEdit</tabstop>
762 <tabstop>platformsEdit</tabstop> 920 <tabstop>platformsEdit</tabstop>
763 <tabstop>developmentStatusComboBox</tabstop> 921 <tabstop>developmentStatusComboBox</tabstop>
764 <tabstop>classifiersList</tabstop> 922 <tabstop>classifiersList</tabstop>
765 <tabstop>sourceDirectoryPicker</tabstop> 923 <tabstop>sourceDirectoryPicker</tabstop>
766 <tabstop>excludePatternList</tabstop> 924 <tabstop>excludePatternList</tabstop>
925 <tabstop>deleteExcludePatternButton</tabstop>
767 <tabstop>excludePatternEdit</tabstop> 926 <tabstop>excludePatternEdit</tabstop>
768 <tabstop>addExludePatternButton</tabstop> 927 <tabstop>addExludePatternButton</tabstop>
769 <tabstop>deleteExcludePatternButton</tabstop>
770 <tabstop>includePackageDataCheckBox</tabstop> 928 <tabstop>includePackageDataCheckBox</tabstop>
771 <tabstop>modulesList</tabstop> 929 <tabstop>modulesList</tabstop>
772 <tabstop>deleteModuleButton</tabstop> 930 <tabstop>deleteModuleButton</tabstop>
773 <tabstop>addModuleButton</tabstop> 931 <tabstop>addModuleButton</tabstop>
774 <tabstop>scriptsList</tabstop> 932 <tabstop>entryPointsList</tabstop>
775 <tabstop>deleteScriptButton</tabstop> 933 <tabstop>deleteEntryPointButton</tabstop>
776 <tabstop>addScriptButton</tabstop> 934 <tabstop>addEntryPointButton</tabstop>
935 <tabstop>editEntryPointButton</tabstop>
777 <tabstop>projectButton</tabstop> 936 <tabstop>projectButton</tabstop>
778 </tabstops> 937 </tabstops>
779 <resources/> 938 <resources/>
780 <connections> 939 <connections>
781 <connection> 940 <connection>
783 <signal>accepted()</signal> 942 <signal>accepted()</signal>
784 <receiver>SetupWizardDialog</receiver> 943 <receiver>SetupWizardDialog</receiver>
785 <slot>accept()</slot> 944 <slot>accept()</slot>
786 <hints> 945 <hints>
787 <hint type="sourcelabel"> 946 <hint type="sourcelabel">
788 <x>236</x> 947 <x>663</x>
789 <y>540</y> 948 <y>539</y>
790 </hint> 949 </hint>
791 <hint type="destinationlabel"> 950 <hint type="destinationlabel">
792 <x>157</x> 951 <x>157</x>
793 <y>274</y> 952 <y>274</y>
794 </hint> 953 </hint>
799 <signal>rejected()</signal> 958 <signal>rejected()</signal>
800 <receiver>SetupWizardDialog</receiver> 959 <receiver>SetupWizardDialog</receiver>
801 <slot>reject()</slot> 960 <slot>reject()</slot>
802 <hints> 961 <hints>
803 <hint type="sourcelabel"> 962 <hint type="sourcelabel">
804 <x>304</x> 963 <x>689</x>
805 <y>540</y> 964 <y>539</y>
806 </hint> 965 </hint>
807 <hint type="destinationlabel"> 966 <hint type="destinationlabel">
808 <x>286</x> 967 <x>286</x>
809 <y>274</y> 968 <y>274</y>
810 </hint> 969 </hint>
815 <signal>toggled(bool)</signal> 974 <signal>toggled(bool)</signal>
816 <receiver>licenseClassifierComboBox</receiver> 975 <receiver>licenseClassifierComboBox</receiver>
817 <slot>setEnabled(bool)</slot> 976 <slot>setEnabled(bool)</slot>
818 <hints> 977 <hints>
819 <hint type="sourcelabel"> 978 <hint type="sourcelabel">
820 <x>99</x> 979 <x>110</x>
821 <y>91</y> 980 <y>129</y>
822 </hint> 981 </hint>
823 <hint type="destinationlabel"> 982 <hint type="destinationlabel">
824 <x>110</x> 983 <x>121</x>
825 <y>133</y> 984 <y>161</y>
826 </hint> 985 </hint>
827 </hints> 986 </hints>
828 </connection> 987 </connection>
829 <connection> 988 <connection>
830 <sender>licenseClassifierCheckBox</sender> 989 <sender>licenseClassifierCheckBox</sender>
835 <hint type="sourcelabel"> 994 <hint type="sourcelabel">
836 <x>207</x> 995 <x>207</x>
837 <y>107</y> 996 <y>107</y>
838 </hint> 997 </hint>
839 <hint type="destinationlabel"> 998 <hint type="destinationlabel">
840 <x>192</x> 999 <x>203</x>
841 <y>141</y> 1000 <y>193</y>
842 </hint> 1001 </hint>
843 </hints> 1002 </hints>
844 </connection> 1003 </connection>
845 </connections> 1004 </connections>
846 </ui> 1005 </ui>

eric ide

mercurial