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