7abd5815e9c04bfe63fd74f98030a5990365997d
[biacv.git] / biacv_mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>biacv_mainwindow</class>
4 <widget class="QMainWindow" name="biacv_mainwindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>730</width>
10 <height>498</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>BiaCV</string>
15 </property>
16 <widget class="QWidget" name="centralwidget">
17 <layout class="QGridLayout" name="gridLayout_2">
18 <item row="0" column="0">
19 <widget class="QLabel" name="label">
20 <property name="text">
21 <string>CV title</string>
22 </property>
23 </widget>
24 </item>
25 <item row="0" column="1">
26 <widget class="QLineEdit" name="title"/>
27 </item>
28 <item row="1" column="0" colspan="2">
29 <widget class="QTabWidget" name="pages">
30 <property name="currentIndex">
31 <number>0</number>
32 </property>
33 <widget class="QWidget" name="tab">
34 <attribute name="title">
35 <string>Personal information</string>
36 </attribute>
37 <layout class="QGridLayout" name="gridLayout">
38 <item row="0" column="4" colspan="3">
39 <widget class="QLabel" name="label_13">
40 <property name="sizePolicy">
41 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
42 <horstretch>0</horstretch>
43 <verstretch>0</verstretch>
44 </sizepolicy>
45 </property>
46 <property name="text">
47 <string>First name</string>
48 </property>
49 </widget>
50 </item>
51 <item row="0" column="8" colspan="4">
52 <widget class="QLabel" name="label_14">
53 <property name="sizePolicy">
54 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
55 <horstretch>0</horstretch>
56 <verstretch>0</verstretch>
57 </sizepolicy>
58 </property>
59 <property name="text">
60 <string>Last name</string>
61 </property>
62 </widget>
63 </item>
64 <item row="1" column="0" colspan="2">
65 <widget class="QLabel" name="label_2">
66 <property name="text">
67 <string>Title</string>
68 </property>
69 </widget>
70 </item>
71 <item row="1" column="2" colspan="2">
72 <widget class="QComboBox" name="nametitle">
73 <property name="editable">
74 <bool>true</bool>
75 </property>
76 <item>
77 <property name="text">
78 <string/>
79 </property>
80 </item>
81 <item>
82 <property name="text">
83 <string>Mr.</string>
84 </property>
85 </item>
86 <item>
87 <property name="text">
88 <string>Mrs.</string>
89 </property>
90 </item>
91 <item>
92 <property name="text">
93 <string>Ms.</string>
94 </property>
95 </item>
96 <item>
97 <property name="text">
98 <string>Dr.</string>
99 </property>
100 </item>
101 </widget>
102 </item>
103 <item row="1" column="4" colspan="3">
104 <widget class="QLineEdit" name="firstname">
105 <property name="text">
106 <string/>
107 </property>
108 </widget>
109 </item>
110 <item row="1" column="8" colspan="4">
111 <widget class="QLineEdit" name="lastname">
112 <property name="text">
113 <string/>
114 </property>
115 </widget>
116 </item>
117 <item row="2" column="0" colspan="3">
118 <widget class="QLabel" name="label_3">
119 <property name="text">
120 <string>Date of birth</string>
121 </property>
122 </widget>
123 </item>
124 <item row="2" column="3" colspan="3">
125 <widget class="QDateEdit" name="dateofbirth">
126 <property name="date">
127 <date>
128 <year>1970</year>
129 <month>1</month>
130 <day>1</day>
131 </date>
132 </property>
133 <property name="displayFormat">
134 <string>dd MMM, yyyy</string>
135 </property>
136 <property name="calendarPopup">
137 <bool>true</bool>
138 </property>
139 </widget>
140 </item>
141 <item row="3" column="0" colspan="4">
142 <widget class="QLabel" name="label_4">
143 <property name="sizePolicy">
144 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
145 <horstretch>0</horstretch>
146 <verstretch>0</verstretch>
147 </sizepolicy>
148 </property>
149 <property name="text">
150 <string>Residential address</string>
151 </property>
152 </widget>
153 </item>
154 <item row="4" column="0">
155 <widget class="QLabel" name="label_15">
156 <property name="text">
157 <string>Street</string>
158 </property>
159 </widget>
160 </item>
161 <item row="4" column="1" colspan="5">
162 <widget class="QLineEdit" name="street"/>
163 </item>
164 <item row="4" column="6">
165 <widget class="QLabel" name="label_5">
166 <property name="text">
167 <string>Landline</string>
168 </property>
169 </widget>
170 </item>
171 <item row="4" column="8">
172 <widget class="QLabel" name="label_10">
173 <property name="text">
174 <string>+</string>
175 </property>
176 </widget>
177 </item>
178 <item row="4" column="9">
179 <widget class="QLineEdit" name="countrycode_landline">
180 <property name="sizePolicy">
181 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
182 <horstretch>0</horstretch>
183 <verstretch>0</verstretch>
184 </sizepolicy>
185 </property>
186 <property name="minimumSize">
187 <size>
188 <width>60</width>
189 <height>0</height>
190 </size>
191 </property>
192 <property name="maximumSize">
193 <size>
194 <width>40</width>
195 <height>16777215</height>
196 </size>
197 </property>
198 </widget>
199 </item>
200 <item row="4" column="10">
201 <widget class="QLabel" name="label_6">
202 <property name="text">
203 <string>-</string>
204 </property>
205 </widget>
206 </item>
207 <item row="4" column="11">
208 <widget class="QLineEdit" name="telephone"/>
209 </item>
210 <item row="5" column="0">
211 <widget class="QLabel" name="label_16">
212 <property name="text">
213 <string>Area</string>
214 </property>
215 </widget>
216 </item>
217 <item row="5" column="1" colspan="5">
218 <widget class="QLineEdit" name="area"/>
219 </item>
220 <item row="5" column="6" colspan="2">
221 <widget class="QLabel" name="label_7">
222 <property name="text">
223 <string>Mobile number</string>
224 </property>
225 </widget>
226 </item>
227 <item row="5" column="8">
228 <widget class="QLabel" name="label_8">
229 <property name="text">
230 <string>+</string>
231 </property>
232 </widget>
233 </item>
234 <item row="5" column="9">
235 <widget class="QLineEdit" name="countrycode_mobile">
236 <property name="sizePolicy">
237 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
238 <horstretch>0</horstretch>
239 <verstretch>0</verstretch>
240 </sizepolicy>
241 </property>
242 <property name="minimumSize">
243 <size>
244 <width>40</width>
245 <height>0</height>
246 </size>
247 </property>
248 <property name="maximumSize">
249 <size>
250 <width>60</width>
251 <height>16777215</height>
252 </size>
253 </property>
254 </widget>
255 </item>
256 <item row="5" column="10">
257 <widget class="QLabel" name="label_9">
258 <property name="text">
259 <string>-</string>
260 </property>
261 </widget>
262 </item>
263 <item row="5" column="11">
264 <widget class="QLineEdit" name="mobilenumber"/>
265 </item>
266 <item row="6" column="0">
267 <widget class="QLabel" name="label_17">
268 <property name="text">
269 <string>City</string>
270 </property>
271 </widget>
272 </item>
273 <item row="6" column="1" colspan="5">
274 <widget class="QLineEdit" name="city"/>
275 </item>
276 <item row="6" column="6">
277 <widget class="QLabel" name="label_11">
278 <property name="text">
279 <string>E-mail ID</string>
280 </property>
281 </widget>
282 </item>
283 <item row="6" column="7" colspan="5">
284 <widget class="QLineEdit" name="email"/>
285 </item>
286 <item row="7" column="0">
287 <widget class="QLabel" name="label_18">
288 <property name="text">
289 <string>Areacode</string>
290 </property>
291 </widget>
292 </item>
293 <item row="7" column="1" colspan="5">
294 <widget class="QLineEdit" name="areacode"/>
295 </item>
296 <item row="8" column="0" colspan="3">
297 <widget class="QLabel" name="label_12">
298 <property name="text">
299 <string>Marital status</string>
300 </property>
301 </widget>
302 </item>
303 <item row="8" column="3">
304 <widget class="QRadioButton" name="married">
305 <property name="text">
306 <string>Married</string>
307 </property>
308 </widget>
309 </item>
310 <item row="8" column="4">
311 <widget class="QRadioButton" name="single">
312 <property name="text">
313 <string>Single</string>
314 </property>
315 </widget>
316 </item>
317 <item row="8" column="5" colspan="2">
318 <widget class="QRadioButton" name="unspecified">
319 <property name="text">
320 <string>Unspecified</string>
321 </property>
322 <property name="checked">
323 <bool>true</bool>
324 </property>
325 </widget>
326 </item>
327 </layout>
328 </widget>
329 <widget class="QWidget" name="tab_2">
330 <attribute name="title">
331 <string>Educational Qualifications</string>
332 </attribute>
333 <layout class="QGridLayout" name="gridLayout_3">
334 <item row="0" column="0" colspan="2">
335 <widget class="QLabel" name="label_19">
336 <property name="text">
337 <string>Degree/diploma/certificate name</string>
338 </property>
339 </widget>
340 </item>
341 <item row="0" column="2" colspan="6">
342 <widget class="QLineEdit" name="degree_name"/>
343 </item>
344 <item row="1" column="0" colspan="3">
345 <widget class="QLabel" name="label_20">
346 <property name="text">
347 <string>Month and year of passing/qualification/graduating</string>
348 </property>
349 </widget>
350 </item>
351 <item row="1" column="3" colspan="5">
352 <widget class="QDateEdit" name="yearofpassing">
353 <property name="date">
354 <date>
355 <year>1988</year>
356 <month>1</month>
357 <day>1</day>
358 </date>
359 </property>
360 <property name="displayFormat">
361 <string>MMM, yyyy</string>
362 </property>
363 <property name="calendarPopup">
364 <bool>true</bool>
365 </property>
366 </widget>
367 </item>
368 <item row="2" column="0">
369 <widget class="QLabel" name="label_21">
370 <property name="text">
371 <string>Name of institution</string>
372 </property>
373 </widget>
374 </item>
375 <item row="2" column="1" colspan="3">
376 <widget class="QLineEdit" name="institution"/>
377 </item>
378 <item row="2" column="4">
379 <widget class="QLabel" name="label_22">
380 <property name="text">
381 <string>University</string>
382 </property>
383 </widget>
384 </item>
385 <item row="2" column="5" colspan="3">
386 <widget class="QLineEdit" name="university"/>
387 </item>
388 <item row="3" column="0">
389 <widget class="QLabel" name="label_23">
390 <property name="text">
391 <string>Passing class/grade</string>
392 </property>
393 </widget>
394 </item>
395 <item row="3" column="1" colspan="3">
396 <widget class="QLineEdit" name="grade"/>
397 </item>
398 <item row="3" column="4">
399 <widget class="QLabel" name="label_24">
400 <property name="text">
401 <string>Percentage</string>
402 </property>
403 </widget>
404 </item>
405 <item row="3" column="5" colspan="3">
406 <widget class="QDoubleSpinBox" name="percentage">
407 <property name="maximum">
408 <double>100.000000000000000</double>
409 </property>
410 <property name="singleStep">
411 <double>0.100000000000000</double>
412 </property>
413 <property name="value">
414 <double>50.000000000000000</double>
415 </property>
416 </widget>
417 </item>
418 <item row="4" column="4" colspan="2">
419 <widget class="QPushButton" name="addeducation">
420 <property name="text">
421 <string>&amp;Add</string>
422 </property>
423 </widget>
424 </item>
425 <item row="4" column="6">
426 <widget class="QPushButton" name="updateeducation">
427 <property name="text">
428 <string>&amp;Update</string>
429 </property>
430 </widget>
431 </item>
432 <item row="4" column="7">
433 <widget class="QPushButton" name="deleteeducation">
434 <property name="text">
435 <string>&amp;Delete</string>
436 </property>
437 </widget>
438 </item>
439 <item row="5" column="0" colspan="8">
440 <widget class="QTreeWidget" name="educationlist">
441 <property name="sizePolicy">
442 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
443 <horstretch>0</horstretch>
444 <verstretch>0</verstretch>
445 </sizepolicy>
446 </property>
447 <property name="alternatingRowColors">
448 <bool>true</bool>
449 </property>
450 <property name="rootIsDecorated">
451 <bool>false</bool>
452 </property>
453 <property name="uniformRowHeights">
454 <bool>true</bool>
455 </property>
456 <column>
457 <property name="text">
458 <string>Degree</string>
459 </property>
460 </column>
461 <column>
462 <property name="text">
463 <string>Graduation date</string>
464 </property>
465 </column>
466 <column>
467 <property name="text">
468 <string>Institution</string>
469 </property>
470 </column>
471 <column>
472 <property name="text">
473 <string>University</string>
474 </property>
475 </column>
476 <column>
477 <property name="text">
478 <string>Grade</string>
479 </property>
480 </column>
481 <column>
482 <property name="text">
483 <string>Percentage</string>
484 </property>
485 </column>
486 </widget>
487 </item>
488 </layout>
489 </widget>
490 <widget class="QWidget" name="tab_3">
491 <attribute name="title">
492 <string>Professional History</string>
493 </attribute>
494 <layout class="QGridLayout" name="gridLayout_4">
495 <item row="0" column="0">
496 <widget class="QLabel" name="label_28">
497 <property name="text">
498 <string>Designation/title</string>
499 </property>
500 </widget>
501 </item>
502 <item row="0" column="1" colspan="4">
503 <widget class="QLineEdit" name="positions"/>
504 </item>
505 <item row="1" column="0">
506 <widget class="QLabel" name="label_26">
507 <property name="text">
508 <string>Date of joining post</string>
509 </property>
510 </widget>
511 </item>
512 <item row="1" column="1">
513 <widget class="QDateEdit" name="joindate">
514 <property name="displayFormat">
515 <string>dd MMM, yyyy</string>
516 </property>
517 <property name="calendarPopup">
518 <bool>true</bool>
519 </property>
520 </widget>
521 </item>
522 <item row="2" column="0">
523 <widget class="QLabel" name="label_27">
524 <property name="text">
525 <string>Date of leaving post</string>
526 </property>
527 </widget>
528 </item>
529 <item row="2" column="1">
530 <widget class="QDateEdit" name="leavedate">
531 <property name="date">
532 <date>
533 <year>2003</year>
534 <month>1</month>
535 <day>1</day>
536 </date>
537 </property>
538 <property name="displayFormat">
539 <string>dd MMM, yyyy</string>
540 </property>
541 <property name="calendarPopup">
542 <bool>true</bool>
543 </property>
544 </widget>
545 </item>
546 <item row="2" column="2" colspan="2">
547 <widget class="QCheckBox" name="checkBox">
548 <property name="text">
549 <string>Current employment</string>
550 </property>
551 </widget>
552 </item>
553 <item row="3" column="0">
554 <widget class="QLabel" name="label_25">
555 <property name="text">
556 <string>Organization name</string>
557 </property>
558 </widget>
559 </item>
560 <item row="3" column="1" colspan="4">
561 <widget class="QLineEdit" name="organization"/>
562 </item>
563 <item row="4" column="0">
564 <widget class="QLabel" name="label_30">
565 <property name="text">
566 <string>Additional information</string>
567 </property>
568 </widget>
569 </item>
570 <item row="4" column="1" colspan="4">
571 <widget class="QLineEdit" name="additionalinfo"/>
572 </item>
573 <item row="5" column="2">
574 <widget class="QPushButton" name="addhistory">
575 <property name="text">
576 <string>&amp;Add</string>
577 </property>
578 </widget>
579 </item>
580 <item row="5" column="3">
581 <widget class="QPushButton" name="edithistory">
582 <property name="text">
583 <string>&amp;Edit</string>
584 </property>
585 </widget>
586 </item>
587 <item row="5" column="4">
588 <widget class="QPushButton" name="deletehistory">
589 <property name="text">
590 <string>&amp;Delete</string>
591 </property>
592 </widget>
593 </item>
594 <item row="6" column="0" colspan="5">
595 <widget class="QColumnView" name="historylist"/>
596 </item>
597 </layout>
598 </widget>
599 <widget class="QWidget" name="tab_4">
600 <attribute name="title">
601 <string>Skill sets</string>
602 </attribute>
603 <layout class="QGridLayout" name="gridLayout_5">
604 <item row="0" column="0">
605 <widget class="QLabel" name="label_29">
606 <property name="text">
607 <string>Skill set title</string>
608 </property>
609 </widget>
610 </item>
611 <item row="0" column="1" colspan="3">
612 <widget class="QLineEdit" name="skillsettitle"/>
613 </item>
614 <item row="1" column="0">
615 <widget class="QLabel" name="label_31">
616 <property name="text">
617 <string>Description/details</string>
618 </property>
619 </widget>
620 </item>
621 <item row="1" column="1" colspan="3">
622 <widget class="QPlainTextEdit" name="skilldescription">
623 <property name="sizePolicy">
624 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
625 <horstretch>0</horstretch>
626 <verstretch>0</verstretch>
627 </sizepolicy>
628 </property>
629 <property name="minimumSize">
630 <size>
631 <width>0</width>
632 <height>120</height>
633 </size>
634 </property>
635 <property name="maximumSize">
636 <size>
637 <width>16777215</width>
638 <height>120</height>
639 </size>
640 </property>
641 <property name="verticalScrollBarPolicy">
642 <enum>Qt::ScrollBarAlwaysOn</enum>
643 </property>
644 </widget>
645 </item>
646 <item row="2" column="1">
647 <widget class="QPushButton" name="addskill">
648 <property name="text">
649 <string>&amp;Add</string>
650 </property>
651 </widget>
652 </item>
653 <item row="2" column="2">
654 <widget class="QPushButton" name="editskill">
655 <property name="text">
656 <string>&amp;Edit</string>
657 </property>
658 </widget>
659 </item>
660 <item row="2" column="3">
661 <widget class="QPushButton" name="deleteskill">
662 <property name="text">
663 <string>&amp;Delete</string>
664 </property>
665 </widget>
666 </item>
667 <item row="3" column="0" colspan="4">
668 <widget class="QColumnView" name="skillslist"/>
669 </item>
670 </layout>
671 </widget>
672 <widget class="QWidget" name="tab_5">
673 <attribute name="title">
674 <string>Additional information</string>
675 </attribute>
676 <layout class="QGridLayout" name="gridLayout_7">
677 <item row="0" column="0">
678 <widget class="QFrame" name="frame">
679 <property name="frameShape">
680 <enum>QFrame::Panel</enum>
681 </property>
682 <property name="frameShadow">
683 <enum>QFrame::Sunken</enum>
684 </property>
685 <layout class="QGridLayout" name="gridLayout_6">
686 <item row="0" column="0" colspan="2">
687 <widget class="QLabel" name="label_32">
688 <property name="font">
689 <font>
690 <weight>75</weight>
691 <bold>true</bold>
692 </font>
693 </property>
694 <property name="text">
695 <string>Languages known</string>
696 </property>
697 </widget>
698 </item>
699 <item row="1" column="0">
700 <widget class="QLabel" name="label_33">
701 <property name="text">
702 <string>Language</string>
703 </property>
704 </widget>
705 </item>
706 <item row="1" column="1">
707 <widget class="QLineEdit" name="lineEdit"/>
708 </item>
709 <item row="1" column="2">
710 <widget class="QCheckBox" name="checkBox_2">
711 <property name="text">
712 <string>Spoken</string>
713 </property>
714 <property name="checked">
715 <bool>true</bool>
716 </property>
717 </widget>
718 </item>
719 <item row="1" column="3" colspan="2">
720 <widget class="QCheckBox" name="checkBox_3">
721 <property name="text">
722 <string>Written</string>
723 </property>
724 </widget>
725 </item>
726 <item row="1" column="5" colspan="2">
727 <widget class="QCheckBox" name="checkBox_4">
728 <property name="text">
729 <string>Proficient</string>
730 </property>
731 </widget>
732 </item>
733 <item row="2" column="2" colspan="2">
734 <widget class="QPushButton" name="addlanguage">
735 <property name="text">
736 <string>&amp;Add</string>
737 </property>
738 </widget>
739 </item>
740 <item row="2" column="4" colspan="2">
741 <widget class="QPushButton" name="editlanguage">
742 <property name="text">
743 <string>&amp;Edit</string>
744 </property>
745 </widget>
746 </item>
747 <item row="2" column="6">
748 <widget class="QPushButton" name="deletelanguage">
749 <property name="text">
750 <string>&amp;Delete</string>
751 </property>
752 </widget>
753 </item>
754 <item row="3" column="0" colspan="7">
755 <widget class="QColumnView" name="languageslist"/>
756 </item>
757 </layout>
758 </widget>
759 </item>
760 <item row="1" column="0">
761 <widget class="QLabel" name="label_34">
762 <property name="text">
763 <string>Additional information/disclaimer/declaration (added at the bottom of the CV)</string>
764 </property>
765 </widget>
766 </item>
767 <item row="3" column="0">
768 <widget class="QPlainTextEdit" name="additionalinformation">
769 <property name="verticalScrollBarPolicy">
770 <enum>Qt::ScrollBarAlwaysOn</enum>
771 </property>
772 </widget>
773 </item>
774 </layout>
775 </widget>
776 </widget>
777 </item>
778 </layout>
779 </widget>
780 <widget class="QMenuBar" name="menubar">
781 <property name="geometry">
782 <rect>
783 <x>0</x>
784 <y>0</y>
785 <width>730</width>
786 <height>21</height>
787 </rect>
788 </property>
789 <widget class="QMenu" name="menu_File">
790 <property name="title">
791 <string>&amp;File</string>
792 </property>
793 <widget class="QMenu" name="menu_Export">
794 <property name="title">
795 <string>&amp;Export</string>
796 </property>
797 <addaction name="action_HTML"/>
798 <addaction name="actionOpenDocument_ODT"/>
799 </widget>
800 <addaction name="action_New"/>
801 <addaction name="action_Save"/>
802 <addaction name="separator"/>
803 <addaction name="action_Save_2"/>
804 <addaction name="actionSave_As"/>
805 <addaction name="menu_Export"/>
806 <addaction name="separator"/>
807 <addaction name="actionE_xit"/>
808 </widget>
809 <widget class="QMenu" name="menu_Help">
810 <property name="title">
811 <string>&amp;Help</string>
812 </property>
813 <addaction name="action_About"/>
814 </widget>
815 <addaction name="menu_File"/>
816 <addaction name="menu_Help"/>
817 </widget>
818 <widget class="QStatusBar" name="statusbar"/>
819 <action name="action_New">
820 <property name="text">
821 <string>&amp;New</string>
822 </property>
823 </action>
824 <action name="action_Save">
825 <property name="text">
826 <string>&amp;Open...</string>
827 </property>
828 </action>
829 <action name="action_Save_2">
830 <property name="text">
831 <string>&amp;Save</string>
832 </property>
833 </action>
834 <action name="actionSave_As">
835 <property name="text">
836 <string>Save &amp;As...</string>
837 </property>
838 </action>
839 <action name="action_HTML">
840 <property name="text">
841 <string>&amp;HTML...</string>
842 </property>
843 </action>
844 <action name="actionOpenDocument_ODT">
845 <property name="text">
846 <string>OpenDocument ODT...</string>
847 </property>
848 </action>
849 <action name="actionE_xit">
850 <property name="text">
851 <string>E&amp;xit</string>
852 </property>
853 </action>
854 <action name="action_About">
855 <property name="text">
856 <string>&amp;About</string>
857 </property>
858 </action>
859 </widget>
860 <resources/>
861 <connections>
862 <connection>
863 <sender>addeducation</sender>
864 <signal>clicked()</signal>
865 <receiver>biacv_mainwindow</receiver>
866 <slot>on_add_education()</slot>
867 <hints>
868 <hint type="sourcelabel">
869 <x>534</x>
870 <y>198</y>
871 </hint>
872 <hint type="destinationlabel">
873 <x>730</x>
874 <y>144</y>
875 </hint>
876 </hints>
877 </connection>
878 <connection>
879 <sender>deleteeducation</sender>
880 <signal>clicked()</signal>
881 <receiver>biacv_mainwindow</receiver>
882 <slot>on_delete_education()</slot>
883 <hints>
884 <hint type="sourcelabel">
885 <x>677</x>
886 <y>198</y>
887 </hint>
888 <hint type="destinationlabel">
889 <x>728</x>
890 <y>437</y>
891 </hint>
892 </hints>
893 </connection>
894 </connections>
895 <slots>
896 <slot>on_add_education()</slot>
897 <slot>on_delete_education()</slot>
898 </slots>
899 </ui>