GeometryReach.ui 6.64 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>1280</width>
    <height>720</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <property name="locale">
   <locale language="English" country="Europe"/>
  </property>
  <widget class="QWidget" name="centralwidget">
   <layout class="QGridLayout" name="gridLayout">
    <item row="0" column="0">
     <layout class="QHBoxLayout" name="horizontalLayout">
      <item>
       <widget class="QSplitter" name="splitter_3">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <widget class="QTableView" name="tableView"/>
        <widget class="QSplitter" name="splitter_2">
         <property name="orientation">
          <enum>Qt::Vertical</enum>
         </property>
         <widget class="QSplitter" name="splitter">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
          <widget class="QWidget" name="verticalLayoutWidget">
           <layout class="QVBoxLayout" name="verticalLayout"/>
          </widget>
          <widget class="QWidget" name="verticalLayoutWidget_2">
           <layout class="QVBoxLayout" name="verticalLayout_2"/>
          </widget>
         </widget>
         <widget class="QWidget" name="verticalLayoutWidget_3">
          <layout class="QVBoxLayout" name="verticalLayout_3"/>
         </widget>
        </widget>
       </widget>
      </item>
      <item>
       <layout class="QVBoxLayout" name="verticalLayout_4">
        <item>
         <layout class="QHBoxLayout" name="horizontalLayout_2">
          <item>
           <widget class="QSlider" name="verticalSlider">
            <property name="orientation">
             <enum>Qt::Vertical</enum>
            </property>
            <property name="invertedAppearance">
             <bool>true</bool>
            </property>
            <property name="invertedControls">
             <bool>true</bool>
            </property>
           </widget>
          </item>
         </layout>
        </item>
        <item>
         <widget class="QPushButton" name="pushButton_up">
7172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
<property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>ressources/go-up2.png</normaloff>ressources/go-up2.png</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_down"> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>ressources/go-down1.png</normaloff>ressources/go-down1.png</iconset> </property> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1280</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_import"/> <addaction name="action_add"/> <addaction name="action_delete"/> <addaction name="action_edit"/> <addaction name="action_sort_asc"/> <addaction name="action_sort_des"/> <addaction name="action_up"/> <addaction name="action_down"/> <addaction name="action_export"/> </widget> <action name="action_import"> <property name="text"> <string>import</string> </property> <property name="toolTip"> <string>Import geometry</string> </property> </action> <action name="action_export"> <property name="text"> <string>export</string> </property> <property name="toolTip">
141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
<string>Export geometry</string> </property> </action> <action name="action_add"> <property name="icon"> <iconset> <normaloff>ressources/gtk-add.png</normaloff>ressources/gtk-add.png</iconset> </property> <property name="text"> <string>add</string> </property> <property name="toolTip"> <string>Add a cross-section</string> </property> </action> <action name="action_delete"> <property name="icon"> <iconset> <normaloff>ressources/gtk-remove.png</normaloff>ressources/gtk-remove.png</iconset> </property> <property name="text"> <string>delete</string> </property> <property name="toolTip"> <string>Delete selected cross-section(s)</string> </property> </action> <action name="action_edit"> <property name="icon"> <iconset> <normaloff>ressources/edit.png</normaloff>ressources/edit.png</iconset> </property> <property name="text"> <string>edit</string> </property> <property name="toolTip"> <string>Edit selected cross section(s)</string> </property> </action> <action name="action_sort_asc"> <property name="icon"> <iconset> <normaloff>ressources/gtk-sort-ascending.png</normaloff>ressources/gtk-sort-ascending.png</iconset> </property> <property name="text"> <string>sort_asc</string> </property> <property name="toolTip"> <string>Sort cross-sections by ascending KP</string> </property> </action> <action name="action_sort_des"> <property name="icon"> <iconset> <normaloff>ressources/gtk-sort-descending.png</normaloff>ressources/gtk-sort-descending.png</iconset> </property> <property name="text"> <string>sort_des</string> </property> <property name="toolTip"> <string>Sort cross-sections by descending KP</string> </property> </action> <action name="action_up"> <property name="icon"> <iconset> <normaloff>ressources/up.png</normaloff>ressources/up.png</iconset> </property> <property name="text"> <string>up</string>
211212213214215216217218219220221222223224225226227228229230231232
</property> <property name="toolTip"> <string>Move up selected cross-section(s)</string> </property> </action> <action name="action_down"> <property name="icon"> <iconset> <normaloff>ressources/down.png</normaloff>ressources/down.png</iconset> </property> <property name="text"> <string>down</string> </property> <property name="toolTip"> <string>Move down selected cross-section(s)</string> </property> </action> </widget> <resources/> <connections/> </ui>