Changes to templates to include e-mail as a link
[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 <property name="windowIcon">
17 <iconset resource="biacv_res.qrc">
18 <normaloff>:/icon/res/icon.svg</normaloff>:/icon/res/icon.svg</iconset>
19 </property>
20 <widget class="QWidget" name="centralwidget">
21 <layout class="QGridLayout" name="gridLayout_2">
22 <item row="0" column="0">
23 <widget class="QLabel" name="label">
24 <property name="text">
25 <string>CV title</string>
26 </property>
27 </widget>
28 </item>
29 <item row="0" column="1">
30 <widget class="QLineEdit" name="title"/>
31 </item>
32 <item row="1" column="0" colspan="2">
33 <widget class="QTabWidget" name="pages">
34 <property name="autoFillBackground">
35 <bool>false</bool>
36 </property>
37 <property name="tabShape">
38 <enum>QTabWidget::Rounded</enum>
39 </property>
40 <property name="currentIndex">
41 <number>0</number>
42 </property>
43 <property name="usesScrollButtons">
44 <bool>true</bool>
45 </property>
46 <property name="documentMode">
47 <bool>true</bool>
48 </property>
49 <widget class="QWidget" name="tab">
50 <attribute name="title">
51 <string>Personal information</string>
52 </attribute>
53 <layout class="QGridLayout" name="gridLayout">
54 <item row="0" column="4">
55 <widget class="QLabel" name="label_13">
56 <property name="sizePolicy">
57 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
58 <horstretch>0</horstretch>
59 <verstretch>0</verstretch>
60 </sizepolicy>
61 </property>
62 <property name="text">
63 <string>First name</string>
64 </property>
65 </widget>
66 </item>
67 <item row="0" column="8" colspan="2">
68 <widget class="QLabel" name="label_14">
69 <property name="sizePolicy">
70 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
71 <horstretch>0</horstretch>
72 <verstretch>0</verstretch>
73 </sizepolicy>
74 </property>
75 <property name="text">
76 <string>Last name</string>
77 </property>
78 </widget>
79 </item>
80 <item row="1" column="0">
81 <widget class="QLabel" name="label_2">
82 <property name="text">
83 <string>Title</string>
84 </property>
85 </widget>
86 </item>
87 <item row="1" column="2" colspan="2">
88 <widget class="QComboBox" name="nametitle">
89 <property name="editable">
90 <bool>true</bool>
91 </property>
92 <item>
93 <property name="text">
94 <string/>
95 </property>
96 </item>
97 <item>
98 <property name="text">
99 <string>Mr.</string>
100 </property>
101 </item>
102 <item>
103 <property name="text">
104 <string>Mrs.</string>
105 </property>
106 </item>
107 <item>
108 <property name="text">
109 <string>Ms.</string>
110 </property>
111 </item>
112 <item>
113 <property name="text">
114 <string>Dr.</string>
115 </property>
116 </item>
117 </widget>
118 </item>
119 <item row="1" column="4" colspan="2">
120 <widget class="QLineEdit" name="firstname">
121 <property name="text">
122 <string/>
123 </property>
124 </widget>
125 </item>
126 <item row="1" column="8" colspan="4">
127 <widget class="QLineEdit" name="lastname">
128 <property name="text">
129 <string/>
130 </property>
131 </widget>
132 </item>
133 <item row="2" column="0" colspan="2">
134 <widget class="QLabel" name="label_3">
135 <property name="text">
136 <string>Date of birth</string>
137 </property>
138 </widget>
139 </item>
140 <item row="2" column="3" colspan="2">
141 <widget class="QDateEdit" name="dateofbirth">
142 <property name="date">
143 <date>
144 <year>1970</year>
145 <month>1</month>
146 <day>1</day>
147 </date>
148 </property>
149 <property name="displayFormat">
150 <string>dd MMM, yyyy</string>
151 </property>
152 <property name="calendarPopup">
153 <bool>true</bool>
154 </property>
155 </widget>
156 </item>
157 <item row="3" column="0" colspan="4">
158 <widget class="QLabel" name="label_4">
159 <property name="sizePolicy">
160 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
161 <horstretch>0</horstretch>
162 <verstretch>0</verstretch>
163 </sizepolicy>
164 </property>
165 <property name="text">
166 <string>Residential address</string>
167 </property>
168 </widget>
169 </item>
170 <item row="4" column="0">
171 <widget class="QLabel" name="label_15">
172 <property name="text">
173 <string>Street</string>
174 </property>
175 </widget>
176 </item>
177 <item row="4" column="1" colspan="4">
178 <widget class="QLineEdit" name="street"/>
179 </item>
180 <item row="4" column="5">
181 <widget class="QLabel" name="label_5">
182 <property name="text">
183 <string>Landline</string>
184 </property>
185 </widget>
186 </item>
187 <item row="4" column="8">
188 <widget class="QLabel" name="label_10">
189 <property name="text">
190 <string>+</string>
191 </property>
192 </widget>
193 </item>
194 <item row="4" column="9">
195 <widget class="QLineEdit" name="countrycode_landline">
196 <property name="sizePolicy">
197 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
198 <horstretch>0</horstretch>
199 <verstretch>0</verstretch>
200 </sizepolicy>
201 </property>
202 <property name="minimumSize">
203 <size>
204 <width>60</width>
205 <height>0</height>
206 </size>
207 </property>
208 <property name="maximumSize">
209 <size>
210 <width>40</width>
211 <height>16777215</height>
212 </size>
213 </property>
214 </widget>
215 </item>
216 <item row="4" column="10">
217 <widget class="QLabel" name="label_6">
218 <property name="text">
219 <string>-</string>
220 </property>
221 </widget>
222 </item>
223 <item row="4" column="11">
224 <widget class="QLineEdit" name="telephone"/>
225 </item>
226 <item row="5" column="0">
227 <widget class="QLabel" name="label_16">
228 <property name="text">
229 <string>Area</string>
230 </property>
231 </widget>
232 </item>
233 <item row="5" column="1" colspan="4">
234 <widget class="QLineEdit" name="area"/>
235 </item>
236 <item row="5" column="5" colspan="3">
237 <widget class="QLabel" name="label_7">
238 <property name="text">
239 <string>Mobile number</string>
240 </property>
241 </widget>
242 </item>
243 <item row="5" column="8">
244 <widget class="QLabel" name="label_8">
245 <property name="text">
246 <string>+</string>
247 </property>
248 </widget>
249 </item>
250 <item row="5" column="9">
251 <widget class="QLineEdit" name="countrycode_mobile">
252 <property name="sizePolicy">
253 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
254 <horstretch>0</horstretch>
255 <verstretch>0</verstretch>
256 </sizepolicy>
257 </property>
258 <property name="minimumSize">
259 <size>
260 <width>40</width>
261 <height>0</height>
262 </size>
263 </property>
264 <property name="maximumSize">
265 <size>
266 <width>60</width>
267 <height>16777215</height>
268 </size>
269 </property>
270 </widget>
271 </item>
272 <item row="5" column="10">
273 <widget class="QLabel" name="label_9">
274 <property name="text">
275 <string>-</string>
276 </property>
277 </widget>
278 </item>
279 <item row="5" column="11">
280 <widget class="QLineEdit" name="mobilenumber"/>
281 </item>
282 <item row="6" column="0">
283 <widget class="QLabel" name="label_17">
284 <property name="text">
285 <string>City</string>
286 </property>
287 </widget>
288 </item>
289 <item row="6" column="1" colspan="4">
290 <widget class="QLineEdit" name="city"/>
291 </item>
292 <item row="6" column="5">
293 <widget class="QLabel" name="label_11">
294 <property name="text">
295 <string>E-mail ID</string>
296 </property>
297 </widget>
298 </item>
299 <item row="6" column="6" colspan="6">
300 <widget class="QLineEdit" name="email"/>
301 </item>
302 <item row="7" column="0">
303 <widget class="QLabel" name="label_18">
304 <property name="text">
305 <string>Areacode</string>
306 </property>
307 </widget>
308 </item>
309 <item row="7" column="1" colspan="4">
310 <widget class="QLineEdit" name="areacode"/>
311 </item>
312 <item row="7" column="5" colspan="2">
313 <widget class="QLabel" name="label_37">
314 <property name="text">
315 <string>Country</string>
316 </property>
317 </widget>
318 </item>
319 <item row="7" column="7" colspan="5">
320 <widget class="QLineEdit" name="country"/>
321 </item>
322 <item row="8" column="0" colspan="3">
323 <widget class="QLabel" name="label_12">
324 <property name="text">
325 <string>Marital status</string>
326 </property>
327 </widget>
328 </item>
329 <item row="8" column="3">
330 <widget class="QRadioButton" name="married">
331 <property name="text">
332 <string>Married</string>
333 </property>
334 </widget>
335 </item>
336 <item row="8" column="4">
337 <widget class="QRadioButton" name="single">
338 <property name="text">
339 <string>Single</string>
340 </property>
341 </widget>
342 </item>
343 <item row="8" column="5">
344 <widget class="QRadioButton" name="unspecified">
345 <property name="text">
346 <string>Unspecified</string>
347 </property>
348 <property name="checked">
349 <bool>true</bool>
350 </property>
351 </widget>
352 </item>
353 </layout>
354 </widget>
355 <widget class="QWidget" name="tab_7">
356 <attribute name="title">
357 <string>Profile</string>
358 </attribute>
359 <layout class="QGridLayout" name="gridLayout_9">
360 <item row="0" column="0">
361 <widget class="QLabel" name="label_38">
362 <property name="text">
363 <string>Profile main highlights (one per line)</string>
364 </property>
365 </widget>
366 </item>
367 <item row="1" column="0">
368 <widget class="QPlainTextEdit" name="profile">
369 <property name="verticalScrollBarPolicy">
370 <enum>Qt::ScrollBarAlwaysOn</enum>
371 </property>
372 </widget>
373 </item>
374 </layout>
375 </widget>
376 <widget class="QWidget" name="tab_2">
377 <attribute name="title">
378 <string>Educational Qualifications</string>
379 </attribute>
380 <layout class="QGridLayout" name="gridLayout_3">
381 <item row="0" column="0" colspan="2">
382 <widget class="QLabel" name="label_19">
383 <property name="text">
384 <string>Degree/diploma/certificate name</string>
385 </property>
386 </widget>
387 </item>
388 <item row="0" column="2" colspan="6">
389 <widget class="QLineEdit" name="degree_name"/>
390 </item>
391 <item row="1" column="0" colspan="3">
392 <widget class="QLabel" name="label_20">
393 <property name="text">
394 <string>Month and year of passing/qualification/graduating</string>
395 </property>
396 </widget>
397 </item>
398 <item row="1" column="3" colspan="5">
399 <widget class="QDateEdit" name="yearofpassing">
400 <property name="date">
401 <date>
402 <year>1988</year>
403 <month>1</month>
404 <day>1</day>
405 </date>
406 </property>
407 <property name="displayFormat">
408 <string>MMM, yyyy</string>
409 </property>
410 <property name="calendarPopup">
411 <bool>true</bool>
412 </property>
413 </widget>
414 </item>
415 <item row="2" column="0">
416 <widget class="QLabel" name="label_21">
417 <property name="text">
418 <string>Name of institution</string>
419 </property>
420 </widget>
421 </item>
422 <item row="2" column="1" colspan="3">
423 <widget class="QLineEdit" name="institution"/>
424 </item>
425 <item row="2" column="4">
426 <widget class="QLabel" name="label_22">
427 <property name="text">
428 <string>University</string>
429 </property>
430 </widget>
431 </item>
432 <item row="2" column="5" colspan="3">
433 <widget class="QLineEdit" name="university"/>
434 </item>
435 <item row="3" column="0">
436 <widget class="QLabel" name="label_23">
437 <property name="text">
438 <string>Passing class/grade</string>
439 </property>
440 </widget>
441 </item>
442 <item row="3" column="1" colspan="3">
443 <widget class="QLineEdit" name="grade"/>
444 </item>
445 <item row="3" column="4">
446 <widget class="QLabel" name="label_24">
447 <property name="text">
448 <string>Percentage</string>
449 </property>
450 </widget>
451 </item>
452 <item row="3" column="5" colspan="3">
453 <widget class="QDoubleSpinBox" name="percentage">
454 <property name="maximum">
455 <double>100.000000000000000</double>
456 </property>
457 <property name="singleStep">
458 <double>0.100000000000000</double>
459 </property>
460 <property name="value">
461 <double>50.000000000000000</double>
462 </property>
463 </widget>
464 </item>
465 <item row="4" column="4" colspan="2">
466 <widget class="QPushButton" name="addeducation">
467 <property name="text">
468 <string>&amp;Add</string>
469 </property>
470 </widget>
471 </item>
472 <item row="4" column="6">
473 <widget class="QPushButton" name="updateeducation">
474 <property name="text">
475 <string>&amp;Update</string>
476 </property>
477 </widget>
478 </item>
479 <item row="4" column="7">
480 <widget class="QPushButton" name="deleteeducation">
481 <property name="text">
482 <string>&amp;Delete</string>
483 </property>
484 </widget>
485 </item>
486 <item row="5" column="0" colspan="8">
487 <widget class="QTreeWidget" name="educationlist">
488 <property name="sizePolicy">
489 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
490 <horstretch>0</horstretch>
491 <verstretch>0</verstretch>
492 </sizepolicy>
493 </property>
494 <property name="alternatingRowColors">
495 <bool>true</bool>
496 </property>
497 <property name="rootIsDecorated">
498 <bool>false</bool>
499 </property>
500 <property name="uniformRowHeights">
501 <bool>true</bool>
502 </property>
503 <column>
504 <property name="text">
505 <string>Degree</string>
506 </property>
507 </column>
508 <column>
509 <property name="text">
510 <string>Graduation date</string>
511 </property>
512 </column>
513 <column>
514 <property name="text">
515 <string>Institution</string>
516 </property>
517 </column>
518 <column>
519 <property name="text">
520 <string>University</string>
521 </property>
522 </column>
523 <column>
524 <property name="text">
525 <string>Grade</string>
526 </property>
527 </column>
528 <column>
529 <property name="text">
530 <string>Percentage</string>
531 </property>
532 </column>
533 </widget>
534 </item>
535 </layout>
536 </widget>
537 <widget class="QWidget" name="tab_3">
538 <attribute name="title">
539 <string>Professional History</string>
540 </attribute>
541 <layout class="QGridLayout" name="gridLayout_4">
542 <item row="0" column="0">
543 <widget class="QLabel" name="label_28">
544 <property name="text">
545 <string>Designation/title</string>
546 </property>
547 </widget>
548 </item>
549 <item row="0" column="1" colspan="4">
550 <widget class="QLineEdit" name="designation"/>
551 </item>
552 <item row="1" column="0">
553 <widget class="QLabel" name="label_26">
554 <property name="text">
555 <string>Date of joining post</string>
556 </property>
557 </widget>
558 </item>
559 <item row="1" column="1">
560 <widget class="QDateEdit" name="joindate">
561 <property name="displayFormat">
562 <string>dd MMM, yyyy</string>
563 </property>
564 <property name="calendarPopup">
565 <bool>true</bool>
566 </property>
567 </widget>
568 </item>
569 <item row="2" column="0">
570 <widget class="QLabel" name="label_27">
571 <property name="text">
572 <string>Date of leaving post</string>
573 </property>
574 </widget>
575 </item>
576 <item row="2" column="1">
577 <widget class="QDateEdit" name="leavedate">
578 <property name="date">
579 <date>
580 <year>2003</year>
581 <month>1</month>
582 <day>1</day>
583 </date>
584 </property>
585 <property name="displayFormat">
586 <string>dd MMM, yyyy</string>
587 </property>
588 <property name="calendarPopup">
589 <bool>true</bool>
590 </property>
591 </widget>
592 </item>
593 <item row="2" column="2" colspan="2">
594 <widget class="QCheckBox" name="currentemployment">
595 <property name="text">
596 <string>Current employment</string>
597 </property>
598 </widget>
599 </item>
600 <item row="3" column="0">
601 <widget class="QLabel" name="label_25">
602 <property name="text">
603 <string>Organization name</string>
604 </property>
605 </widget>
606 </item>
607 <item row="3" column="1" colspan="4">
608 <widget class="QLineEdit" name="organization"/>
609 </item>
610 <item row="4" column="0">
611 <widget class="QLabel" name="label_30">
612 <property name="text">
613 <string>Additional information</string>
614 </property>
615 </widget>
616 </item>
617 <item row="4" column="1" colspan="4">
618 <widget class="QLineEdit" name="additionalinfo"/>
619 </item>
620 <item row="5" column="2">
621 <widget class="QPushButton" name="addhistory">
622 <property name="text">
623 <string>&amp;Add</string>
624 </property>
625 </widget>
626 </item>
627 <item row="5" column="3">
628 <widget class="QPushButton" name="updatehistory">
629 <property name="text">
630 <string>&amp;Update</string>
631 </property>
632 </widget>
633 </item>
634 <item row="5" column="4">
635 <widget class="QPushButton" name="deletehistory">
636 <property name="text">
637 <string>&amp;Delete</string>
638 </property>
639 </widget>
640 </item>
641 <item row="6" column="0" colspan="5">
642 <widget class="QTreeWidget" name="professionlist">
643 <property name="alternatingRowColors">
644 <bool>true</bool>
645 </property>
646 <property name="rootIsDecorated">
647 <bool>false</bool>
648 </property>
649 <property name="uniformRowHeights">
650 <bool>true</bool>
651 </property>
652 <column>
653 <property name="text">
654 <string>Job title</string>
655 </property>
656 </column>
657 <column>
658 <property name="text">
659 <string>Date of joining</string>
660 </property>
661 </column>
662 <column>
663 <property name="text">
664 <string>Date of leaving</string>
665 </property>
666 </column>
667 <column>
668 <property name="text">
669 <string>Organization</string>
670 </property>
671 </column>
672 <column>
673 <property name="text">
674 <string>Additional info</string>
675 </property>
676 </column>
677 </widget>
678 </item>
679 </layout>
680 </widget>
681 <widget class="QWidget" name="tab_6">
682 <attribute name="title">
683 <string>Career objectives</string>
684 </attribute>
685 <layout class="QGridLayout" name="gridLayout_8">
686 <item row="0" column="0">
687 <widget class="QLabel" name="label_35">
688 <property name="text">
689 <string>Short term career objectives (one per line)</string>
690 </property>
691 </widget>
692 </item>
693 <item row="1" column="0">
694 <widget class="QPlainTextEdit" name="shorttermcareer">
695 <property name="verticalScrollBarPolicy">
696 <enum>Qt::ScrollBarAlwaysOn</enum>
697 </property>
698 </widget>
699 </item>
700 <item row="2" column="0">
701 <widget class="QLabel" name="label_36">
702 <property name="text">
703 <string>Long term career goals (one per line)</string>
704 </property>
705 </widget>
706 </item>
707 <item row="3" column="0">
708 <widget class="QPlainTextEdit" name="longtermgoals">
709 <property name="verticalScrollBarPolicy">
710 <enum>Qt::ScrollBarAlwaysOn</enum>
711 </property>
712 </widget>
713 </item>
714 </layout>
715 </widget>
716 <widget class="QWidget" name="tab_4">
717 <attribute name="title">
718 <string>Skill sets</string>
719 </attribute>
720 <layout class="QGridLayout" name="gridLayout_5">
721 <item row="0" column="0">
722 <widget class="QLabel" name="label_29">
723 <property name="text">
724 <string>Skill set title</string>
725 </property>
726 </widget>
727 </item>
728 <item row="0" column="1" colspan="3">
729 <widget class="QLineEdit" name="skillsettitle"/>
730 </item>
731 <item row="1" column="0">
732 <widget class="QLabel" name="label_31">
733 <property name="text">
734 <string>Description/details</string>
735 </property>
736 </widget>
737 </item>
738 <item row="1" column="1" colspan="3">
739 <widget class="QPlainTextEdit" name="skilldescription">
740 <property name="sizePolicy">
741 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
742 <horstretch>0</horstretch>
743 <verstretch>0</verstretch>
744 </sizepolicy>
745 </property>
746 <property name="minimumSize">
747 <size>
748 <width>0</width>
749 <height>120</height>
750 </size>
751 </property>
752 <property name="maximumSize">
753 <size>
754 <width>16777215</width>
755 <height>120</height>
756 </size>
757 </property>
758 <property name="verticalScrollBarPolicy">
759 <enum>Qt::ScrollBarAlwaysOn</enum>
760 </property>
761 </widget>
762 </item>
763 <item row="2" column="1">
764 <widget class="QPushButton" name="addskill">
765 <property name="text">
766 <string>&amp;Add</string>
767 </property>
768 </widget>
769 </item>
770 <item row="2" column="2">
771 <widget class="QPushButton" name="updateskill">
772 <property name="text">
773 <string>&amp;Update</string>
774 </property>
775 </widget>
776 </item>
777 <item row="2" column="3">
778 <widget class="QPushButton" name="deleteskill">
779 <property name="text">
780 <string>&amp;Delete</string>
781 </property>
782 </widget>
783 </item>
784 <item row="3" column="0" colspan="4">
785 <widget class="QTreeWidget" name="skillslist">
786 <property name="alternatingRowColors">
787 <bool>true</bool>
788 </property>
789 <property name="rootIsDecorated">
790 <bool>false</bool>
791 </property>
792 <property name="uniformRowHeights">
793 <bool>true</bool>
794 </property>
795 <column>
796 <property name="text">
797 <string>Skill set</string>
798 </property>
799 </column>
800 <column>
801 <property name="text">
802 <string>Description</string>
803 </property>
804 </column>
805 </widget>
806 </item>
807 </layout>
808 </widget>
809 <widget class="QWidget" name="tab_5">
810 <attribute name="title">
811 <string>Additional information</string>
812 </attribute>
813 <layout class="QGridLayout" name="gridLayout_7">
814 <item row="0" column="0">
815 <widget class="QFrame" name="frame">
816 <property name="frameShape">
817 <enum>QFrame::Panel</enum>
818 </property>
819 <property name="frameShadow">
820 <enum>QFrame::Sunken</enum>
821 </property>
822 <layout class="QGridLayout" name="gridLayout_6">
823 <item row="0" column="0" colspan="2">
824 <widget class="QLabel" name="label_32">
825 <property name="font">
826 <font>
827 <weight>75</weight>
828 <bold>true</bold>
829 </font>
830 </property>
831 <property name="text">
832 <string>Languages known</string>
833 </property>
834 </widget>
835 </item>
836 <item row="1" column="0">
837 <widget class="QLabel" name="label_33">
838 <property name="text">
839 <string>Language</string>
840 </property>
841 </widget>
842 </item>
843 <item row="1" column="1">
844 <widget class="QLineEdit" name="language"/>
845 </item>
846 <item row="1" column="2">
847 <widget class="QCheckBox" name="canspeak">
848 <property name="text">
849 <string>Spoken</string>
850 </property>
851 <property name="checked">
852 <bool>true</bool>
853 </property>
854 </widget>
855 </item>
856 <item row="1" column="3" colspan="2">
857 <widget class="QCheckBox" name="canreadwrite">
858 <property name="text">
859 <string>Read/write</string>
860 </property>
861 </widget>
862 </item>
863 <item row="1" column="5" colspan="2">
864 <widget class="QCheckBox" name="isproficient">
865 <property name="text">
866 <string>Proficient</string>
867 </property>
868 </widget>
869 </item>
870 <item row="2" column="2" colspan="2">
871 <widget class="QPushButton" name="addlanguage">
872 <property name="text">
873 <string>&amp;Add</string>
874 </property>
875 </widget>
876 </item>
877 <item row="2" column="4" colspan="2">
878 <widget class="QPushButton" name="updatelanguage">
879 <property name="text">
880 <string>&amp;Update</string>
881 </property>
882 </widget>
883 </item>
884 <item row="2" column="6">
885 <widget class="QPushButton" name="deletelanguage">
886 <property name="text">
887 <string>&amp;Delete</string>
888 </property>
889 </widget>
890 </item>
891 <item row="3" column="0" colspan="7">
892 <widget class="QTreeWidget" name="languageslist">
893 <property name="alternatingRowColors">
894 <bool>true</bool>
895 </property>
896 <property name="rootIsDecorated">
897 <bool>false</bool>
898 </property>
899 <property name="uniformRowHeights">
900 <bool>true</bool>
901 </property>
902 <column>
903 <property name="text">
904 <string>Language</string>
905 </property>
906 </column>
907 <column>
908 <property name="text">
909 <string>Can speak</string>
910 </property>
911 </column>
912 <column>
913 <property name="text">
914 <string>Can read/write</string>
915 </property>
916 </column>
917 <column>
918 <property name="text">
919 <string>Proficient</string>
920 </property>
921 </column>
922 </widget>
923 </item>
924 </layout>
925 </widget>
926 </item>
927 <item row="1" column="0">
928 <widget class="QLabel" name="label_34">
929 <property name="text">
930 <string>Additional information/disclaimer/declaration (added at the bottom of the CV)</string>
931 </property>
932 </widget>
933 </item>
934 <item row="3" column="0">
935 <widget class="QPlainTextEdit" name="additionalinformation">
936 <property name="verticalScrollBarPolicy">
937 <enum>Qt::ScrollBarAlwaysOn</enum>
938 </property>
939 </widget>
940 </item>
941 </layout>
942 </widget>
943 </widget>
944 </item>
945 </layout>
946 </widget>
947 <widget class="QMenuBar" name="menubar">
948 <property name="geometry">
949 <rect>
950 <x>0</x>
951 <y>0</y>
952 <width>730</width>
953 <height>21</height>
954 </rect>
955 </property>
956 <widget class="QMenu" name="menu_File">
957 <property name="title">
958 <string>&amp;File</string>
959 </property>
960 <addaction name="action_New"/>
961 <addaction name="action_Open"/>
962 <addaction name="separator"/>
963 <addaction name="action_Save"/>
964 <addaction name="actionSave_As"/>
965 <addaction name="action_Export"/>
966 <addaction name="separator"/>
967 <addaction name="actionE_xit"/>
968 </widget>
969 <widget class="QMenu" name="menu_Help">
970 <property name="title">
971 <string>&amp;Help</string>
972 </property>
973 <addaction name="action_About"/>
974 </widget>
975 <addaction name="menu_File"/>
976 <addaction name="menu_Help"/>
977 </widget>
978 <widget class="QStatusBar" name="statusbar"/>
979 <action name="action_New">
980 <property name="text">
981 <string>&amp;New</string>
982 </property>
983 <property name="statusTip">
984 <string>Create a new file</string>
985 </property>
986 </action>
987 <action name="action_Open">
988 <property name="text">
989 <string>&amp;Open...</string>
990 </property>
991 <property name="statusTip">
992 <string>Open an existing file</string>
993 </property>
994 </action>
995 <action name="action_Save">
996 <property name="text">
997 <string>&amp;Save</string>
998 </property>
999 <property name="statusTip">
1000 <string>Save current file</string>
1001 </property>
1002 <property name="shortcut">
1003 <string>Ctrl+S</string>
1004 </property>
1005 </action>
1006 <action name="actionSave_As">
1007 <property name="text">
1008 <string>Save &amp;As...</string>
1009 </property>
1010 <property name="statusTip">
1011 <string>Save as a different file</string>
1012 </property>
1013 </action>
1014 <action name="action_HTML">
1015 <property name="text">
1016 <string>&amp;HTML...</string>
1017 </property>
1018 <property name="statusTip">
1019 <string>Export as HTML document</string>
1020 </property>
1021 </action>
1022 <action name="actionOpenDocument_ODT">
1023 <property name="text">
1024 <string>OpenDocument ODT...</string>
1025 </property>
1026 <property name="statusTip">
1027 <string>Export as an OpenOffice document</string>
1028 </property>
1029 </action>
1030 <action name="actionE_xit">
1031 <property name="text">
1032 <string>E&amp;xit</string>
1033 </property>
1034 </action>
1035 <action name="action_About">
1036 <property name="text">
1037 <string>&amp;About</string>
1038 </property>
1039 <property name="statusTip">
1040 <string>Show program information</string>
1041 </property>
1042 </action>
1043 <action name="action_Export">
1044 <property name="text">
1045 <string>&amp;Export...</string>
1046 </property>
1047 <property name="statusTip">
1048 <string>Export the current document using templates to other formats</string>
1049 </property>
1050 </action>
1051 </widget>
1052 <resources>
1053 <include location="biacv_res.qrc"/>
1054 </resources>
1055 <connections>
1056 <connection>
1057 <sender>addeducation</sender>
1058 <signal>clicked()</signal>
1059 <receiver>biacv_mainwindow</receiver>
1060 <slot>on_add_education()</slot>
1061 <hints>
1062 <hint type="sourcelabel">
1063 <x>430</x>
1064 <y>212</y>
1065 </hint>
1066 <hint type="destinationlabel">
1067 <x>730</x>
1068 <y>144</y>
1069 </hint>
1070 </hints>
1071 </connection>
1072 <connection>
1073 <sender>deleteeducation</sender>
1074 <signal>clicked()</signal>
1075 <receiver>biacv_mainwindow</receiver>
1076 <slot>on_delete_education()</slot>
1077 <hints>
1078 <hint type="sourcelabel">
1079 <x>662</x>
1080 <y>212</y>
1081 </hint>
1082 <hint type="destinationlabel">
1083 <x>728</x>
1084 <y>437</y>
1085 </hint>
1086 </hints>
1087 </connection>
1088 <connection>
1089 <sender>educationlist</sender>
1090 <signal>itemSelectionChanged()</signal>
1091 <receiver>biacv_mainwindow</receiver>
1092 <slot>on_select_education()</slot>
1093 <hints>
1094 <hint type="sourcelabel">
1095 <x>104</x>
1096 <y>293</y>
1097 </hint>
1098 <hint type="destinationlabel">
1099 <x>726</x>
1100 <y>472</y>
1101 </hint>
1102 </hints>
1103 </connection>
1104 <connection>
1105 <sender>updateeducation</sender>
1106 <signal>clicked()</signal>
1107 <receiver>biacv_mainwindow</receiver>
1108 <slot>on_update_education()</slot>
1109 <hints>
1110 <hint type="sourcelabel">
1111 <x>583</x>
1112 <y>212</y>
1113 </hint>
1114 <hint type="destinationlabel">
1115 <x>728</x>
1116 <y>218</y>
1117 </hint>
1118 </hints>
1119 </connection>
1120 <connection>
1121 <sender>educationlist</sender>
1122 <signal>activated(QModelIndex)</signal>
1123 <receiver>biacv_mainwindow</receiver>
1124 <slot>on_select_education()</slot>
1125 <hints>
1126 <hint type="sourcelabel">
1127 <x>104</x>
1128 <y>293</y>
1129 </hint>
1130 <hint type="destinationlabel">
1131 <x>729</x>
1132 <y>329</y>
1133 </hint>
1134 </hints>
1135 </connection>
1136 <connection>
1137 <sender>currentemployment</sender>
1138 <signal>toggled(bool)</signal>
1139 <receiver>biacv_mainwindow</receiver>
1140 <slot>on_change_currentemployment()</slot>
1141 <hints>
1142 <hint type="sourcelabel">
1143 <x>332</x>
1144 <y>156</y>
1145 </hint>
1146 <hint type="destinationlabel">
1147 <x>728</x>
1148 <y>246</y>
1149 </hint>
1150 </hints>
1151 </connection>
1152 <connection>
1153 <sender>addhistory</sender>
1154 <signal>clicked()</signal>
1155 <receiver>biacv_mainwindow</receiver>
1156 <slot>on_add_profession()</slot>
1157 <hints>
1158 <hint type="sourcelabel">
1159 <x>313</x>
1160 <y>239</y>
1161 </hint>
1162 <hint type="destinationlabel">
1163 <x>729</x>
1164 <y>289</y>
1165 </hint>
1166 </hints>
1167 </connection>
1168 <connection>
1169 <sender>professionlist</sender>
1170 <signal>itemSelectionChanged()</signal>
1171 <receiver>biacv_mainwindow</receiver>
1172 <slot>on_select_profession()</slot>
1173 <hints>
1174 <hint type="sourcelabel">
1175 <x>103</x>
1176 <y>320</y>
1177 </hint>
1178 <hint type="destinationlabel">
1179 <x>727</x>
1180 <y>379</y>
1181 </hint>
1182 </hints>
1183 </connection>
1184 <connection>
1185 <sender>professionlist</sender>
1186 <signal>activated(QModelIndex)</signal>
1187 <receiver>biacv_mainwindow</receiver>
1188 <slot>on_select_profession()</slot>
1189 <hints>
1190 <hint type="sourcelabel">
1191 <x>103</x>
1192 <y>320</y>
1193 </hint>
1194 <hint type="destinationlabel">
1195 <x>729</x>
1196 <y>422</y>
1197 </hint>
1198 </hints>
1199 </connection>
1200 <connection>
1201 <sender>deletehistory</sender>
1202 <signal>clicked()</signal>
1203 <receiver>biacv_mainwindow</receiver>
1204 <slot>on_delete_profession()</slot>
1205 <hints>
1206 <hint type="sourcelabel">
1207 <x>600</x>
1208 <y>239</y>
1209 </hint>
1210 <hint type="destinationlabel">
1211 <x>729</x>
1212 <y>187</y>
1213 </hint>
1214 </hints>
1215 </connection>
1216 <connection>
1217 <sender>updatehistory</sender>
1218 <signal>clicked()</signal>
1219 <receiver>biacv_mainwindow</receiver>
1220 <slot>on_update_profession()</slot>
1221 <hints>
1222 <hint type="sourcelabel">
1223 <x>457</x>
1224 <y>239</y>
1225 </hint>
1226 <hint type="destinationlabel">
1227 <x>726</x>
1228 <y>323</y>
1229 </hint>
1230 </hints>
1231 </connection>
1232 <connection>
1233 <sender>addskill</sender>
1234 <signal>clicked()</signal>
1235 <receiver>biacv_mainwindow</receiver>
1236 <slot>on_add_skill()</slot>
1237 <hints>
1238 <hint type="sourcelabel">
1239 <x>211</x>
1240 <y>255</y>
1241 </hint>
1242 <hint type="destinationlabel">
1243 <x>730</x>
1244 <y>127</y>
1245 </hint>
1246 </hints>
1247 </connection>
1248 <connection>
1249 <sender>deleteskill</sender>
1250 <signal>clicked()</signal>
1251 <receiver>biacv_mainwindow</receiver>
1252 <slot>on_delete_skill()</slot>
1253 <hints>
1254 <hint type="sourcelabel">
1255 <x>570</x>
1256 <y>255</y>
1257 </hint>
1258 <hint type="destinationlabel">
1259 <x>728</x>
1260 <y>174</y>
1261 </hint>
1262 </hints>
1263 </connection>
1264 <connection>
1265 <sender>skillslist</sender>
1266 <signal>activated(QModelIndex)</signal>
1267 <receiver>biacv_mainwindow</receiver>
1268 <slot>on_select_skill()</slot>
1269 <hints>
1270 <hint type="sourcelabel">
1271 <x>103</x>
1272 <y>338</y>
1273 </hint>
1274 <hint type="destinationlabel">
1275 <x>730</x>
1276 <y>279</y>
1277 </hint>
1278 </hints>
1279 </connection>
1280 <connection>
1281 <sender>skillslist</sender>
1282 <signal>itemSelectionChanged()</signal>
1283 <receiver>biacv_mainwindow</receiver>
1284 <slot>on_select_skill()</slot>
1285 <hints>
1286 <hint type="sourcelabel">
1287 <x>103</x>
1288 <y>338</y>
1289 </hint>
1290 <hint type="destinationlabel">
1291 <x>726</x>
1292 <y>413</y>
1293 </hint>
1294 </hints>
1295 </connection>
1296 <connection>
1297 <sender>updateskill</sender>
1298 <signal>clicked()</signal>
1299 <receiver>biacv_mainwindow</receiver>
1300 <slot>on_update_skill()</slot>
1301 <hints>
1302 <hint type="sourcelabel">
1303 <x>390</x>
1304 <y>255</y>
1305 </hint>
1306 <hint type="destinationlabel">
1307 <x>728</x>
1308 <y>360</y>
1309 </hint>
1310 </hints>
1311 </connection>
1312 <connection>
1313 <sender>addlanguage</sender>
1314 <signal>clicked()</signal>
1315 <receiver>biacv_mainwindow</receiver>
1316 <slot>on_add_lang()</slot>
1317 <hints>
1318 <hint type="sourcelabel">
1319 <x>551</x>
1320 <y>155</y>
1321 </hint>
1322 <hint type="destinationlabel">
1323 <x>729</x>
1324 <y>88</y>
1325 </hint>
1326 </hints>
1327 </connection>
1328 <connection>
1329 <sender>deletelanguage</sender>
1330 <signal>clicked()</signal>
1331 <receiver>biacv_mainwindow</receiver>
1332 <slot>on_delete_lang()</slot>
1333 <hints>
1334 <hint type="sourcelabel">
1335 <x>716</x>
1336 <y>155</y>
1337 </hint>
1338 <hint type="destinationlabel">
1339 <x>733</x>
1340 <y>52</y>
1341 </hint>
1342 </hints>
1343 </connection>
1344 <connection>
1345 <sender>languageslist</sender>
1346 <signal>activated(QModelIndex)</signal>
1347 <receiver>biacv_mainwindow</receiver>
1348 <slot>on_select_lang()</slot>
1349 <hints>
1350 <hint type="sourcelabel">
1351 <x>116</x>
1352 <y>266</y>
1353 </hint>
1354 <hint type="destinationlabel">
1355 <x>730</x>
1356 <y>118</y>
1357 </hint>
1358 </hints>
1359 </connection>
1360 <connection>
1361 <sender>languageslist</sender>
1362 <signal>itemSelectionChanged()</signal>
1363 <receiver>biacv_mainwindow</receiver>
1364 <slot>on_select_lang()</slot>
1365 <hints>
1366 <hint type="sourcelabel">
1367 <x>116</x>
1368 <y>266</y>
1369 </hint>
1370 <hint type="destinationlabel">
1371 <x>730</x>
1372 <y>314</y>
1373 </hint>
1374 </hints>
1375 </connection>
1376 <connection>
1377 <sender>updatelanguage</sender>
1378 <signal>clicked()</signal>
1379 <receiver>biacv_mainwindow</receiver>
1380 <slot>on_update_lang()</slot>
1381 <hints>
1382 <hint type="sourcelabel">
1383 <x>644</x>
1384 <y>155</y>
1385 </hint>
1386 <hint type="destinationlabel">
1387 <x>729</x>
1388 <y>462</y>
1389 </hint>
1390 </hints>
1391 </connection>
1392 <connection>
1393 <sender>title</sender>
1394 <signal>textChanged(QString)</signal>
1395 <receiver>biacv_mainwindow</receiver>
1396 <slot>on_document_modified()</slot>
1397 <hints>
1398 <hint type="sourcelabel">
1399 <x>182</x>
1400 <y>41</y>
1401 </hint>
1402 <hint type="destinationlabel">
1403 <x>728</x>
1404 <y>28</y>
1405 </hint>
1406 </hints>
1407 </connection>
1408 <connection>
1409 <sender>nametitle</sender>
1410 <signal>textChanged(QString)</signal>
1411 <receiver>biacv_mainwindow</receiver>
1412 <slot>on_document_modified()</slot>
1413 <hints>
1414 <hint type="sourcelabel">
1415 <x>132</x>
1416 <y>144</y>
1417 </hint>
1418 <hint type="destinationlabel">
1419 <x>3</x>
1420 <y>470</y>
1421 </hint>
1422 </hints>
1423 </connection>
1424 <connection>
1425 <sender>firstname</sender>
1426 <signal>textChanged(QString)</signal>
1427 <receiver>biacv_mainwindow</receiver>
1428 <slot>on_document_modified()</slot>
1429 <hints>
1430 <hint type="sourcelabel">
1431 <x>267</x>
1432 <y>145</y>
1433 </hint>
1434 <hint type="destinationlabel">
1435 <x>29</x>
1436 <y>475</y>
1437 </hint>
1438 </hints>
1439 </connection>
1440 <connection>
1441 <sender>lastname</sender>
1442 <signal>textChanged(QString)</signal>
1443 <receiver>biacv_mainwindow</receiver>
1444 <slot>on_document_modified()</slot>
1445 <hints>
1446 <hint type="sourcelabel">
1447 <x>479</x>
1448 <y>142</y>
1449 </hint>
1450 <hint type="destinationlabel">
1451 <x>1</x>
1452 <y>452</y>
1453 </hint>
1454 </hints>
1455 </connection>
1456 <connection>
1457 <sender>dateofbirth</sender>
1458 <signal>dateChanged(QDate)</signal>
1459 <receiver>biacv_mainwindow</receiver>
1460 <slot>on_document_modified()</slot>
1461 <hints>
1462 <hint type="sourcelabel">
1463 <x>243</x>
1464 <y>197</y>
1465 </hint>
1466 <hint type="destinationlabel">
1467 <x>538</x>
1468 <y>23</y>
1469 </hint>
1470 </hints>
1471 </connection>
1472 <connection>
1473 <sender>street</sender>
1474 <signal>textChanged(QString)</signal>
1475 <receiver>biacv_mainwindow</receiver>
1476 <slot>on_document_modified()</slot>
1477 <hints>
1478 <hint type="sourcelabel">
1479 <x>231</x>
1480 <y>275</y>
1481 </hint>
1482 <hint type="destinationlabel">
1483 <x>196</x>
1484 <y>23</y>
1485 </hint>
1486 </hints>
1487 </connection>
1488 <connection>
1489 <sender>countrycode_landline</sender>
1490 <signal>textChanged(QString)</signal>
1491 <receiver>biacv_mainwindow</receiver>
1492 <slot>on_document_modified()</slot>
1493 <hints>
1494 <hint type="sourcelabel">
1495 <x>433</x>
1496 <y>275</y>
1497 </hint>
1498 <hint type="destinationlabel">
1499 <x>88</x>
1500 <y>24</y>
1501 </hint>
1502 </hints>
1503 </connection>
1504 <connection>
1505 <sender>telephone</sender>
1506 <signal>textChanged(QString)</signal>
1507 <receiver>biacv_mainwindow</receiver>
1508 <slot>on_document_modified()</slot>
1509 <hints>
1510 <hint type="sourcelabel">
1511 <x>721</x>
1512 <y>275</y>
1513 </hint>
1514 <hint type="destinationlabel">
1515 <x>165</x>
1516 <y>-2</y>
1517 </hint>
1518 </hints>
1519 </connection>
1520 <connection>
1521 <sender>area</sender>
1522 <signal>textChanged(QString)</signal>
1523 <receiver>biacv_mainwindow</receiver>
1524 <slot>on_document_modified()</slot>
1525 <hints>
1526 <hint type="sourcelabel">
1527 <x>243</x>
1528 <y>318</y>
1529 </hint>
1530 <hint type="destinationlabel">
1531 <x>-1</x>
1532 <y>50</y>
1533 </hint>
1534 </hints>
1535 </connection>
1536 <connection>
1537 <sender>countrycode_mobile</sender>
1538 <signal>textChanged(QString)</signal>
1539 <receiver>biacv_mainwindow</receiver>
1540 <slot>on_document_modified()</slot>
1541 <hints>
1542 <hint type="sourcelabel">
1543 <x>433</x>
1544 <y>318</y>
1545 </hint>
1546 <hint type="destinationlabel">
1547 <x>575</x>
1548 <y>51</y>
1549 </hint>
1550 </hints>
1551 </connection>
1552 <connection>
1553 <sender>mobilenumber</sender>
1554 <signal>textChanged(QString)</signal>
1555 <receiver>biacv_mainwindow</receiver>
1556 <slot>on_document_modified()</slot>
1557 <hints>
1558 <hint type="sourcelabel">
1559 <x>721</x>
1560 <y>318</y>
1561 </hint>
1562 <hint type="destinationlabel">
1563 <x>0</x>
1564 <y>89</y>
1565 </hint>
1566 </hints>
1567 </connection>
1568 <connection>
1569 <sender>city</sender>
1570 <signal>textChanged(QString)</signal>
1571 <receiver>biacv_mainwindow</receiver>
1572 <slot>on_document_modified()</slot>
1573 <hints>
1574 <hint type="sourcelabel">
1575 <x>154</x>
1576 <y>361</y>
1577 </hint>
1578 <hint type="destinationlabel">
1579 <x>-3</x>
1580 <y>171</y>
1581 </hint>
1582 </hints>
1583 </connection>
1584 <connection>
1585 <sender>email</sender>
1586 <signal>textChanged(QString)</signal>
1587 <receiver>biacv_mainwindow</receiver>
1588 <slot>on_document_modified()</slot>
1589 <hints>
1590 <hint type="sourcelabel">
1591 <x>660</x>
1592 <y>361</y>
1593 </hint>
1594 <hint type="destinationlabel">
1595 <x>2</x>
1596 <y>203</y>
1597 </hint>
1598 </hints>
1599 </connection>
1600 <connection>
1601 <sender>areacode</sender>
1602 <signal>textChanged(QString)</signal>
1603 <receiver>biacv_mainwindow</receiver>
1604 <slot>on_document_modified()</slot>
1605 <hints>
1606 <hint type="sourcelabel">
1607 <x>179</x>
1608 <y>404</y>
1609 </hint>
1610 <hint type="destinationlabel">
1611 <x>0</x>
1612 <y>273</y>
1613 </hint>
1614 </hints>
1615 </connection>
1616 <connection>
1617 <sender>married</sender>
1618 <signal>toggled(bool)</signal>
1619 <receiver>biacv_mainwindow</receiver>
1620 <slot>on_document_modified()</slot>
1621 <hints>
1622 <hint type="sourcelabel">
1623 <x>172</x>
1624 <y>445</y>
1625 </hint>
1626 <hint type="destinationlabel">
1627 <x>1</x>
1628 <y>327</y>
1629 </hint>
1630 </hints>
1631 </connection>
1632 <connection>
1633 <sender>single</sender>
1634 <signal>toggled(bool)</signal>
1635 <receiver>biacv_mainwindow</receiver>
1636 <slot>on_document_modified()</slot>
1637 <hints>
1638 <hint type="sourcelabel">
1639 <x>240</x>
1640 <y>445</y>
1641 </hint>
1642 <hint type="destinationlabel">
1643 <x>3</x>
1644 <y>237</y>
1645 </hint>
1646 </hints>
1647 </connection>
1648 <connection>
1649 <sender>unspecified</sender>
1650 <signal>toggled(bool)</signal>
1651 <receiver>biacv_mainwindow</receiver>
1652 <slot>on_document_modified()</slot>
1653 <hints>
1654 <hint type="sourcelabel">
1655 <x>343</x>
1656 <y>445</y>
1657 </hint>
1658 <hint type="destinationlabel">
1659 <x>-2</x>
1660 <y>137</y>
1661 </hint>
1662 </hints>
1663 </connection>
1664 <connection>
1665 <sender>shorttermcareer</sender>
1666 <signal>textChanged()</signal>
1667 <receiver>biacv_mainwindow</receiver>
1668 <slot>on_document_modified()</slot>
1669 <hints>
1670 <hint type="sourcelabel">
1671 <x>103</x>
1672 <y>178</y>
1673 </hint>
1674 <hint type="destinationlabel">
1675 <x>0</x>
1676 <y>120</y>
1677 </hint>
1678 </hints>
1679 </connection>
1680 <connection>
1681 <sender>longtermgoals</sender>
1682 <signal>textChanged()</signal>
1683 <receiver>biacv_mainwindow</receiver>
1684 <slot>on_document_modified()</slot>
1685 <hints>
1686 <hint type="sourcelabel">
1687 <x>98</x>
1688 <y>374</y>
1689 </hint>
1690 <hint type="destinationlabel">
1691 <x>2</x>
1692 <y>443</y>
1693 </hint>
1694 </hints>
1695 </connection>
1696 <connection>
1697 <sender>additionalinformation</sender>
1698 <signal>textChanged()</signal>
1699 <receiver>biacv_mainwindow</receiver>
1700 <slot>on_document_modified()</slot>
1701 <hints>
1702 <hint type="sourcelabel">
1703 <x>102</x>
1704 <y>410</y>
1705 </hint>
1706 <hint type="destinationlabel">
1707 <x>1</x>
1708 <y>377</y>
1709 </hint>
1710 </hints>
1711 </connection>
1712 <connection>
1713 <sender>action_New</sender>
1714 <signal>triggered()</signal>
1715 <receiver>biacv_mainwindow</receiver>
1716 <slot>on_file_new()</slot>
1717 <hints>
1718 <hint type="sourcelabel">
1719 <x>-1</x>
1720 <y>-1</y>
1721 </hint>
1722 <hint type="destinationlabel">
1723 <x>364</x>
1724 <y>248</y>
1725 </hint>
1726 </hints>
1727 </connection>
1728 <connection>
1729 <sender>action_Save</sender>
1730 <signal>triggered()</signal>
1731 <receiver>biacv_mainwindow</receiver>
1732 <slot>on_file_save()</slot>
1733 <hints>
1734 <hint type="sourcelabel">
1735 <x>-1</x>
1736 <y>-1</y>
1737 </hint>
1738 <hint type="destinationlabel">
1739 <x>364</x>
1740 <y>248</y>
1741 </hint>
1742 </hints>
1743 </connection>
1744 <connection>
1745 <sender>action_Open</sender>
1746 <signal>triggered()</signal>
1747 <receiver>biacv_mainwindow</receiver>
1748 <slot>on_file_open()</slot>
1749 <hints>
1750 <hint type="sourcelabel">
1751 <x>-1</x>
1752 <y>-1</y>
1753 </hint>
1754 <hint type="destinationlabel">
1755 <x>364</x>
1756 <y>248</y>
1757 </hint>
1758 </hints>
1759 </connection>
1760 <connection>
1761 <sender>actionSave_As</sender>
1762 <signal>triggered()</signal>
1763 <receiver>biacv_mainwindow</receiver>
1764 <slot>on_file_save_as()</slot>
1765 <hints>
1766 <hint type="sourcelabel">
1767 <x>-1</x>
1768 <y>-1</y>
1769 </hint>
1770 <hint type="destinationlabel">
1771 <x>364</x>
1772 <y>248</y>
1773 </hint>
1774 </hints>
1775 </connection>
1776 <connection>
1777 <sender>actionE_xit</sender>
1778 <signal>triggered()</signal>
1779 <receiver>biacv_mainwindow</receiver>
1780 <slot>on_exit()</slot>
1781 <hints>
1782 <hint type="sourcelabel">
1783 <x>-1</x>
1784 <y>-1</y>
1785 </hint>
1786 <hint type="destinationlabel">
1787 <x>364</x>
1788 <y>248</y>
1789 </hint>
1790 </hints>
1791 </connection>
1792 <connection>
1793 <sender>action_About</sender>
1794 <signal>triggered()</signal>
1795 <receiver>biacv_mainwindow</receiver>
1796 <slot>on_help_about()</slot>
1797 <hints>
1798 <hint type="sourcelabel">
1799 <x>-1</x>
1800 <y>-1</y>
1801 </hint>
1802 <hint type="destinationlabel">
1803 <x>364</x>
1804 <y>248</y>
1805 </hint>
1806 </hints>
1807 </connection>
1808 <connection>
1809 <sender>action_Export</sender>
1810 <signal>triggered()</signal>
1811 <receiver>biacv_mainwindow</receiver>
1812 <slot>on_file_export()</slot>
1813 <hints>
1814 <hint type="sourcelabel">
1815 <x>-1</x>
1816 <y>-1</y>
1817 </hint>
1818 <hint type="destinationlabel">
1819 <x>364</x>
1820 <y>248</y>
1821 </hint>
1822 </hints>
1823 </connection>
1824 <connection>
1825 <sender>country</sender>
1826 <signal>textChanged(QString)</signal>
1827 <receiver>biacv_mainwindow</receiver>
1828 <slot>on_document_modified()</slot>
1829 <hints>
1830 <hint type="sourcelabel">
1831 <x>527</x>
1832 <y>393</y>
1833 </hint>
1834 <hint type="destinationlabel">
1835 <x>457</x>
1836 <y>-7</y>
1837 </hint>
1838 </hints>
1839 </connection>
1840 <connection>
1841 <sender>profile</sender>
1842 <signal>textChanged()</signal>
1843 <receiver>biacv_mainwindow</receiver>
1844 <slot>on_document_modified()</slot>
1845 <hints>
1846 <hint type="sourcelabel">
1847 <x>287</x>
1848 <y>242</y>
1849 </hint>
1850 <hint type="destinationlabel">
1851 <x>461</x>
1852 <y>-11</y>
1853 </hint>
1854 </hints>
1855 </connection>
1856 </connections>
1857 <slots>
1858 <slot>on_add_education()</slot>
1859 <slot>on_delete_education()</slot>
1860 <slot>on_select_education()</slot>
1861 <slot>on_update_education()</slot>
1862 <slot>on_change_currentemployment()</slot>
1863 <slot>on_add_profession()</slot>
1864 <slot>on_select_profession()</slot>
1865 <slot>on_delete_profession()</slot>
1866 <slot>on_update_profession()</slot>
1867 <slot>on_add_skill()</slot>
1868 <slot>on_delete_skill()</slot>
1869 <slot>on_select_skill()</slot>
1870 <slot>on_update_skill()</slot>
1871 <slot>on_add_lang()</slot>
1872 <slot>on_delete_lang()</slot>
1873 <slot>on_select_lang()</slot>
1874 <slot>on_update_lang()</slot>
1875 <slot>on_document_modified()</slot>
1876 <slot>on_file_new()</slot>
1877 <slot>on_file_save()</slot>
1878 <slot>on_file_open()</slot>
1879 <slot>on_file_save_as()</slot>
1880 <slot>on_exit()</slot>
1881 <slot>on_help_about()</slot>
1882 <slot>on_file_export()</slot>
1883 </slots>
1884 </ui>