EditSedimentLayers.ui 3.08 KiB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>960</width>
    <height>480</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <layout class="QGridLayout" name="gridLayout">
    <item row="0" column="0">
     <widget class="QSplitter" name="splitter">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
      <widget class="QTableView" name="tableView"/>
      <widget class="QWidget" name="verticalLayoutWidget">
       <layout class="QVBoxLayout" name="verticalLayout"/>
      </widget>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>960</width>
     <height>22</height>
    </rect>
   </property>
  </widget>
  <widget class="QStatusBar" name="statusbar"/>
  <widget class="QToolBar" name="toolBar">
   <property name="windowTitle">
    <string>toolBar</string>
   </property>
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
   <addaction name="action_add_sediment_layer"/>
   <addaction name="action_delete_sediment_layer"/>
   <addaction name="action_move_up"/>
   <addaction name="action_move_down"/>
  </widget>
  <action name="action_add_sediment_layer">
   <property name="icon">
    <iconset>
     <normaloff>ressources/gtk-add.png</normaloff>ressources/gtk-add.png</iconset>
   </property>
   <property name="text">
    <string>Add sediment layer</string>
   </property>
   <property name="toolTip">
    <string>Add a new sediment layer</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+N</string>
   </property>
7172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
</action> <action name="action_delete_sediment_layer"> <property name="icon"> <iconset> <normaloff>ressources/gtk-remove.png</normaloff>ressources/gtk-remove.png</iconset> </property> <property name="text"> <string>Delete sediment layer</string> </property> <property name="toolTip"> <string>Delete selected sediment layer(s)</string> </property> <property name="shortcut"> <string>Ctrl+D</string> </property> </action> <action name="action_move_up"> <property name="icon"> <iconset> <normaloff>ressources/up.png</normaloff>ressources/up.png</iconset> </property> <property name="text"> <string>Move up</string> </property> <property name="toolTip"> <string>Move up</string> </property> </action> <action name="action_move_down"> <property name="icon"> <iconset> <normaloff>ressources/down.png</normaloff>ressources/down.png</iconset> </property> <property name="text"> <string>Move down</string> </property> <property name="toolTip"> <string>Move down</string> </property> </action> </widget> <resources/> <connections/> </ui>