Forked from HYCAR-Hydro / airGR
Source project has a limited visibility.
LateralContributions.ui 4.69 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>800</width>
    <height>450</height>
   </rect>
  </property>
  <property name="sizePolicy">
   <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </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">
     <widget class="QSplitter" name="splitter">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
      <widget class="QTabWidget" name="tabWidget">
       <property name="minimumSize">
        <size>
         <width>300</width>
         <height>0</height>
        </size>
       </property>
       <property name="currentIndex">
        <number>0</number>
       </property>
       <widget class="QWidget" name="tab_liquid">
        <attribute name="title">
         <string>Liquid</string>
        </attribute>
        <layout class="QGridLayout" name="gridLayout_2">
         <item row="0" column="0">
          <widget class="QTableView" name="tableView_liquid"/>
         </item>
        </layout>
       </widget>
       <widget class="QWidget" name="tab_solid">
        <attribute name="title">
         <string>Solid</string>
        </attribute>
        <layout class="QGridLayout" name="gridLayout_3">
         <item row="0" column="0">
          <widget class="QTableView" name="tableView_solid"/>
         </item>
        </layout>
       </widget>
       <widget class="QWidget" name="tab_suspenssion">
        <attribute name="title">
         <string>Suspenssion</string>
        </attribute>
        <layout class="QGridLayout" name="gridLayout_4">
         <item row="0" column="0">
          <widget class="QTableView" name="tableView_suspenssion"/>
         </item>
        </layout>
7172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
</widget> </widget> <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>800</width> <height>22</height> </rect> </property> </widget> <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"/> <addaction name="action_del"/> <addaction name="action_edit"/> <addaction name="action_sort"/> </widget> <action name="action_add"> <property name="checkable"> <bool>false</bool> </property> <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 new boundary condition or lateral contribution</string> </property> <property name="shortcut"> <string>Ctrl+N</string> </property> </action> <action name="action_del"> <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 current selected rows</string> </property> <property name="shortcut"> <string>Ctrl+D</string> </property> </action> <action name="action_edit"> <property name="icon"> <iconset>
141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
<normaloff>ressources/edit.png</normaloff>ressources/edit.png</iconset> </property> <property name="text"> <string>Edit</string> </property> <property name="toolTip"> <string>Edit boundary condition or lateral contribution</string> </property> <property name="shortcut"> <string>Ctrl+E</string> </property> </action> <action name="action_sort"> <property name="icon"> <iconset> <normaloff>ressources/gtk-sort-ascending.png</normaloff>ressources/gtk-sort-ascending.png</iconset> </property> <property name="text"> <string>Sort</string> </property> <property name="toolTip"> <string>Sort boundary condition by name</string> </property> </action> </widget> <resources/> <connections/> </ui>