Implemented "add" for educational qualification
[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="currentIndex">
31 <number>0</number>
32 </property>
33 <widget class="QWidget" name="tab">
34 <attribute name="title">
35 <string>Personal information</string>
36 </attribute>
37 <layout class="QGridLayout" name="gridLayout">
38 <item row="0" column="4" colspan="3">
39 <widget class="QLabel" name="label_13">
40 <property name="sizePolicy">
41 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
42 <horstretch>0</horstretch>
43 <verstretch>0</verstretch>
44 </sizepolicy>
45 </property>
46 <property name="text">
47 <string>First name</string>
48 </property>
49 </widget>
50 </item>
51 <item row="0" column="8" colspan="4">
52 <widget class="QLabel" name="label_14">
53 <property name="sizePolicy">
54 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
55 <horstretch>0</horstretch>
56 <verstretch>0</verstretch>
57 </sizepolicy>
58 </property>
59 <property name="text">
60 <string>Last name</string>
61 </property>
62 </widget>
63 </item>
64 <item row="1" column="0" colspan="2">
65 <widget class="QLabel" name="label_2">
66 <property name="text">
67 <string>Title</string>
68 </property>
69 </widget>
70 </item>
71 <item row="1" column="2" colspan="2">
72 <widget class="QComboBox" name="nametitle">
73 <property name="editable">
74 <bool>true</bool>
75 </property>
76 <item>
77 <property name="text">
78 <string/>
79 </property>
80 </item>
81 <item>
82 <property name="text">
83 <string>Mr.</string>
84 </property>
85 </item>
86 <item>
87 <property name="text">
88 <string>Mrs.</string>
89 </property>
90 </item>
91 <item>
92 <property name="text">
93 <string>Ms.</string>
94 </property>
95 </item>
96 <item>
97 <property name="text">
98 <string>Dr.</string>
99 </property>
100 </item>
101 </widget>
102 </item>
103 <item row="1" column="4" colspan="3">
104 <widget class="QLineEdit" name="firstname">
105 <property name="text">
106 <string/>
107 </property>
108 </widget>
109 </item>
110 <item row="1" column="8" colspan="4">
111 <widget class="QLineEdit" name="lastname">
112 <property name="text">
113 <string/>
114 </property>
115 </widget>
116 </item>
117 <item row="2" column="0" colspan="3">
118 <widget class="QLabel" name="label_3">
119 <property name="text">
120 <string>Date of birth</string>
121 </property>
122 </widget>
123 </item>
124 <item row="2" column="3" colspan="3">
125 <widget class="QDateEdit" name="dateofbirth">
126 <property name="date">
127 <date>
128 <year>1970</year>
129 <month>1</month>
130 <day>1</day>
131 </date>
132 </property>
133 <property name="displayFormat">
134 <string>dd MMM, yyyy</string>
135 </property>
136 <property name="calendarPopup">
137 <bool>true</bool>
138 </property>
139 </widget>
140 </item>
141 <item row="3" column="0" colspan="4">
142 <widget class="QLabel" name="label_4">
143 <property name="sizePolicy">
144 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
145 <horstretch>0</horstretch>
146 <verstretch>0</verstretch>
147 </sizepolicy>
148 </property>
149 <property name="text">
150 <string>Residential address</string>
151 </property>
152 </widget>
153 </item>
154 <item row="4" column="0">
155 <widget class="QLabel" name="label_15">
156 <property name="text">
157 <string>Street</string>
158 </property>
159 </widget>
160 </item>
161 <item row="4" column="1" colspan="5">
162 <widget class="QLineEdit" name="street"/>
163 </item>
164 <item row="4" column="6">
165 <widget class="QLabel" name="label_5">
166 <property name="text">
167 <string>Landline</string>
168 </property>
169 </widget>
170 </item>
171 <item row="4" column="8">
172 <widget class="QLabel" name="label_10">
173 <property name="text">
174 <string>+</string>
175 </property>
176 </widget>
177 </item>
178 <item row="4" column="9">
179 <widget class="QLineEdit" name="countrycode_landline">
180 <property name="sizePolicy">
181 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
182 <horstretch>0</horstretch>
183 <verstretch>0</verstretch>
184 </sizepolicy>
185 </property>
186 <property name="minimumSize">
187 <size>
188 <width>60</width>
189 <height>0</height>
190 </size>
191 </property>
192 <property name="maximumSize">
193 <size>
194 <width>40</width>
195 <height>16777215</height>
196 </size>
197 </property>
198 </widget>
199 </item>
200 <item row="4" column="10">
201 <widget class="QLabel" name="label_6">
202 <property name="text">
203 <string>-</string>
204 </property>
205 </widget>
206 </item>
207 <item row="4" column="11">
208 <widget class="QLineEdit" name="telephone"/>
209 </item>
210 <item row="5" column="0">
211 <widget class="QLabel" name="label_16">
212 <property name="text">
213 <string>Area</string>
214 </property>
215 </widget>
216 </item>
217 <item row="5" column="1" colspan="5">
218 <widget class="QLineEdit" name="area"/>
219 </item>
220 <item row="5" column="6" colspan="2">
221 <widget class="QLabel" name="label_7">
222 <property name="text">
223 <string>Mobile number</string>
224 </property>
225 </widget>
226 </item>
227 <item row="5" column="8">
228 <widget class="QLabel" name="label_8">
229 <property name="text">
230 <string>+</string>
231 </property>
232 </widget>
233 </item>
234 <item row="5" column="9">
235 <widget class="QLineEdit" name="countrycode_mobile">
236 <property name="sizePolicy">
237 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
238 <horstretch>0</horstretch>
239 <verstretch>0</verstretch>
240 </sizepolicy>
241 </property>
242 <property name="minimumSize">
243 <size>
244 <width>40</width>
245 <height>0</height>
246 </size>
247 </property>
248 <property name="maximumSize">
249 <size>
250 <width>60</width>
251 <height>16777215</height>
252 </size>
253 </property>
254 </widget>
255 </item>
256 <item row="5" column="10">
257 <widget class="QLabel" name="label_9">
258 <property name="text">
259 <string>-</string>
260 </property>
261 </widget>
262 </item>
263 <item row="5" column="11">
264 <widget class="QLineEdit" name="mobilenumber"/>
265 </item>
266 <item row="6" column="0">
267 <widget class="QLabel" name="label_17">
268 <property name="text">
269 <string>City</string>
270 </property>
271 </widget>
272 </item>
273 <item row="6" column="1" colspan="5">
274 <widget class="QLineEdit" name="city"/>
275 </item>
276 <item row="6" column="6">
277 <widget class="QLabel" name="label_11">
278 <property name="text">
279 <string>E-mail ID</string>
280 </property>
281 </widget>
282 </item>
283 <item row="6" column="7" colspan="5">
284 <widget class="QLineEdit" name="email"/>
285 </item>
286 <item row="7" column="0">
287 <widget class="QLabel" name="label_18">
288 <property name="text">
289 <string>Areacode</string>
290 </property>
291 </widget>
292 </item>
293 <item row="7" column="1" colspan="5">
294 <widget class="QLineEdit" name="areacode"/>
295 </item>
296 <item row="8" column="0" colspan="3">
297 <widget class="QLabel" name="label_12">
298 <property name="text">
299 <string>Marital status</string>
300 </property>
301 </widget>
302 </item>
303 <item row="8" column="3">
304 <widget class="QRadioButton" name="married">
305 <property name="text">
306 <string>Married</string>
307 </property>
308 </widget>
309 </item>
310 <item row="8" column="4">
311 <widget class="QRadioButton" name="single">
312 <property name="text">
313 <string>Single</string>
314 </property>
315 </widget>
316 </item>
317 <item row="8" column="5" colspan="2">
318 <widget class="QRadioButton" name="unspecified">
319 <property name="text">
320 <string>Unspecified</string>
321 </property>
322 <property name="checked">
323 <bool>true</bool>
324 </property>
325 </widget>
326 </item>
327 </layout>
328 </widget>
329 <widget class="QWidget" name="tab_2">
330 <attribute name="title">
331 <string>Educational Qualifications</string>
332 </attribute>
333 <layout class="QGridLayout" name="gridLayout_3">
334 <item row="0" column="0" colspan="2">
335 <widget class="QLabel" name="label_19">
336 <property name="text">
337 <string>Degree/diploma/certificate name</string>
338 </property>
339 </widget>
340 </item>
341 <item row="0" column="2" colspan="6">
342 <widget class="QLineEdit" name="degree_name"/>
343 </item>
344 <item row="1" column="0" colspan="3">
345 <widget class="QLabel" name="label_20">
346 <property name="text">
347 <string>Month and year of passing/qualification/graduating</string>
348 </property>
349 </widget>
350 </item>
351 <item row="1" column="3" colspan="5">
352 <widget class="QDateEdit" name="yearofpassing">
353 <property name="date">
354 <date>
355 <year>1988</year>
356 <month>1</month>
357 <day>1</day>
358 </date>
359 </property>
360 <property name="displayFormat">
361 <string>MMM, yyyy</string>
362 </property>
363 <property name="calendarPopup">
364 <bool>true</bool>
365 </property>
366 </widget>
367 </item>
368 <item row="2" column="0">
369 <widget class="QLabel" name="label_21">
370 <property name="text">
371 <string>Name of institution</string>
372 </property>
373 </widget>
374 </item>
375 <item row="2" column="1" colspan="3">
376 <widget class="QLineEdit" name="institution"/>
377 </item>
378 <item row="2" column="4">
379 <widget class="QLabel" name="label_22">
380 <property name="text">
381 <string>University</string>
382 </property>
383 </widget>
384 </item>
385 <item row="2" column="5" colspan="3">
386 <widget class="QLineEdit" name="university"/>
387 </item>
388 <item row="3" column="0">
389 <widget class="QLabel" name="label_23">
390 <property name="text">
391 <string>Passing class/grade</string>
392 </property>
393 </widget>
394 </item>
395 <item row="3" column="1" colspan="3">
396 <widget class="QLineEdit" name="grade"/>
397 </item>
398 <item row="3" column="4">
399 <widget class="QLabel" name="label_24">
400 <property name="text">
401 <string>Percentage</string>
402 </property>
403 </widget>
404 </item>
405 <item row="3" column="5" colspan="3">
406 <widget class="QDoubleSpinBox" name="percentage">
407 <property name="maximum">
408 <double>100.000000000000000</double>
409 </property>
410 <property name="singleStep">
411 <double>0.100000000000000</double>
412 </property>
413 <property name="value">
414 <double>50.000000000000000</double>
415 </property>
416 </widget>
417 </item>
418 <item row="4" column="4" colspan="2">
419 <widget class="QPushButton" name="addeducation">
420 <property name="text">
421 <string>&amp;Add</string>
422 </property>
423 </widget>
424 </item>
425 <item row="4" column="6">
426 <widget class="QPushButton" name="editeducation">
427 <property name="text">
428 <string>&amp;Edit</string>
429 </property>
430 </widget>
431 </item>
432 <item row="4" column="7">
433 <widget class="QPushButton" name="deleteeducation">
434 <property name="text">
435 <string>&amp;Delete</string>
436 </property>
437 </widget>
438 </item>
439 <item row="5" column="0" colspan="8">
440 <widget class="QTreeWidget" name="educationlist">
441 <property name="sizePolicy">
442 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
443 <horstretch>0</horstretch>
444 <verstretch>0</verstretch>
445 </sizepolicy>
446 </property>
447 <column>
448 <property name="text">
449 <string>Degree</string>
450 </property>
451 </column>
452 <column>
453 <property name="text">
454 <string>Graduation date</string>
455 </property>
456 </column>
457 <column>
458 <property name="text">
459 <string>Institution</string>
460 </property>
461 </column>
462 <column>
463 <property name="text">
464 <string>University</string>
465 </property>
466 </column>
467 <column>
468 <property name="text">
469 <string>Grade</string>
470 </property>
471 </column>
472 <column>
473 <property name="text">
474 <string>Percentage</string>
475 </property>
476 </column>
477 </widget>
478 </item>
479 </layout>
480 </widget>
481 <widget class="QWidget" name="tab_3">
482 <attribute name="title">
483 <string>Professional History</string>
484 </attribute>
485 <layout class="QGridLayout" name="gridLayout_4">
486 <item row="0" column="0">
487 <widget class="QLabel" name="label_28">
488 <property name="text">
489 <string>Designation/title</string>
490 </property>
491 </widget>
492 </item>
493 <item row="0" column="1" colspan="4">
494 <widget class="QLineEdit" name="positions"/>
495 </item>
496 <item row="1" column="0">
497 <widget class="QLabel" name="label_26">
498 <property name="text">
499 <string>Date of joining post</string>
500 </property>
501 </widget>
502 </item>
503 <item row="1" column="1">
504 <widget class="QDateEdit" name="joindate">
505 <property name="displayFormat">
506 <string>dd MMM, yyyy</string>
507 </property>
508 <property name="calendarPopup">
509 <bool>true</bool>
510 </property>
511 </widget>
512 </item>
513 <item row="2" column="0">
514 <widget class="QLabel" name="label_27">
515 <property name="text">
516 <string>Date of leaving post</string>
517 </property>
518 </widget>
519 </item>
520 <item row="2" column="1">
521 <widget class="QDateEdit" name="leavedate">
522 <property name="date">
523 <date>
524 <year>2003</year>
525 <month>1</month>
526 <day>1</day>
527 </date>
528 </property>
529 <property name="displayFormat">
530 <string>dd MMM, yyyy</string>
531 </property>
532 <property name="calendarPopup">
533 <bool>true</bool>
534 </property>
535 </widget>
536 </item>
537 <item row="2" column="2" colspan="2">
538 <widget class="QCheckBox" name="checkBox">
539 <property name="text">
540 <string>Current employment</string>
541 </property>
542 </widget>
543 </item>
544 <item row="3" column="0">
545 <widget class="QLabel" name="label_25">
546 <property name="text">
547 <string>Organization name</string>
548 </property>
549 </widget>
550 </item>
551 <item row="3" column="1" colspan="4">
552 <widget class="QLineEdit" name="organization"/>
553 </item>
554 <item row="4" column="0">
555 <widget class="QLabel" name="label_30">
556 <property name="text">
557 <string>Additional information</string>
558 </property>
559 </widget>
560 </item>
561 <item row="4" column="1" colspan="4">
562 <widget class="QLineEdit" name="additionalinfo"/>
563 </item>
564 <item row="5" column="2">
565 <widget class="QPushButton" name="addhistory">
566 <property name="text">
567 <string>&amp;Add</string>
568 </property>
569 </widget>
570 </item>
571 <item row="5" column="3">
572 <widget class="QPushButton" name="edithistory">
573 <property name="text">
574 <string>&amp;Edit</string>
575 </property>
576 </widget>
577 </item>
578 <item row="5" column="4">
579 <widget class="QPushButton" name="deletehistory">
580 <property name="text">
581 <string>&amp;Delete</string>
582 </property>
583 </widget>
584 </item>
585 <item row="6" column="0" colspan="5">
586 <widget class="QColumnView" name="historylist"/>
587 </item>
588 </layout>
589 </widget>
590 <widget class="QWidget" name="tab_4">
591 <attribute name="title">
592 <string>Skill sets</string>
593 </attribute>
594 <layout class="QGridLayout" name="gridLayout_5">
595 <item row="0" column="0">
596 <widget class="QLabel" name="label_29">
597 <property name="text">
598 <string>Skill set title</string>
599 </property>
600 </widget>
601 </item>
602 <item row="0" column="1" colspan="3">
603 <widget class="QLineEdit" name="skillsettitle"/>
604 </item>
605 <item row="1" column="0">
606 <widget class="QLabel" name="label_31">
607 <property name="text">
608 <string>Description/details</string>
609 </property>
610 </widget>
611 </item>
612 <item row="1" column="1" colspan="3">
613 <widget class="QPlainTextEdit" name="skilldescription">
614 <property name="sizePolicy">
615 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
616 <horstretch>0</horstretch>
617 <verstretch>0</verstretch>
618 </sizepolicy>
619 </property>
620 <property name="minimumSize">
621 <size>
622 <width>0</width>
623 <height>120</height>
624 </size>
625 </property>
626 <property name="maximumSize">
627 <size>
628 <width>16777215</width>
629 <height>120</height>
630 </size>
631 </property>
632 <property name="verticalScrollBarPolicy">
633 <enum>Qt::ScrollBarAlwaysOn</enum>
634 </property>
635 </widget>
636 </item>
637 <item row="2" column="1">
638 <widget class="QPushButton" name="addskill">
639 <property name="text">
640 <string>&amp;Add</string>
641 </property>
642 </widget>
643 </item>
644 <item row="2" column="2">
645 <widget class="QPushButton" name="editskill">
646 <property name="text">
647 <string>&amp;Edit</string>
648 </property>
649 </widget>
650 </item>
651 <item row="2" column="3">
652 <widget class="QPushButton" name="deleteskill">
653 <property name="text">
654 <string>&amp;Delete</string>
655 </property>
656 </widget>
657 </item>
658 <item row="3" column="0" colspan="4">
659 <widget class="QColumnView" name="skillslist"/>
660 </item>
661 </layout>
662 </widget>
663 <widget class="QWidget" name="tab_5">
664 <attribute name="title">
665 <string>Additional information</string>
666 </attribute>
667 <layout class="QGridLayout" name="gridLayout_7">
668 <item row="0" column="0">
669 <widget class="QFrame" name="frame">
670 <property name="frameShape">
671 <enum>QFrame::Panel</enum>
672 </property>
673 <property name="frameShadow">
674 <enum>QFrame::Sunken</enum>
675 </property>
676 <layout class="QGridLayout" name="gridLayout_6">
677 <item row="0" column="0" colspan="2">
678 <widget class="QLabel" name="label_32">
679 <property name="font">
680 <font>
681 <weight>75</weight>
682 <bold>true</bold>
683 </font>
684 </property>
685 <property name="text">
686 <string>Languages known</string>
687 </property>
688 </widget>
689 </item>
690 <item row="1" column="0">
691 <widget class="QLabel" name="label_33">
692 <property name="text">
693 <string>Language</string>
694 </property>
695 </widget>
696 </item>
697 <item row="1" column="1">
698 <widget class="QLineEdit" name="lineEdit"/>
699 </item>
700 <item row="1" column="2">
701 <widget class="QCheckBox" name="checkBox_2">
702 <property name="text">
703 <string>Spoken</string>
704 </property>
705 <property name="checked">
706 <bool>true</bool>
707 </property>
708 </widget>
709 </item>
710 <item row="1" column="3" colspan="2">
711 <widget class="QCheckBox" name="checkBox_3">
712 <property name="text">
713 <string>Written</string>
714 </property>
715 </widget>
716 </item>
717 <item row="1" column="5" colspan="2">
718 <widget class="QCheckBox" name="checkBox_4">
719 <property name="text">
720 <string>Proficient</string>
721 </property>
722 </widget>
723 </item>
724 <item row="2" column="2" colspan="2">
725 <widget class="QPushButton" name="addlanguage">
726 <property name="text">
727 <string>&amp;Add</string>
728 </property>
729 </widget>
730 </item>
731 <item row="2" column="4" colspan="2">
732 <widget class="QPushButton" name="editlanguage">
733 <property name="text">
734 <string>&amp;Edit</string>
735 </property>
736 </widget>
737 </item>
738 <item row="2" column="6">
739 <widget class="QPushButton" name="deletelanguage">
740 <property name="text">
741 <string>&amp;Delete</string>
742 </property>
743 </widget>
744 </item>
745 <item row="3" column="0" colspan="7">
746 <widget class="QColumnView" name="languageslist"/>
747 </item>
748 </layout>
749 </widget>
750 </item>
751 <item row="1" column="0">
752 <widget class="QLabel" name="label_34">
753 <property name="text">
754 <string>Additional information/disclaimer/declaration (added at the bottom of the CV)</string>
755 </property>
756 </widget>
757 </item>
758 <item row="3" column="0">
759 <widget class="QPlainTextEdit" name="additionalinformation">
760 <property name="verticalScrollBarPolicy">
761 <enum>Qt::ScrollBarAlwaysOn</enum>
762 </property>
763 </widget>
764 </item>
765 </layout>
766 </widget>
767 </widget>
768 </item>
769 </layout>
770 </widget>
771 <widget class="QMenuBar" name="menubar">
772 <property name="geometry">
773 <rect>
774 <x>0</x>
775 <y>0</y>
776 <width>730</width>
777 <height>21</height>
778 </rect>
779 </property>
780 <widget class="QMenu" name="menu_File">
781 <property name="title">
782 <string>&amp;File</string>
783 </property>
784 <widget class="QMenu" name="menu_Export">
785 <property name="title">
786 <string>&amp;Export</string>
787 </property>
788 <addaction name="action_HTML"/>
789 <addaction name="actionOpenDocument_ODT"/>
790 </widget>
791 <addaction name="action_New"/>
792 <addaction name="action_Save"/>
793 <addaction name="separator"/>
794 <addaction name="action_Save_2"/>
795 <addaction name="actionSave_As"/>
796 <addaction name="menu_Export"/>
797 <addaction name="separator"/>
798 <addaction name="actionE_xit"/>
799 </widget>
800 <widget class="QMenu" name="menu_Help">
801 <property name="title">
802 <string>&amp;Help</string>
803 </property>
804 <addaction name="action_About"/>
805 </widget>
806 <addaction name="menu_File"/>
807 <addaction name="menu_Help"/>
808 </widget>
809 <widget class="QStatusBar" name="statusbar"/>
810 <action name="action_New">
811 <property name="text">
812 <string>&amp;New</string>
813 </property>
814 </action>
815 <action name="action_Save">
816 <property name="text">
817 <string>&amp;Open...</string>
818 </property>
819 </action>
820 <action name="action_Save_2">
821 <property name="text">
822 <string>&amp;Save</string>
823 </property>
824 </action>
825 <action name="actionSave_As">
826 <property name="text">
827 <string>Save &amp;As...</string>
828 </property>
829 </action>
830 <action name="action_HTML">
831 <property name="text">
832 <string>&amp;HTML...</string>
833 </property>
834 </action>
835 <action name="actionOpenDocument_ODT">
836 <property name="text">
837 <string>OpenDocument ODT...</string>
838 </property>
839 </action>
840 <action name="actionE_xit">
841 <property name="text">
842 <string>E&amp;xit</string>
843 </property>
844 </action>
845 <action name="action_About">
846 <property name="text">
847 <string>&amp;About</string>
848 </property>
849 </action>
850 </widget>
851 <resources/>
852 <connections>
853 <connection>
854 <sender>addeducation</sender>
855 <signal>clicked()</signal>
856 <receiver>biacv_mainwindow</receiver>
857 <slot>on_add_education()</slot>
858 <hints>
859 <hint type="sourcelabel">
860 <x>534</x>
861 <y>198</y>
862 </hint>
863 <hint type="destinationlabel">
864 <x>730</x>
865 <y>144</y>
866 </hint>
867 </hints>
868 </connection>
869 </connections>
870 <slots>
871 <slot>on_add_education()</slot>
872 </slots>
873 </ui>