Update language in list
[biacv.git] / biacv_mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>biacv_mainwindow</class>
4 <widget class="QMainWindow" name="biacv_mainwindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>730</width>
10 <height>498</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>BiaCV</string>
15 </property>
16 <widget class="QWidget" name="centralwidget">
17 <layout class="QGridLayout" name="gridLayout_2">
18 <item row="0" column="0">
19 <widget class="QLabel" name="label">
20 <property name="text">
21 <string>CV title</string>
22 </property>
23 </widget>
24 </item>
25 <item row="0" column="1">
26 <widget class="QLineEdit" name="title"/>
27 </item>
28 <item row="1" column="0" colspan="2">
29 <widget class="QTabWidget" name="pages">
30 <property name="tabShape">
31 <enum>QTabWidget::Rounded</enum>
32 </property>
33 <property name="currentIndex">
34 <number>0</number>
35 </property>
36 <property name="documentMode">
37 <bool>true</bool>
38 </property>
39 <widget class="QWidget" name="tab">
40 <attribute name="title">
41 <string>Personal information</string>
42 </attribute>
43 <layout class="QGridLayout" name="gridLayout">
44 <item row="0" column="4" colspan="3">
45 <widget class="QLabel" name="label_13">
46 <property name="sizePolicy">
47 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
48 <horstretch>0</horstretch>
49 <verstretch>0</verstretch>
50 </sizepolicy>
51 </property>
52 <property name="text">
53 <string>First name</string>
54 </property>
55 </widget>
56 </item>
57 <item row="0" column="8" colspan="4">
58 <widget class="QLabel" name="label_14">
59 <property name="sizePolicy">
60 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
61 <horstretch>0</horstretch>
62 <verstretch>0</verstretch>
63 </sizepolicy>
64 </property>
65 <property name="text">
66 <string>Last name</string>
67 </property>
68 </widget>
69 </item>
70 <item row="1" column="0" colspan="2">
71 <widget class="QLabel" name="label_2">
72 <property name="text">
73 <string>Title</string>
74 </property>
75 </widget>
76 </item>
77 <item row="1" column="2" colspan="2">
78 <widget class="QComboBox" name="nametitle">
79 <property name="editable">
80 <bool>true</bool>
81 </property>
82 <item>
83 <property name="text">
84 <string/>
85 </property>
86 </item>
87 <item>
88 <property name="text">
89 <string>Mr.</string>
90 </property>
91 </item>
92 <item>
93 <property name="text">
94 <string>Mrs.</string>
95 </property>
96 </item>
97 <item>
98 <property name="text">
99 <string>Ms.</string>
100 </property>
101 </item>
102 <item>
103 <property name="text">
104 <string>Dr.</string>
105 </property>
106 </item>
107 </widget>
108 </item>
109 <item row="1" column="4" colspan="3">
110 <widget class="QLineEdit" name="firstname">
111 <property name="text">
112 <string/>
113 </property>
114 </widget>
115 </item>
116 <item row="1" column="8" colspan="4">
117 <widget class="QLineEdit" name="lastname">
118 <property name="text">
119 <string/>
120 </property>
121 </widget>
122 </item>
123 <item row="2" column="0" colspan="3">
124 <widget class="QLabel" name="label_3">
125 <property name="text">
126 <string>Date of birth</string>
127 </property>
128 </widget>
129 </item>
130 <item row="2" column="3" colspan="3">
131 <widget class="QDateEdit" name="dateofbirth">
132 <property name="date">
133 <date>
134 <year>1970</year>
135 <month>1</month>
136 <day>1</day>
137 </date>
138 </property>
139 <property name="displayFormat">
140 <string>dd MMM, yyyy</string>
141 </property>
142 <property name="calendarPopup">
143 <bool>true</bool>
144 </property>
145 </widget>
146 </item>
147 <item row="3" column="0" colspan="4">
148 <widget class="QLabel" name="label_4">
149 <property name="sizePolicy">
150 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
151 <horstretch>0</horstretch>
152 <verstretch>0</verstretch>
153 </sizepolicy>
154 </property>
155 <property name="text">
156 <string>Residential address</string>
157 </property>
158 </widget>
159 </item>
160 <item row="4" column="0">
161 <widget class="QLabel" name="label_15">
162 <property name="text">
163 <string>Street</string>
164 </property>
165 </widget>
166 </item>
167 <item row="4" column="1" colspan="5">
168 <widget class="QLineEdit" name="street"/>
169 </item>
170 <item row="4" column="6">
171 <widget class="QLabel" name="label_5">
172 <property name="text">
173 <string>Landline</string>
174 </property>
175 </widget>
176 </item>
177 <item row="4" column="8">
178 <widget class="QLabel" name="label_10">
179 <property name="text">
180 <string>+</string>
181 </property>
182 </widget>
183 </item>
184 <item row="4" column="9">
185 <widget class="QLineEdit" name="countrycode_landline">
186 <property name="sizePolicy">
187 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
188 <horstretch>0</horstretch>
189 <verstretch>0</verstretch>
190 </sizepolicy>
191 </property>
192 <property name="minimumSize">
193 <size>
194 <width>60</width>
195 <height>0</height>
196 </size>
197 </property>
198 <property name="maximumSize">
199 <size>
200 <width>40</width>
201 <height>16777215</height>
202 </size>
203 </property>
204 </widget>
205 </item>
206 <item row="4" column="10">
207 <widget class="QLabel" name="label_6">
208 <property name="text">
209 <string>-</string>
210 </property>
211 </widget>
212 </item>
213 <item row="4" column="11">
214 <widget class="QLineEdit" name="telephone"/>
215 </item>
216 <item row="5" column="0">
217 <widget class="QLabel" name="label_16">
218 <property name="text">
219 <string>Area</string>
220 </property>
221 </widget>
222 </item>
223 <item row="5" column="1" colspan="5">
224 <widget class="QLineEdit" name="area"/>
225 </item>
226 <item row="5" column="6" colspan="2">
227 <widget class="QLabel" name="label_7">
228 <property name="text">
229 <string>Mobile number</string>
230 </property>
231 </widget>
232 </item>
233 <item row="5" column="8">
234 <widget class="QLabel" name="label_8">
235 <property name="text">
236 <string>+</string>
237 </property>
238 </widget>
239 </item>
240 <item row="5" column="9">
241 <widget class="QLineEdit" name="countrycode_mobile">
242 <property name="sizePolicy">
243 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
244 <horstretch>0</horstretch>
245 <verstretch>0</verstretch>
246 </sizepolicy>
247 </property>
248 <property name="minimumSize">
249 <size>
250 <width>40</width>
251 <height>0</height>
252 </size>
253 </property>
254 <property name="maximumSize">
255 <size>
256 <width>60</width>
257 <height>16777215</height>
258 </size>
259 </property>
260 </widget>
261 </item>
262 <item row="5" column="10">
263 <widget class="QLabel" name="label_9">
264 <property name="text">
265 <string>-</string>
266 </property>
267 </widget>
268 </item>
269 <item row="5" column="11">
270 <widget class="QLineEdit" name="mobilenumber"/>
271 </item>
272 <item row="6" column="0">
273 <widget class="QLabel" name="label_17">
274 <property name="text">
275 <string>City</string>
276 </property>
277 </widget>
278 </item>
279 <item row="6" column="1" colspan="5">
280 <widget class="QLineEdit" name="city"/>
281 </item>
282 <item row="6" column="6">
283 <widget class="QLabel" name="label_11">
284 <property name="text">
285 <string>E-mail ID</string>
286 </property>
287 </widget>
288 </item>
289 <item row="6" column="7" colspan="5">
290 <widget class="QLineEdit" name="email"/>
291 </item>
292 <item row="7" column="0">
293 <widget class="QLabel" name="label_18">
294 <property name="text">
295 <string>Areacode</string>
296 </property>
297 </widget>
298 </item>
299 <item row="7" column="1" colspan="5">
300 <widget class="QLineEdit" name="areacode"/>
301 </item>
302 <item row="8" column="0" colspan="3">
303 <widget class="QLabel" name="label_12">
304 <property name="text">
305 <string>Marital status</string>
306 </property>
307 </widget>
308 </item>
309 <item row="8" column="3">
310 <widget class="QRadioButton" name="married">
311 <property name="text">
312 <string>Married</string>
313 </property>
314 </widget>
315 </item>
316 <item row="8" column="4">
317 <widget class="QRadioButton" name="single">
318 <property name="text">
319 <string>Single</string>
320 </property>
321 </widget>
322 </item>
323 <item row="8" column="5" colspan="2">
324 <widget class="QRadioButton" name="unspecified">
325 <property name="text">
326 <string>Unspecified</string>
327 </property>
328 <property name="checked">
329 <bool>true</bool>
330 </property>
331 </widget>
332 </item>
333 </layout>
334 </widget>
335 <widget class="QWidget" name="tab_2">
336 <attribute name="title">
337 <string>Educational Qualifications</string>
338 </attribute>
339 <layout class="QGridLayout" name="gridLayout_3">
340 <item row="0" column="0" colspan="2">
341 <widget class="QLabel" name="label_19">
342 <property name="text">
343 <string>Degree/diploma/certificate name</string>
344 </property>
345 </widget>
346 </item>
347 <item row="0" column="2" colspan="6">
348 <widget class="QLineEdit" name="degree_name"/>
349 </item>
350 <item row="1" column="0" colspan="3">
351 <widget class="QLabel" name="label_20">
352 <property name="text">
353 <string>Month and year of passing/qualification/graduating</string>
354 </property>
355 </widget>
356 </item>
357 <item row="1" column="3" colspan="5">
358 <widget class="QDateEdit" name="yearofpassing">
359 <property name="date">
360 <date>
361 <year>1988</year>
362 <month>1</month>
363 <day>1</day>
364 </date>
365 </property>
366 <property name="displayFormat">
367 <string>MMM, yyyy</string>
368 </property>
369 <property name="calendarPopup">
370 <bool>true</bool>
371 </property>
372 </widget>
373 </item>
374 <item row="2" column="0">
375 <widget class="QLabel" name="label_21">
376 <property name="text">
377 <string>Name of institution</string>
378 </property>
379 </widget>
380 </item>
381 <item row="2" column="1" colspan="3">
382 <widget class="QLineEdit" name="institution"/>
383 </item>
384 <item row="2" column="4">
385 <widget class="QLabel" name="label_22">
386 <property name="text">
387 <string>University</string>
388 </property>
389 </widget>
390 </item>
391 <item row="2" column="5" colspan="3">
392 <widget class="QLineEdit" name="university"/>
393 </item>
394 <item row="3" column="0">
395 <widget class="QLabel" name="label_23">
396 <property name="text">
397 <string>Passing class/grade</string>
398 </property>
399 </widget>
400 </item>
401 <item row="3" column="1" colspan="3">
402 <widget class="QLineEdit" name="grade"/>
403 </item>
404 <item row="3" column="4">
405 <widget class="QLabel" name="label_24">
406 <property name="text">
407 <string>Percentage</string>
408 </property>
409 </widget>
410 </item>
411 <item row="3" column="5" colspan="3">
412 <widget class="QDoubleSpinBox" name="percentage">
413 <property name="maximum">
414 <double>100.000000000000000</double>
415 </property>
416 <property name="singleStep">
417 <double>0.100000000000000</double>
418 </property>
419 <property name="value">
420 <double>50.000000000000000</double>
421 </property>
422 </widget>
423 </item>
424 <item row="4" column="4" colspan="2">
425 <widget class="QPushButton" name="addeducation">
426 <property name="text">
427 <string>&amp;Add</string>
428 </property>
429 </widget>
430 </item>
431 <item row="4" column="6">
432 <widget class="QPushButton" name="updateeducation">
433 <property name="text">
434 <string>&amp;Update</string>
435 </property>
436 </widget>
437 </item>
438 <item row="4" column="7">
439 <widget class="QPushButton" name="deleteeducation">
440 <property name="text">
441 <string>&amp;Delete</string>
442 </property>
443 </widget>
444 </item>
445 <item row="5" column="0" colspan="8">
446 <widget class="QTreeWidget" name="educationlist">
447 <property name="sizePolicy">
448 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
449 <horstretch>0</horstretch>
450 <verstretch>0</verstretch>
451 </sizepolicy>
452 </property>
453 <property name="alternatingRowColors">
454 <bool>true</bool>
455 </property>
456 <property name="rootIsDecorated">
457 <bool>false</bool>
458 </property>
459 <property name="uniformRowHeights">
460 <bool>true</bool>
461 </property>
462 <column>
463 <property name="text">
464 <string>Degree</string>
465 </property>
466 </column>
467 <column>
468 <property name="text">
469 <string>Graduation date</string>
470 </property>
471 </column>
472 <column>
473 <property name="text">
474 <string>Institution</string>
475 </property>
476 </column>
477 <column>
478 <property name="text">
479 <string>University</string>
480 </property>
481 </column>
482 <column>
483 <property name="text">
484 <string>Grade</string>
485 </property>
486 </column>
487 <column>
488 <property name="text">
489 <string>Percentage</string>
490 </property>
491 </column>
492 </widget>
493 </item>
494 </layout>
495 </widget>
496 <widget class="QWidget" name="tab_3">
497 <attribute name="title">
498 <string>Professional History</string>
499 </attribute>
500 <layout class="QGridLayout" name="gridLayout_4">
501 <item row="0" column="0">
502 <widget class="QLabel" name="label_28">
503 <property name="text">
504 <string>Designation/title</string>
505 </property>
506 </widget>
507 </item>
508 <item row="0" column="1" colspan="4">
509 <widget class="QLineEdit" name="designation"/>
510 </item>
511 <item row="1" column="0">
512 <widget class="QLabel" name="label_26">
513 <property name="text">
514 <string>Date of joining post</string>
515 </property>
516 </widget>
517 </item>
518 <item row="1" column="1">
519 <widget class="QDateEdit" name="joindate">
520 <property name="displayFormat">
521 <string>dd MMM, yyyy</string>
522 </property>
523 <property name="calendarPopup">
524 <bool>true</bool>
525 </property>
526 </widget>
527 </item>
528 <item row="2" column="0">
529 <widget class="QLabel" name="label_27">
530 <property name="text">
531 <string>Date of leaving post</string>
532 </property>
533 </widget>
534 </item>
535 <item row="2" column="1">
536 <widget class="QDateEdit" name="leavedate">
537 <property name="date">
538 <date>
539 <year>2003</year>
540 <month>1</month>
541 <day>1</day>
542 </date>
543 </property>
544 <property name="displayFormat">
545 <string>dd MMM, yyyy</string>
546 </property>
547 <property name="calendarPopup">
548 <bool>true</bool>
549 </property>
550 </widget>
551 </item>
552 <item row="2" column="2" colspan="2">
553 <widget class="QCheckBox" name="currentemployment">
554 <property name="text">
555 <string>Current employment</string>
556 </property>
557 </widget>
558 </item>
559 <item row="3" column="0">
560 <widget class="QLabel" name="label_25">
561 <property name="text">
562 <string>Organization name</string>
563 </property>
564 </widget>
565 </item>
566 <item row="3" column="1" colspan="4">
567 <widget class="QLineEdit" name="organization"/>
568 </item>
569 <item row="4" column="0">
570 <widget class="QLabel" name="label_30">
571 <property name="text">
572 <string>Additional information</string>
573 </property>
574 </widget>
575 </item>
576 <item row="4" column="1" colspan="4">
577 <widget class="QLineEdit" name="additionalinfo"/>
578 </item>
579 <item row="5" column="2">
580 <widget class="QPushButton" name="addhistory">
581 <property name="text">
582 <string>&amp;Add</string>
583 </property>
584 </widget>
585 </item>
586 <item row="5" column="3">
587 <widget class="QPushButton" name="updatehistory">
588 <property name="text">
589 <string>&amp;Update</string>
590 </property>
591 </widget>
592 </item>
593 <item row="5" column="4">
594 <widget class="QPushButton" name="deletehistory">
595 <property name="text">
596 <string>&amp;Delete</string>
597 </property>
598 </widget>
599 </item>
600 <item row="6" column="0" colspan="5">
601 <widget class="QTreeWidget" name="professionlist">
602 <property name="alternatingRowColors">
603 <bool>true</bool>
604 </property>
605 <property name="rootIsDecorated">
606 <bool>false</bool>
607 </property>
608 <property name="uniformRowHeights">
609 <bool>true</bool>
610 </property>
611 <column>
612 <property name="text">
613 <string>Job title</string>
614 </property>
615 </column>
616 <column>
617 <property name="text">
618 <string>Date of joining</string>
619 </property>
620 </column>
621 <column>
622 <property name="text">
623 <string>Date of leaving</string>
624 </property>
625 </column>
626 <column>
627 <property name="text">
628 <string>Organization</string>
629 </property>
630 </column>
631 <column>
632 <property name="text">
633 <string>Additional info</string>
634 </property>
635 </column>
636 </widget>
637 </item>
638 </layout>
639 </widget>
640 <widget class="QWidget" name="tab_6">
641 <attribute name="title">
642 <string>Career objectives</string>
643 </attribute>
644 <layout class="QGridLayout" name="gridLayout_8">
645 <item row="0" column="0">
646 <widget class="QLabel" name="label_35">
647 <property name="text">
648 <string>Short term career objectives (one per line)</string>
649 </property>
650 </widget>
651 </item>
652 <item row="1" column="0">
653 <widget class="QPlainTextEdit" name="shorttermcareer">
654 <property name="verticalScrollBarPolicy">
655 <enum>Qt::ScrollBarAlwaysOn</enum>
656 </property>
657 </widget>
658 </item>
659 <item row="2" column="0">
660 <widget class="QLabel" name="label_36">
661 <property name="text">
662 <string>Long term career goals (one per line)</string>
663 </property>
664 </widget>
665 </item>
666 <item row="3" column="0">
667 <widget class="QPlainTextEdit" name="longtermgoals">
668 <property name="verticalScrollBarPolicy">
669 <enum>Qt::ScrollBarAlwaysOn</enum>
670 </property>
671 </widget>
672 </item>
673 </layout>
674 </widget>
675 <widget class="QWidget" name="tab_4">
676 <attribute name="title">
677 <string>Skill sets</string>
678 </attribute>
679 <layout class="QGridLayout" name="gridLayout_5">
680 <item row="0" column="0">
681 <widget class="QLabel" name="label_29">
682 <property name="text">
683 <string>Skill set title</string>
684 </property>
685 </widget>
686 </item>
687 <item row="0" column="1" colspan="3">
688 <widget class="QLineEdit" name="skillsettitle"/>
689 </item>
690 <item row="1" column="0">
691 <widget class="QLabel" name="label_31">
692 <property name="text">
693 <string>Description/details</string>
694 </property>
695 </widget>
696 </item>
697 <item row="1" column="1" colspan="3">
698 <widget class="QPlainTextEdit" name="skilldescription">
699 <property name="sizePolicy">
700 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
701 <horstretch>0</horstretch>
702 <verstretch>0</verstretch>
703 </sizepolicy>
704 </property>
705 <property name="minimumSize">
706 <size>
707 <width>0</width>
708 <height>120</height>
709 </size>
710 </property>
711 <property name="maximumSize">
712 <size>
713 <width>16777215</width>
714 <height>120</height>
715 </size>
716 </property>
717 <property name="verticalScrollBarPolicy">
718 <enum>Qt::ScrollBarAlwaysOn</enum>
719 </property>
720 </widget>
721 </item>
722 <item row="2" column="1">
723 <widget class="QPushButton" name="addskill">
724 <property name="text">
725 <string>&amp;Add</string>
726 </property>
727 </widget>
728 </item>
729 <item row="2" column="2">
730 <widget class="QPushButton" name="updateskill">
731 <property name="text">
732 <string>&amp;Update</string>
733 </property>
734 </widget>
735 </item>
736 <item row="2" column="3">
737 <widget class="QPushButton" name="deleteskill">
738 <property name="text">
739 <string>&amp;Delete</string>
740 </property>
741 </widget>
742 </item>
743 <item row="3" column="0" colspan="4">
744 <widget class="QTreeWidget" name="skillslist">
745 <property name="alternatingRowColors">
746 <bool>true</bool>
747 </property>
748 <property name="rootIsDecorated">
749 <bool>false</bool>
750 </property>
751 <property name="uniformRowHeights">
752 <bool>true</bool>
753 </property>
754 <column>
755 <property name="text">
756 <string>Skill set</string>
757 </property>
758 </column>
759 <column>
760 <property name="text">
761 <string>Description</string>
762 </property>
763 </column>
764 </widget>
765 </item>
766 </layout>
767 </widget>
768 <widget class="QWidget" name="tab_5">
769 <attribute name="title">
770 <string>Additional information</string>
771 </attribute>
772 <layout class="QGridLayout" name="gridLayout_7">
773 <item row="0" column="0">
774 <widget class="QFrame" name="frame">
775 <property name="frameShape">
776 <enum>QFrame::Panel</enum>
777 </property>
778 <property name="frameShadow">
779 <enum>QFrame::Sunken</enum>
780 </property>
781 <layout class="QGridLayout" name="gridLayout_6">
782 <item row="0" column="0" colspan="2">
783 <widget class="QLabel" name="label_32">
784 <property name="font">
785 <font>
786 <weight>75</weight>
787 <bold>true</bold>
788 </font>
789 </property>
790 <property name="text">
791 <string>Languages known</string>
792 </property>
793 </widget>
794 </item>
795 <item row="1" column="0">
796 <widget class="QLabel" name="label_33">
797 <property name="text">
798 <string>Language</string>
799 </property>
800 </widget>
801 </item>
802 <item row="1" column="1">
803 <widget class="QLineEdit" name="language"/>
804 </item>
805 <item row="1" column="2">
806 <widget class="QCheckBox" name="canspeak">
807 <property name="text">
808 <string>Spoken</string>
809 </property>
810 <property name="checked">
811 <bool>true</bool>
812 </property>
813 </widget>
814 </item>
815 <item row="1" column="3" colspan="2">
816 <widget class="QCheckBox" name="canreadwrite">
817 <property name="text">
818 <string>Read/write</string>
819 </property>
820 </widget>
821 </item>
822 <item row="1" column="5" colspan="2">
823 <widget class="QCheckBox" name="isproficient">
824 <property name="text">
825 <string>Proficient</string>
826 </property>
827 </widget>
828 </item>
829 <item row="2" column="2" colspan="2">
830 <widget class="QPushButton" name="addlanguage">
831 <property name="text">
832 <string>&amp;Add</string>
833 </property>
834 </widget>
835 </item>
836 <item row="2" column="4" colspan="2">
837 <widget class="QPushButton" name="updatelanguage">
838 <property name="text">
839 <string>&amp;Update</string>
840 </property>
841 </widget>
842 </item>
843 <item row="2" column="6">
844 <widget class="QPushButton" name="deletelanguage">
845 <property name="text">
846 <string>&amp;Delete</string>
847 </property>
848 </widget>
849 </item>
850 <item row="3" column="0" colspan="7">
851 <widget class="QTreeWidget" name="languageslist">
852 <property name="alternatingRowColors">
853 <bool>true</bool>
854 </property>
855 <property name="rootIsDecorated">
856 <bool>false</bool>
857 </property>
858 <property name="uniformRowHeights">
859 <bool>true</bool>
860 </property>
861 <column>
862 <property name="text">
863 <string>Language</string>
864 </property>
865 </column>
866 <column>
867 <property name="text">
868 <string>Can speak</string>
869 </property>
870 </column>
871 <column>
872 <property name="text">
873 <string>Can read/write</string>
874 </property>
875 </column>
876 <column>
877 <property name="text">
878 <string>Proficient</string>
879 </property>
880 </column>
881 </widget>
882 </item>
883 </layout>
884 </widget>
885 </item>
886 <item row="1" column="0">
887 <widget class="QLabel" name="label_34">
888 <property name="text">
889 <string>Additional information/disclaimer/declaration (added at the bottom of the CV)</string>
890 </property>
891 </widget>
892 </item>
893 <item row="3" column="0">
894 <widget class="QPlainTextEdit" name="additionalinformation">
895 <property name="verticalScrollBarPolicy">
896 <enum>Qt::ScrollBarAlwaysOn</enum>
897 </property>
898 </widget>
899 </item>
900 </layout>
901 </widget>
902 </widget>
903 </item>
904 </layout>
905 </widget>
906 <widget class="QMenuBar" name="menubar">
907 <property name="geometry">
908 <rect>
909 <x>0</x>
910 <y>0</y>
911 <width>730</width>
912 <height>21</height>
913 </rect>
914 </property>
915 <widget class="QMenu" name="menu_File">
916 <property name="title">
917 <string>&amp;File</string>
918 </property>
919 <widget class="QMenu" name="menu_Export">
920 <property name="statusTip">
921 <string>Export as HTML document</string>
922 </property>
923 <property name="title">
924 <string>&amp;Export</string>
925 </property>
926 <addaction name="action_HTML"/>
927 <addaction name="actionOpenDocument_ODT"/>
928 </widget>
929 <addaction name="action_New"/>
930 <addaction name="action_Save"/>
931 <addaction name="separator"/>
932 <addaction name="action_Save_2"/>
933 <addaction name="actionSave_As"/>
934 <addaction name="menu_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_Save">
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_2">
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 </widget>
1013 <resources/>
1014 <connections>
1015 <connection>
1016 <sender>addeducation</sender>
1017 <signal>clicked()</signal>
1018 <receiver>biacv_mainwindow</receiver>
1019 <slot>on_add_education()</slot>
1020 <hints>
1021 <hint type="sourcelabel">
1022 <x>534</x>
1023 <y>198</y>
1024 </hint>
1025 <hint type="destinationlabel">
1026 <x>730</x>
1027 <y>144</y>
1028 </hint>
1029 </hints>
1030 </connection>
1031 <connection>
1032 <sender>deleteeducation</sender>
1033 <signal>clicked()</signal>
1034 <receiver>biacv_mainwindow</receiver>
1035 <slot>on_delete_education()</slot>
1036 <hints>
1037 <hint type="sourcelabel">
1038 <x>677</x>
1039 <y>198</y>
1040 </hint>
1041 <hint type="destinationlabel">
1042 <x>728</x>
1043 <y>437</y>
1044 </hint>
1045 </hints>
1046 </connection>
1047 <connection>
1048 <sender>educationlist</sender>
1049 <signal>itemSelectionChanged()</signal>
1050 <receiver>biacv_mainwindow</receiver>
1051 <slot>on_select_education()</slot>
1052 <hints>
1053 <hint type="sourcelabel">
1054 <x>281</x>
1055 <y>290</y>
1056 </hint>
1057 <hint type="destinationlabel">
1058 <x>726</x>
1059 <y>472</y>
1060 </hint>
1061 </hints>
1062 </connection>
1063 <connection>
1064 <sender>updateeducation</sender>
1065 <signal>clicked()</signal>
1066 <receiver>biacv_mainwindow</receiver>
1067 <slot>on_update_education()</slot>
1068 <hints>
1069 <hint type="sourcelabel">
1070 <x>608</x>
1071 <y>202</y>
1072 </hint>
1073 <hint type="destinationlabel">
1074 <x>728</x>
1075 <y>218</y>
1076 </hint>
1077 </hints>
1078 </connection>
1079 <connection>
1080 <sender>educationlist</sender>
1081 <signal>activated(QModelIndex)</signal>
1082 <receiver>biacv_mainwindow</receiver>
1083 <slot>on_select_education()</slot>
1084 <hints>
1085 <hint type="sourcelabel">
1086 <x>648</x>
1087 <y>303</y>
1088 </hint>
1089 <hint type="destinationlabel">
1090 <x>729</x>
1091 <y>329</y>
1092 </hint>
1093 </hints>
1094 </connection>
1095 <connection>
1096 <sender>currentemployment</sender>
1097 <signal>toggled(bool)</signal>
1098 <receiver>biacv_mainwindow</receiver>
1099 <slot>on_change_currentemployment()</slot>
1100 <hints>
1101 <hint type="sourcelabel">
1102 <x>368</x>
1103 <y>140</y>
1104 </hint>
1105 <hint type="destinationlabel">
1106 <x>728</x>
1107 <y>246</y>
1108 </hint>
1109 </hints>
1110 </connection>
1111 <connection>
1112 <sender>addhistory</sender>
1113 <signal>clicked()</signal>
1114 <receiver>biacv_mainwindow</receiver>
1115 <slot>on_add_profession()</slot>
1116 <hints>
1117 <hint type="sourcelabel">
1118 <x>391</x>
1119 <y>222</y>
1120 </hint>
1121 <hint type="destinationlabel">
1122 <x>729</x>
1123 <y>289</y>
1124 </hint>
1125 </hints>
1126 </connection>
1127 <connection>
1128 <sender>professionlist</sender>
1129 <signal>itemSelectionChanged()</signal>
1130 <receiver>biacv_mainwindow</receiver>
1131 <slot>on_select_profession()</slot>
1132 <hints>
1133 <hint type="sourcelabel">
1134 <x>553</x>
1135 <y>351</y>
1136 </hint>
1137 <hint type="destinationlabel">
1138 <x>727</x>
1139 <y>379</y>
1140 </hint>
1141 </hints>
1142 </connection>
1143 <connection>
1144 <sender>professionlist</sender>
1145 <signal>activated(QModelIndex)</signal>
1146 <receiver>biacv_mainwindow</receiver>
1147 <slot>on_select_profession()</slot>
1148 <hints>
1149 <hint type="sourcelabel">
1150 <x>420</x>
1151 <y>323</y>
1152 </hint>
1153 <hint type="destinationlabel">
1154 <x>729</x>
1155 <y>422</y>
1156 </hint>
1157 </hints>
1158 </connection>
1159 <connection>
1160 <sender>deletehistory</sender>
1161 <signal>clicked()</signal>
1162 <receiver>biacv_mainwindow</receiver>
1163 <slot>on_delete_profession()</slot>
1164 <hints>
1165 <hint type="sourcelabel">
1166 <x>621</x>
1167 <y>223</y>
1168 </hint>
1169 <hint type="destinationlabel">
1170 <x>729</x>
1171 <y>187</y>
1172 </hint>
1173 </hints>
1174 </connection>
1175 <connection>
1176 <sender>updatehistory</sender>
1177 <signal>clicked()</signal>
1178 <receiver>biacv_mainwindow</receiver>
1179 <slot>on_update_profession()</slot>
1180 <hints>
1181 <hint type="sourcelabel">
1182 <x>510</x>
1183 <y>230</y>
1184 </hint>
1185 <hint type="destinationlabel">
1186 <x>726</x>
1187 <y>323</y>
1188 </hint>
1189 </hints>
1190 </connection>
1191 <connection>
1192 <sender>addskill</sender>
1193 <signal>clicked()</signal>
1194 <receiver>biacv_mainwindow</receiver>
1195 <slot>on_add_skill()</slot>
1196 <hints>
1197 <hint type="sourcelabel">
1198 <x>307</x>
1199 <y>240</y>
1200 </hint>
1201 <hint type="destinationlabel">
1202 <x>730</x>
1203 <y>127</y>
1204 </hint>
1205 </hints>
1206 </connection>
1207 <connection>
1208 <sender>deleteskill</sender>
1209 <signal>clicked()</signal>
1210 <receiver>biacv_mainwindow</receiver>
1211 <slot>on_delete_skill()</slot>
1212 <hints>
1213 <hint type="sourcelabel">
1214 <x>598</x>
1215 <y>238</y>
1216 </hint>
1217 <hint type="destinationlabel">
1218 <x>728</x>
1219 <y>174</y>
1220 </hint>
1221 </hints>
1222 </connection>
1223 <connection>
1224 <sender>skillslist</sender>
1225 <signal>activated(QModelIndex)</signal>
1226 <receiver>biacv_mainwindow</receiver>
1227 <slot>on_select_skill()</slot>
1228 <hints>
1229 <hint type="sourcelabel">
1230 <x>453</x>
1231 <y>359</y>
1232 </hint>
1233 <hint type="destinationlabel">
1234 <x>730</x>
1235 <y>279</y>
1236 </hint>
1237 </hints>
1238 </connection>
1239 <connection>
1240 <sender>skillslist</sender>
1241 <signal>itemSelectionChanged()</signal>
1242 <receiver>biacv_mainwindow</receiver>
1243 <slot>on_select_skill()</slot>
1244 <hints>
1245 <hint type="sourcelabel">
1246 <x>602</x>
1247 <y>331</y>
1248 </hint>
1249 <hint type="destinationlabel">
1250 <x>726</x>
1251 <y>413</y>
1252 </hint>
1253 </hints>
1254 </connection>
1255 <connection>
1256 <sender>updateskill</sender>
1257 <signal>clicked()</signal>
1258 <receiver>biacv_mainwindow</receiver>
1259 <slot>on_update_skill()</slot>
1260 <hints>
1261 <hint type="sourcelabel">
1262 <x>437</x>
1263 <y>243</y>
1264 </hint>
1265 <hint type="destinationlabel">
1266 <x>728</x>
1267 <y>360</y>
1268 </hint>
1269 </hints>
1270 </connection>
1271 <connection>
1272 <sender>addlanguage</sender>
1273 <signal>clicked()</signal>
1274 <receiver>biacv_mainwindow</receiver>
1275 <slot>on_add_lang()</slot>
1276 <hints>
1277 <hint type="sourcelabel">
1278 <x>545</x>
1279 <y>138</y>
1280 </hint>
1281 <hint type="destinationlabel">
1282 <x>729</x>
1283 <y>88</y>
1284 </hint>
1285 </hints>
1286 </connection>
1287 <connection>
1288 <sender>deletelanguage</sender>
1289 <signal>clicked()</signal>
1290 <receiver>biacv_mainwindow</receiver>
1291 <slot>on_delete_lang()</slot>
1292 <hints>
1293 <hint type="sourcelabel">
1294 <x>687</x>
1295 <y>142</y>
1296 </hint>
1297 <hint type="destinationlabel">
1298 <x>733</x>
1299 <y>52</y>
1300 </hint>
1301 </hints>
1302 </connection>
1303 <connection>
1304 <sender>languageslist</sender>
1305 <signal>activated(QModelIndex)</signal>
1306 <receiver>biacv_mainwindow</receiver>
1307 <slot>on_select_lang()</slot>
1308 <hints>
1309 <hint type="sourcelabel">
1310 <x>554</x>
1311 <y>224</y>
1312 </hint>
1313 <hint type="destinationlabel">
1314 <x>730</x>
1315 <y>118</y>
1316 </hint>
1317 </hints>
1318 </connection>
1319 <connection>
1320 <sender>languageslist</sender>
1321 <signal>itemSelectionChanged()</signal>
1322 <receiver>biacv_mainwindow</receiver>
1323 <slot>on_select_lang()</slot>
1324 <hints>
1325 <hint type="sourcelabel">
1326 <x>617</x>
1327 <y>189</y>
1328 </hint>
1329 <hint type="destinationlabel">
1330 <x>730</x>
1331 <y>314</y>
1332 </hint>
1333 </hints>
1334 </connection>
1335 <connection>
1336 <sender>updatelanguage</sender>
1337 <signal>clicked()</signal>
1338 <receiver>biacv_mainwindow</receiver>
1339 <slot>on_update_lang()</slot>
1340 <hints>
1341 <hint type="sourcelabel">
1342 <x>605</x>
1343 <y>140</y>
1344 </hint>
1345 <hint type="destinationlabel">
1346 <x>729</x>
1347 <y>462</y>
1348 </hint>
1349 </hints>
1350 </connection>
1351 </connections>
1352 <slots>
1353 <slot>on_add_education()</slot>
1354 <slot>on_delete_education()</slot>
1355 <slot>on_select_education()</slot>
1356 <slot>on_update_education()</slot>
1357 <slot>on_change_currentemployment()</slot>
1358 <slot>on_add_profession()</slot>
1359 <slot>on_select_profession()</slot>
1360 <slot>on_delete_profession()</slot>
1361 <slot>on_update_profession()</slot>
1362 <slot>on_add_skill()</slot>
1363 <slot>on_delete_skill()</slot>
1364 <slot>on_select_skill()</slot>
1365 <slot>on_update_skill()</slot>
1366 <slot>on_add_lang()</slot>
1367 <slot>on_delete_lang()</slot>
1368 <slot>on_select_lang()</slot>
1369 <slot>on_update_lang()</slot>
1370 </slots>
1371 </ui>