MainWindow.ui 26.33 KiB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow">
  <property name="windowModality">
   <enum>Qt::ApplicationModal</enum>
  </property>
  <property name="enabled">
   <bool>true</bool>
  </property>
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>850</width>
    <height>646</height>
   </rect>
  </property>
  <property name="font">
   <font>
    <family>Serif</family>
    <weight>75</weight>
    <bold>true</bold>
    <kerning>false</kerning>
   </font>
  </property>
  <property name="mouseTracking">
   <bool>true</bool>
  </property>
  <property name="contextMenuPolicy">
   <enum>Qt::NoContextMenu</enum>
  </property>
  <property name="acceptDrops">
   <bool>true</bool>
  </property>
  <property name="windowTitle">
   <string>PAMHYR</string>
  </property>
  <property name="windowIcon">
   <iconset>
    <normaloff>ressources/M_icon.png</normaloff>ressources/M_icon.png</iconset>
  </property>
  <property name="layoutDirection">
   <enum>Qt::LeftToRight</enum>
  </property>
  <property name="autoFillBackground">
   <bool>false</bool>
  </property>
  <property name="styleSheet">
   <string notr="true"/>
  </property>
  <property name="locale">
   <locale language="English" country="Europe"/>
  </property>
  <property name="documentMode">
   <bool>false</bool>
  </property>
  <widget class="QWidget" name="centralwidget">
   <property name="contextMenuPolicy">
    <enum>Qt::NoContextMenu</enum>
   </property>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>850</width>
     <height>23</height>
    </rect>
