Add skill set
[biacv.git] / biacv_mainwindow.ui
index fd9d129..f8ffb74 100644 (file)
@@ -31,7 +31,7 @@
        <enum>QTabWidget::Rounded</enum>
       </property>
       <property name="currentIndex">
-       <number>0</number>
+       <number>4</number>
       </property>
       <property name="documentMode">
        <bool>true</bool>
          </widget>
         </item>
         <item row="3" column="0" colspan="4">
-         <widget class="QColumnView" name="skillslist"/>
+         <widget class="QTreeWidget" name="skillslist">
+          <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>Skill set</string>
+           </property>
+          </column>
+          <column>
+           <property name="text">
+            <string>Description</string>
+           </property>
+          </column>
+         </widget>
         </item>
        </layout>
       </widget>
      <string>&amp;File</string>
     </property>
     <widget class="QMenu" name="menu_Export">
+     <property name="statusTip">
+      <string>Export as HTML document</string>
+     </property>
      <property name="title">
       <string>&amp;Export</string>
      </property>
    <property name="text">
     <string>&amp;New</string>
    </property>
+   <property name="statusTip">
+    <string>Create a new file</string>
+   </property>
   </action>
   <action name="action_Save">
    <property name="text">
     <string>&amp;Open...</string>
    </property>
+   <property name="statusTip">
+    <string>Open an existing file</string>
+   </property>
   </action>
   <action name="action_Save_2">
    <property name="text">
     <string>&amp;Save</string>
    </property>
+   <property name="statusTip">
+    <string>Save current file</string>
+   </property>
+   <property name="shortcut">
+    <string>Ctrl+S</string>
+   </property>
   </action>
   <action name="actionSave_As">
    <property name="text">
     <string>Save &amp;As...</string>
    </property>
+   <property name="statusTip">
+    <string>Save as a different file</string>
+   </property>
   </action>
   <action name="action_HTML">
    <property name="text">
     <string>&amp;HTML...</string>
    </property>
+   <property name="statusTip">
+    <string>Export as HTML document</string>
+   </property>
   </action>
   <action name="actionOpenDocument_ODT">
    <property name="text">
     <string>OpenDocument ODT...</string>
    </property>
+   <property name="statusTip">
+    <string>Export as an OpenOffice document</string>
+   </property>
   </action>
   <action name="actionE_xit">
    <property name="text">
    <property name="text">
     <string>&amp;About</string>
    </property>
+   <property name="statusTip">
+    <string>Show program information</string>
+   </property>
   </action>
  </widget>
  <resources/>
     </hint>
    </hints>
   </connection>
+  <connection>
+   <sender>addskill</sender>
+   <signal>clicked()</signal>
+   <receiver>biacv_mainwindow</receiver>
+   <slot>on_add_skill()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>307</x>
+     <y>240</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>730</x>
+     <y>127</y>
+    </hint>
+   </hints>
+  </connection>
  </connections>
  <slots>
   <slot>on_add_education()</slot>
   <slot>on_select_profession()</slot>
   <slot>on_delete_profession()</slot>
   <slot>on_update_profession()</slot>
+  <slot>on_add_skill()</slot>
  </slots>
 </ui>