Delete professional history item done
[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="editskill">
731 <property name="text">
732 <string>&amp;Edit</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="QColumnView" name="skillslist"/>
745 </item>
746 </layout>
747 </widget>
748 <widget class="QWidget" name="tab_5">
749 <attribute name="title">
750 <string>Additional information</string>
751 </attribute>
752 <layout class="QGridLayout" name="gridLayout_7">
753 <item row="0" column="0">
754 <widget class="QFrame" name="frame">
755 <property name="frameShape">
756 <enum>QFrame::Panel</enum>
757 </property>
758 <property name="frameShadow">
759 <enum>QFrame::Sunken</enum>
760 </property>
761 <layout class="QGridLayout" name="gridLayout_6">
762 <item row="0" column="0" colspan="2">
763 <widget class="QLabel" name="label_32">
764 <property name="font">
765 <font>
766 <weight>75</weight>
767 <bold>true</bold>
768 </font>
769 </property>
770 <property name="text">
771 <string>Languages known</string>
772 </property>
773 </widget>
774 </item>
775 <item row="1" column="0">
776 <widget class="QLabel" name="label_33">
777 <property name="text">
778 <string>Language</string>
779 </property>
780 </widget>
781 </item>
782 <item row="1" column="1">
783 <widget class="QLineEdit" name="lineEdit"/>
784 </item>
785 <item row="1" column="2">
786 <widget class="QCheckBox" name="checkBox_2">
787 <property name="text">
788 <string>Spoken</string>
789 </property>
790 <property name="checked">
791 <bool>true</bool>
792 </property>
793 </widget>
794 </item>
795 <item row="1" column="3" colspan="2">
796 <widget class="QCheckBox" name="checkBox_3">
797 <property name="text">
798 <string>Written</string>
799 </property>
800 </widget>
801 </item>
802 <item row="1" column="5" colspan="2">
803 <widget class="QCheckBox" name="checkBox_4">
804 <property name="text">
805 <string>Proficient</string>
806 </property>
807 </widget>
808 </item>
809 <item row="2" column="2" colspan="2">
810 <widget class="QPushButton" name="addlanguage">
811 <property name="text">
812 <string>&amp;Add</string>
813 </property>
814 </widget>
815 </item>
816 <item row="2" column="4" colspan="2">
817 <widget class="QPushButton" name="editlanguage">
818 <property name="text">
819 <string>&amp;Edit</string>
820 </property>
821 </widget>
822 </item>
823 <item row="2" column="6">
824 <widget class="QPushButton" name="deletelanguage">
825 <property name="text">
826 <string>&amp;Delete</string>
827 </property>
828 </widget>
829 </item>
830 <item row="3" column="0" colspan="7">
831 <widget class="QColumnView" name="languageslist"/>
832 </item>
833 </layout>
834 </widget>
835 </item>
836 <item row="1" column="0">
837 <widget class="QLabel" name="label_34">
838 <property name="text">
839 <string>Additional information/disclaimer/declaration (added at the bottom of the CV)</string>
840 </property>
841 </widget>
842 </item>
843 <item row="3" column="0">
844 <widget class="QPlainTextEdit" name="additionalinformation">
845 <property name="verticalScrollBarPolicy">
846 <enum>Qt::ScrollBarAlwaysOn</enum>
847 </property>
848 </widget>
849 </item>
850 </layout>
851 </widget>
852 </widget>
853 </item>
854 </layout>
855 </widget>
856 <widget class="QMenuBar" name="menubar">
857 <property name="geometry">
858 <rect>
859 <x>0</x>
860 <y>0</y>
861 <width>730</width>
862 <height>21</height>
863 </rect>
864 </property>
865 <widget class="QMenu" name="menu_File">
866 <property name="title">
867 <string>&amp;File</string>
868 </property>
869 <widget class="QMenu" name="menu_Export">
870 <property name="title">
871 <string>&amp;Export</string>
872 </property>
873 <addaction name="action_HTML"/>
874 <addaction name="actionOpenDocument_ODT"/>
875 </widget>
876 <addaction name="action_New"/>
877 <addaction name="action_Save"/>
878 <addaction name="separator"/>
879 <addaction name="action_Save_2"/>
880 <addaction name="actionSave_As"/>
881 <addaction name="menu_Export"/>
882 <addaction name="separator"/>
883 <addaction name="actionE_xit"/>
884 </widget>
885 <widget class="QMenu" name="menu_Help">
886 <property name="title">
887 <string>&amp;Help</string>
888 </property>
889 <addaction name="action_About"/>
890 </widget>
891 <addaction name="menu_File"/>
892 <addaction name="menu_Help"/>
893 </widget>
894 <widget class="QStatusBar" name="statusbar"/>
895 <action name="action_New">
896 <property name="text">
897 <string>&amp;New</string>
898 </property>
899 </action>
900 <action name="action_Save">
901 <property name="text">
902 <string>&amp;Open...</string>
903 </property>
904 </action>
905 <action name="action_Save_2">
906 <property name="text">
907 <string>&amp;Save</string>
908 </property>
909 </action>
910 <action name="actionSave_As">
911 <property name="text">
912 <string>Save &amp;As...</string>
913 </property>
914 </action>
915 <action name="action_HTML">
916 <property name="text">
917 <string>&amp;HTML...</string>
918 </property>
919 </action>
920 <action name="actionOpenDocument_ODT">
921 <property name="text">
922 <string>OpenDocument ODT...</string>
923 </property>
924 </action>
925 <action name="actionE_xit">
926 <property name="text">
927 <string>E&amp;xit</string>
928 </property>
929 </action>
930 <action name="action_About">
931 <property name="text">
932 <string>&amp;About</string>
933 </property>
934 </action>
935 </widget>
936 <resources/>
937 <connections>
938 <connection>
939 <sender>addeducation</sender>
940 <signal>clicked()</signal>
941 <receiver>biacv_mainwindow</receiver>
942 <slot>on_add_education()</slot>
943 <hints>
944 <hint type="sourcelabel">
945 <x>534</x>
946 <y>198</y>
947 </hint>
948 <hint type="destinationlabel">
949 <x>730</x>
950 <y>144</y>
951 </hint>
952 </hints>
953 </connection>
954 <connection>
955 <sender>deleteeducation</sender>
956 <signal>clicked()</signal>
957 <receiver>biacv_mainwindow</receiver>
958 <slot>on_delete_education()</slot>
959 <hints>
960 <hint type="sourcelabel">
961 <x>677</x>
962 <y>198</y>
963 </hint>
964 <hint type="destinationlabel">
965 <x>728</x>
966 <y>437</y>
967 </hint>
968 </hints>
969 </connection>
970 <connection>
971 <sender>educationlist</sender>
972 <signal>itemSelectionChanged()</signal>
973 <receiver>biacv_mainwindow</receiver>
974 <slot>on_select_education()</slot>
975 <hints>
976 <hint type="sourcelabel">
977 <x>281</x>
978 <y>290</y>
979 </hint>
980 <hint type="destinationlabel">
981 <x>726</x>
982 <y>472</y>
983 </hint>
984 </hints>
985 </connection>
986 <connection>
987 <sender>updateeducation</sender>
988 <signal>clicked()</signal>
989 <receiver>biacv_mainwindow</receiver>
990 <slot>on_update_education()</slot>
991 <hints>
992 <hint type="sourcelabel">
993 <x>608</x>
994 <y>202</y>
995 </hint>
996 <hint type="destinationlabel">
997 <x>728</x>
998 <y>218</y>
999 </hint>
1000 </hints>
1001 </connection>
1002 <connection>
1003 <sender>educationlist</sender>
1004 <signal>activated(QModelIndex)</signal>
1005 <receiver>biacv_mainwindow</receiver>
1006 <slot>on_select_education()</slot>
1007 <hints>
1008 <hint type="sourcelabel">
1009 <x>648</x>
1010 <y>303</y>
1011 </hint>
1012 <hint type="destinationlabel">
1013 <x>729</x>
1014 <y>329</y>
1015 </hint>
1016 </hints>
1017 </connection>
1018 <connection>
1019 <sender>currentemployment</sender>
1020 <signal>toggled(bool)</signal>
1021 <receiver>biacv_mainwindow</receiver>
1022 <slot>on_change_currentemployment()</slot>
1023 <hints>
1024 <hint type="sourcelabel">
1025 <x>368</x>
1026 <y>140</y>
1027 </hint>
1028 <hint type="destinationlabel">
1029 <x>728</x>
1030 <y>246</y>
1031 </hint>
1032 </hints>
1033 </connection>
1034 <connection>
1035 <sender>addhistory</sender>
1036 <signal>clicked()</signal>
1037 <receiver>biacv_mainwindow</receiver>
1038 <slot>on_add_profession()</slot>
1039 <hints>
1040 <hint type="sourcelabel">
1041 <x>391</x>
1042 <y>222</y>
1043 </hint>
1044 <hint type="destinationlabel">
1045 <x>729</x>
1046 <y>289</y>
1047 </hint>
1048 </hints>
1049 </connection>
1050 <connection>
1051 <sender>professionlist</sender>
1052 <signal>itemSelectionChanged()</signal>
1053 <receiver>biacv_mainwindow</receiver>
1054 <slot>on_select_profession()</slot>
1055 <hints>
1056 <hint type="sourcelabel">
1057 <x>553</x>
1058 <y>351</y>
1059 </hint>
1060 <hint type="destinationlabel">
1061 <x>727</x>
1062 <y>379</y>
1063 </hint>
1064 </hints>
1065 </connection>
1066 <connection>
1067 <sender>professionlist</sender>
1068 <signal>activated(QModelIndex)</signal>
1069 <receiver>biacv_mainwindow</receiver>
1070 <slot>on_select_profession()</slot>
1071 <hints>
1072 <hint type="sourcelabel">
1073 <x>420</x>
1074 <y>323</y>
1075 </hint>
1076 <hint type="destinationlabel">
1077 <x>729</x>
1078 <y>422</y>
1079 </hint>
1080 </hints>
1081 </connection>
1082 <connection>
1083 <sender>deletehistory</sender>
1084 <signal>clicked()</signal>
1085 <receiver>biacv_mainwindow</receiver>
1086 <slot>on_delete_profession()</slot>
1087 <hints>
1088 <hint type="sourcelabel">
1089 <x>621</x>
1090 <y>223</y>
1091 </hint>
1092 <hint type="destinationlabel">
1093 <x>729</x>
1094 <y>187</y>
1095 </hint>
1096 </hints>
1097 </connection>
1098 </connections>
1099 <slots>
1100 <slot>on_add_education()</slot>
1101 <slot>on_delete_education()</slot>
1102 <slot>on_select_education()</slot>
1103 <slot>on_update_education()</slot>
1104 <slot>on_change_currentemployment()</slot>
1105 <slot>on_add_profession()</slot>
1106 <slot>on_select_profession()</slot>
1107 <slot>on_delete_profession()</slot>
1108 </slots>
1109 </ui>