7172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
</property> <property name="font"> <font> <family>Sans Serif</family> </font> </property> <widget class="QMenu" name="menu_File"> <property name="locale"> <locale language="English" country="Europe"/> </property> <property name="title"> <string>&amp;File</string> </property> <addaction name="action_menu_new"/> <addaction name="action_menu_open"/> <addaction name="action_menu_close"/> <addaction name="separator"/> <addaction name="action_menu_edit"/> <addaction name="action_menu_save"/> <addaction name="action_menu_save_as"/> <addaction name="separator"/> <addaction name="action_menu_config"/> <addaction name="action_menu_quit"/> </widget> <widget class="QMenu" name="menu_network"> <property name="locale"> <locale language="English" country="Europe"/> </property> <property name="title"> <string>&amp;River Network</string> </property> <addaction name="action_menu_edit_network"/> </widget> <widget class="QMenu" name="menu_geometry"> <property name="locale"> <locale language="English" country="Europe"/> </property> <property name="title"> <string>&amp;Geometry</string> </property> <addaction name="action_menu_edit_geometry"/> </widget> <widget class="QMenu" name="menu_run"> <property name="locale"> <locale language="English" country="Europe"/> </property> <property name="title"> <string>&amp;Execute</string> </property> <addaction name="action_menu_numerical_parameter"/> <addaction name="action_menu_run_solver"/> </widget> <widget class="QMenu" name="menu_Hydraulics"> <property name="locale"> <locale language="English" country="Europe"/> </property> <property name="title"> <string>&amp;Hydraulics</string> </property> <addaction name="action_menu_boundary_conditions"/> <addaction name="action_menu_initial_conditions"/> <addaction name="action_menu_edit_friction"/> <addaction name="action_menu_edit_lateral_contribution"/> <addaction name="action_menu_edit_reservoirs"/> <addaction name="action_menu_edit_hydraulic_structures"/> </widget> <widget class="QMenu" name="menu_results"> <property name="title"> <string>&amp;Results</string> </property>
141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
<addaction name="action_menu_results_last"/> <addaction name="action_open_results_from_file"/> </widget> <widget class="QMenu" name="menu_cartography"> <property name="locale"> <locale language="English" country="Europe"/> </property> <property name="title"> <string>&amp;Cartography</string> </property> <addaction name="action_map_current_reach"/> </widget> <widget class="QMenu" name="menu_help"> <property name="title"> <string>&amp;Help</string> </property> <widget class="QMenu" name="menuDoc"> <property name="title"> <string>Help</string> </property> <widget class="QMenu" name="menuPamhyr2"> <property name="title"> <string>Pamhyr2 </string> </property> <addaction name="action_menu_pamhyr_users_wiki"/> <addaction name="action_menu_pamhyr_developers_pdf"/> <addaction name="action_menu_pamhyr_developers_html"/> </widget> <addaction name="menuPamhyr2"/> <addaction name="action_menu_mage"/> </widget> <addaction name="menuDoc"/> <addaction name="action_menu_about"/> </widget> <widget class="QMenu" name="menuSediment"> <property name="title"> <string>&amp;Sediment</string> </property> <addaction name="action_menu_sediment_layers"/> <addaction name="action_menu_edit_reach_sediment_layers"/> </widget> <addaction name="menu_File"/> <addaction name="menu_network"/> <addaction name="menu_geometry"/> <addaction name="menu_Hydraulics"/> <addaction name="menuSediment"/> <addaction name="menu_run"/> <addaction name="menu_results"/> <addaction name="menu_cartography"/> <addaction name="menu_help"/> </widget> <widget class="QStatusBar" name="statusbar"/> <widget class="QToolBar" name="toolBar"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <family>Sans Serif</family> <weight>50</weight> <bold>false</bold> <kerning>true</kerning> </font> </property>
211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
<property name="mouseTracking"> <bool>true</bool> </property> <property name="focusPolicy"> <enum>Qt::ClickFocus</enum> </property> <property name="contextMenuPolicy"> <enum>Qt::NoContextMenu</enum> </property> <property name="windowTitle"> <string>toolBar</string> </property> <property name="whatsThis"> <string/> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="movable"> <bool>true</bool> </property> <property name="floatable"> <bool>false</bool> </property> <attribute name="toolBarArea"> <enum>TopToolBarArea</enum> </attribute> <attribute name="toolBarBreak"> <bool>false</bool> </attribute> <addaction name="action_toolBar_open"/> <addaction name="action_toolBar_save"/> <addaction name="action_toolBar_close"/> <addaction name="separator"/> <addaction name="action_toolBar_run_solver"/> <addaction name="separator"/> <addaction name="action_toolBar_network"/> <addaction name="action_toolBar_geometry"/> <addaction name="action_toolBar_boundary_cond"/> <addaction name="action_toolBar_lateral_contrib"/> <addaction name="action_toolBar_frictions"/> <addaction name="action_toolBar_initial_cond"/> </widget> <action name="action_menu_new"> <property name="checkable"> <bool>false</bool> </property> <property name="icon"> <iconset> <normaloff>ressources/edit.png</normaloff>ressources/edit.png</iconset> </property> <property name="text"> <string>New study</string> </property> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="shortcut"> <string>Ctrl+N</string> </property> </action> <action name="action_toolBar_open"> <property name="icon"> <iconset> <normaloff>ressources/open.png</normaloff>ressources/open.png</iconset> </property> <property name="text">
281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
<string>Open a study</string> </property> <property name="toolTip"> <string>Open a study</string> </property> </action> <action name="action_menu_open"> <property name="icon"> <iconset> <normalon>ressources/open.png</normalon> </iconset> </property> <property name="text"> <string>Open a study</string> </property> <property name="shortcut"> <string>Ctrl+O</string> </property> </action> <action name="action_menu_import_mage"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Import data from MAGE</string> </property> <property name="statusTip"> <string/> </property> </action> <action name="action_menu_import_rubarbe"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Import data from RubarBE</string> </property> </action> <action name="action_menu_close"> <property name="icon"> <iconset> <normaloff>../ressources/menu/gtk-close.png</normaloff>../ressources/menu/gtk-close.png</iconset> </property> <property name="text"> <string>Close</string> </property> <property name="toolTip"> <string>Close current study</string> </property> </action> <action name="action_menu_save_mesh"> <property name="checkable"> <bool>true</bool> </property> <property name="enabled"> <bool>true</bool> </property> <property name="text"> <string>Save mesh</string> </property> </action> <action name="action_menu_save"> <property name="icon"> <iconset> <normaloff>ressources/gtk-save.png</normaloff>ressources/gtk-save.png</iconset> </property> <property name="text"> <string>Save</string> </property> <property name="toolTip">
351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
<string>Save study</string> </property> <property name="shortcut"> <string>Ctrl+S</string> </property> </action> <action name="action_menu_save_as"> <property name="icon"> <iconset> <normaloff>ressources/gtk-save-as.png</normaloff>ressources/gtk-save-as.png</iconset> </property> <property name="text"> <string>Save as ...</string> </property> <property name="toolTip"> <string>Save study as ...</string> </property> <property name="shortcut"> <string>Ctrl+Shift+S</string> </property> </action> <action name="action_menu_archive"> <property name="text"> <string>Archive</string> </property> </action> <action name="action_menu_config"> <property name="text"> <string>Pamhyr configuration</string> </property> </action> <action name="action_menu_quit"> <property name="icon"> <iconset> <normaloff>../ressources/menu/gtk-quit.png</normaloff>../ressources/menu/gtk-quit.png</iconset> </property> <property name="text"> <string>Quit</string> </property> <property name="toolTip"> <string>Quit application</string> </property> <property name="shortcut"> <string>Ctrl+F4</string> </property> </action> <action name="action_menu_edit_network"> <property name="text"> <string>Edit river network</string> </property> </action> <action name="action_menu_edit_geometry"> <property name="text"> <string>Edit geometry</string> </property> </action> <action name="action_menu_import_geometry"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Import geometry</string> </property> </action> <action name="action_menu_export_geometry"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Export geometry</string>