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