Add professional qualification
[biacv.git] / biacv_mainwindow.ui
index 4fb9cc8..812e7a8 100644 (file)
     </item>
     <item row="1" column="0" colspan="2">
      <widget class="QTabWidget" name="pages">
+      <property name="tabShape">
+       <enum>QTabWidget::Rounded</enum>
+      </property>
       <property name="currentIndex">
-       <number>1</number>
+       <number>0</number>
+      </property>
+      <property name="documentMode">
+       <bool>true</bool>
       </property>
       <widget class="QWidget" name="tab">
        <attribute name="title">
          </widget>
         </item>
         <item row="0" column="1" colspan="4">
-         <widget class="QLineEdit" name="positions"/>
+         <widget class="QLineEdit" name="designation"/>
         </item>
         <item row="1" column="0">
          <widget class="QLabel" name="label_26">
          </widget>
         </item>
         <item row="2" column="2" colspan="2">
-         <widget class="QCheckBox" name="checkBox">
+         <widget class="QCheckBox" name="currentemployment">
           <property name="text">
            <string>Current employment</string>
           </property>
          </widget>
         </item>
         <item row="6" column="0" colspan="5">
-         <widget class="QColumnView" name="historylist"/>
+         <widget class="QTreeWidget" name="professionlist">
+          <property name="alternatingRowColors">
+           <bool>true</bool>
+          </property>
+          <property name="rootIsDecorated">
+           <bool>false</bool>
+          </property>
+          <property name="uniformRowHeights">
+           <bool>true</bool>
+          </property>
+          <column>
+           <property name="text">
+            <string>Job title</string>
+           </property>
+          </column>
+          <column>
+           <property name="text">
+            <string>Date of joining</string>
+           </property>
+          </column>
+          <column>
+           <property name="text">
+            <string>Date of leaving</string>
+           </property>
+          </column>
+          <column>
+           <property name="text">
+            <string>Organization</string>
+           </property>
+          </column>
+          <column>
+           <property name="text">
+            <string>Additional info</string>
+           </property>
+          </column>
+         </widget>
+        </item>
+       </layout>
+      </widget>
+      <widget class="QWidget" name="tab_6">
+       <attribute name="title">
+        <string>Career objectives</string>
+       </attribute>
+       <layout class="QGridLayout" name="gridLayout_8">
+        <item row="0" column="0">
+         <widget class="QLabel" name="label_35">
+          <property name="text">
+           <string>Short term career objectives (one per line)</string>
+          </property>
+         </widget>
+        </item>
+        <item row="1" column="0">
+         <widget class="QPlainTextEdit" name="shorttermcareer">
+          <property name="verticalScrollBarPolicy">
+           <enum>Qt::ScrollBarAlwaysOn</enum>
+          </property>
+         </widget>
+        </item>
+        <item row="2" column="0">
+         <widget class="QLabel" name="label_36">
+          <property name="text">
+           <string>Long term career goals (one per line)</string>
+          </property>
+         </widget>
+        </item>
+        <item row="3" column="0">
+         <widget class="QPlainTextEdit" name="longtermgoals">
+          <property name="verticalScrollBarPolicy">
+           <enum>Qt::ScrollBarAlwaysOn</enum>
+          </property>
+         </widget>
         </item>
        </layout>
       </widget>
     </hint>
    </hints>
   </connection>
+  <connection>
+   <sender>currentemployment</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>biacv_mainwindow</receiver>
+   <slot>on_change_currentemployment()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>368</x>
+     <y>140</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>728</x>
+     <y>246</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>addhistory</sender>
+   <signal>clicked()</signal>
+   <receiver>biacv_mainwindow</receiver>
+   <slot>on_add_profession()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>391</x>
+     <y>222</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>729</x>
+     <y>289</y>
+    </hint>
+   </hints>
+  </connection>
  </connections>
  <slots>
   <slot>on_add_education()</slot>
   <slot>on_delete_education()</slot>
   <slot>on_select_education()</slot>
   <slot>on_update_education()</slot>
+  <slot>on_change_currentemployment()</slot>
+  <slot>on_add_profession()</slot>
  </slots>
 </ui>