30f8de2a041c001758171a18b2cb3f74bacd80fc
[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>1</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="QColumnView" 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 </widget>
448 </item>
449 </layout>
450 </widget>
451 <widget class="QWidget" name="tab_3">
452 <attribute name="title">
453 <string>Professional History</string>
454 </attribute>
455 <layout class="QGridLayout" name="gridLayout_4">
456 <item row="0" column="0">
457 <widget class="QLabel" name="label_28">
458 <property name="text">
459 <string>Designation/title</string>
460 </property>
461 </widget>
462 </item>
463 <item row="0" column="1" colspan="4">
464 <widget class="QLineEdit" name="positions"/>
465 </item>
466 <item row="1" column="0">
467 <widget class="QLabel" name="label_26">
468 <property name="text">
469 <string>Date of joining post</string>
470 </property>
471 </widget>
472 </item>
473 <item row="1" column="1">
474 <widget class="QDateEdit" name="joindate">
475 <property name="displayFormat">
476 <string>dd MMM, yyyy</string>
477 </property>
478 <property name="calendarPopup">
479 <bool>true</bool>
480 </property>
481 </widget>
482 </item>
483 <item row="2" column="0">
484 <widget class="QLabel" name="label_27">
485 <property name="text">
486 <string>Date of leaving post</string>
487 </property>
488 </widget>
489 </item>
490 <item row="2" column="1">
491 <widget class="QDateEdit" name="leavedate">
492 <property name="date">
493 <date>
494 <year>2003</year>
495 <month>1</month>
496 <day>1</day>
497 </date>
498 </property>
499 <property name="displayFormat">
500 <string>dd MMM, yyyy</string>
501 </property>
502 <property name="calendarPopup">
503 <bool>true</bool>
504 </property>
505 </widget>
506 </item>
507 <item row="2" column="2" colspan="2">
508 <widget class="QCheckBox" name="checkBox">
509 <property name="text">
510 <string>Current employment</string>
511 </property>
512 </widget>
513 </item>
514 <item row="3" column="0">
515 <widget class="QLabel" name="label_25">
516 <property name="text">
517 <string>Organization name</string>
518 </property>
519 </widget>
520 </item>
521 <item row="3" column="1" colspan="4">
522 <widget class="QLineEdit" name="organization"/>
523 </item>
524 <item row="4" column="0">
525 <widget class="QLabel" name="label_30">
526 <property name="text">
527 <string>Additional information</string>
528 </property>
529 </widget>
530 </item>
531 <item row="4" column="1" colspan="4">
532 <widget class="QLineEdit" name="additionalinfo"/>
533 </item>
534 <item row="5" column="2">
535 <widget class="QPushButton" name="addhistory">
536 <property name="text">
537 <string>&amp;Add</string>
538 </property>
539 </widget>
540 </item>
541 <item row="5" column="3">
542 <widget class="QPushButton" name="edithistory">
543 <property name="text">
544 <string>&amp;Edit</string>
545 </property>
546 </widget>
547 </item>
548 <item row="5" column="4">
549 <widget class="QPushButton" name="deletehistory">
550 <property name="text">
551 <string>&amp;Delete</string>
552 </property>
553 </widget>
554 </item>
555 <item row="6" column="0" colspan="5">
556 <widget class="QColumnView" name="historylist"/>
557 </item>
558 </layout>
559 </widget>
560 <widget class="QWidget" name="tab_4">
561 <attribute name="title">
562 <string>Skill sets</string>
563 </attribute>
564 <layout class="QGridLayout" name="gridLayout_5">
565 <item row="0" column="0">
566 <widget class="QLabel" name="label_29">
567 <property name="text">
568 <string>Skill set title</string>
569 </property>
570 </widget>
571 </item>
572 <item row="0" column="1" colspan="3">
573 <widget class="QLineEdit" name="skillsettitle"/>
574 </item>
575 <item row="1" column="0">
576 <widget class="QLabel" name="label_31">
577 <property name="text">
578 <string>Description/details</string>
579 </property>
580 </widget>
581 </item>
582 <item row="1" column="1" colspan="3">
583 <widget class="QPlainTextEdit" name="skilldescription">
584 <property name="sizePolicy">
585 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
586 <horstretch>0</horstretch>
587 <verstretch>0</verstretch>
588 </sizepolicy>
589 </property>
590 <property name="minimumSize">
591 <size>
592 <width>0</width>
593 <height>120</height>
594 </size>
595 </property>
596 <property name="maximumSize">
597 <size>
598 <width>16777215</width>
599 <height>120</height>
600 </size>
601 </property>
602 <property name="verticalScrollBarPolicy">
603 <enum>Qt::ScrollBarAlwaysOn</enum>
604 </property>
605 </widget>
606 </item>
607 <item row="2" column="1">
608 <widget class="QPushButton" name="addskill">
609 <property name="text">
610 <string>&amp;Add</string>
611 </property>
612 </widget>
613 </item>
614 <item row="2" column="2">
615 <widget class="QPushButton" name="editskill">
616 <property name="text">
617 <string>&amp;Edit</string>
618 </property>
619 </widget>
620 </item>
621 <item row="2" column="3">
622 <widget class="QPushButton" name="deleteskill">
623 <property name="text">
624 <string>&amp;Delete</string>
625 </property>
626 </widget>
627 </item>
628 <item row="3" column="0" colspan="4">
629 <widget class="QColumnView" name="skillslist"/>
630 </item>
631 </layout>
632 </widget>
633 <widget class="QWidget" name="tab_5">
634 <attribute name="title">
635 <string>Additional information</string>
636 </attribute>
637 <layout class="QGridLayout" name="gridLayout_7">
638 <item row="0" column="0">
639 <widget class="QFrame" name="frame">
640 <property name="frameShape">
641 <enum>QFrame::Panel</enum>
642 </property>
643 <property name="frameShadow">
644 <enum>QFrame::Sunken</enum>
645 </property>
646 <layout class="QGridLayout" name="gridLayout_6">
647 <item row="0" column="0" colspan="2">
648 <widget class="QLabel" name="label_32">
649 <property name="font">
650 <font>
651 <weight>75</weight>
652 <bold>true</bold>
653 </font>
654 </property>
655 <property name="text">
656 <string>Languages known</string>
657 </property>
658 </widget>
659 </item>
660 <item row="1" column="0">
661 <widget class="QLabel" name="label_33">
662 <property name="text">
663 <string>Language</string>
664 </property>
665 </widget>
666 </item>
667 <item row="1" column="1">
668 <widget class="QLineEdit" name="lineEdit"/>
669 </item>
670 <item row="1" column="2">
671 <widget class="QCheckBox" name="checkBox_2">
672 <property name="text">
673 <string>Spoken</string>
674 </property>
675 <property name="checked">
676 <bool>true</bool>
677 </property>
678 </widget>
679 </item>
680 <item row="1" column="3" colspan="2">
681 <widget class="QCheckBox" name="checkBox_3">
682 <property name="text">
683 <string>Written</string>
684 </property>
685 </widget>
686 </item>
687 <item row="1" column="5" colspan="2">
688 <widget class="QCheckBox" name="checkBox_4">
689 <property name="text">
690 <string>Proficient</string>
691 </property>
692 </widget>
693 </item>
694 <item row="2" column="2" colspan="2">
695 <widget class="QPushButton" name="addlanguage">
696 <property name="text">
697 <string>&amp;Add</string>
698 </property>
699 </widget>
700 </item>
701 <item row="2" column="4" colspan="2">
702 <widget class="QPushButton" name="editlanguage">
703 <property name="text">
704 <string>&amp;Edit</string>
705 </property>
706 </widget>
707 </item>
708 <item row="2" column="6">
709 <widget class="QPushButton" name="deletelanguage">
710 <property name="text">
711 <string>&amp;Delete</string>
712 </property>
713 </widget>
714 </item>
715 <item row="3" column="0" colspan="7">
716 <widget class="QColumnView" name="languageslist"/>
717 </item>
718 </layout>
719 </widget>
720 </item>
721 <item row="1" column="0">
722 <widget class="QLabel" name="label_34">
723 <property name="text">
724 <string>Additional information/disclaimer/declaration (added at the bottom of the CV)</string>
725 </property>
726 </widget>
727 </item>
728 <item row="3" column="0">
729 <widget class="QPlainTextEdit" name="additionalinformation">
730 <property name="verticalScrollBarPolicy">
731 <enum>Qt::ScrollBarAlwaysOn</enum>
732 </property>
733 </widget>
734 </item>
735 </layout>
736 </widget>
737 </widget>
738 </item>
739 </layout>
740 </widget>
741 <widget class="QMenuBar" name="menubar">
742 <property name="geometry">
743 <rect>
744 <x>0</x>
745 <y>0</y>
746 <width>730</width>
747 <height>21</height>
748 </rect>
749 </property>
750 <widget class="QMenu" name="menu_File">
751 <property name="title">
752 <string>&amp;File</string>
753 </property>
754 <widget class="QMenu" name="menu_Export">
755 <property name="title">
756 <string>&amp;Export</string>
757 </property>
758 <addaction name="action_HTML"/>
759 <addaction name="actionOpenDocument_ODT"/>
760 </widget>
761 <addaction name="action_New"/>
762 <addaction name="action_Save"/>
763 <addaction name="separator"/>
764 <addaction name="action_Save_2"/>
765 <addaction name="actionSave_As"/>
766 <addaction name="menu_Export"/>
767 <addaction name="separator"/>
768 <addaction name="actionE_xit"/>
769 </widget>
770 <widget class="QMenu" name="menu_Help">
771 <property name="title">
772 <string>&amp;Help</string>
773 </property>
774 <addaction name="action_About"/>
775 </widget>
776 <addaction name="menu_File"/>
777 <addaction name="menu_Help"/>
778 </widget>
779 <widget class="QStatusBar" name="statusbar"/>
780 <action name="action_New">
781 <property name="text">
782 <string>&amp;New...</string>
783 </property>
784 </action>
785 <action name="action_Save">
786 <property name="text">
787 <string>&amp;Open</string>
788 </property>
789 </action>
790 <action name="action_Save_2">
791 <property name="text">
792 <string>&amp;Save</string>
793 </property>
794 </action>
795 <action name="actionSave_As">
796 <property name="text">
797 <string>Save &amp;As...</string>
798 </property>
799 </action>
800 <action name="action_HTML">
801 <property name="text">
802 <string>&amp;HTML...</string>
803 </property>
804 </action>
805 <action name="actionOpenDocument_ODT">
806 <property name="text">
807 <string>OpenDocument ODT...</string>
808 </property>
809 </action>
810 <action name="actionE_xit">
811 <property name="text">
812 <string>E&amp;xit</string>
813 </property>
814 </action>
815 <action name="action_About">
816 <property name="text">
817 <string>&amp;About</string>
818 </property>
819 </action>
820 </widget>
821 <resources/>
822 <connections>
823 <connection>
824 <sender>addeducation</sender>
825 <signal>clicked()</signal>
826 <receiver>biacv_mainwindow</receiver>
827 <slot>on_add_education()</slot>
828 <hints>
829 <hint type="sourcelabel">
830 <x>534</x>
831 <y>198</y>
832 </hint>
833 <hint type="destinationlabel">
834 <x>730</x>
835 <y>144</y>
836 </hint>
837 </hints>
838 </connection>
839 </connections>
840 <slots>
841 <slot>on_add_education()</slot>
842 </slots>
843 </ui>