mirror of https://gitlab.com/pamhyr/pamhyr2
1036 lines
28 KiB
XML
1036 lines
28 KiB
XML
<?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>1280</width>
|
|
<height>720</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>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
<property name="font">
|
|
<font>
|
|
<family>Ubuntu</family>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>-1</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1280</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</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>&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>&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>&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>&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>&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>&Results</string>
|
|
</property>
|
|
<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>&Cartography</string>
|
|
</property>
|
|
<addaction name="action_map_current_reach"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_help">
|
|
<property name="title">
|
|
<string>&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>&Sediment</string>
|
|
</property>
|
|
<addaction name="action_menu_boundary_conditions_sediment"/>
|
|
<addaction name="action_menu_sediment_layers"/>
|
|
<addaction name="action_menu_edit_reach_sediment_layers"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_windows">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="title">
|
|
<string>&Windows</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Avensed">
|
|
<property name="title">
|
|
<string>&Advansed</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuMage">
|
|
<property name="title">
|
|
<string>Mage</string>
|
|
</property>
|
|
<addaction name="action_menu_rep_additional_lines"/>
|
|
</widget>
|
|
<addaction name="action_menu_additional_file"/>
|
|
<addaction name="menuMage"/>
|
|
</widget>
|
|
<addaction name="menu_File"/>
|
|
<addaction name="menu_network"/>
|
|
<addaction name="menu_geometry"/>
|
|
<addaction name="menu_Hydraulics"/>
|
|
<addaction name="menuSediment"/>
|
|
<addaction name="menu_Avensed"/>
|
|
<addaction name="menu_run"/>
|
|
<addaction name="menu_results"/>
|
|
<addaction name="menu_cartography"/>
|
|
<addaction name="menu_windows"/>
|
|
<addaction name="menu_help"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar">
|
|
<property name="font">
|
|
<font>
|
|
<family>Ubuntu</family>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
<kerning>false</kerning>
|
|
</font>
|
|
</property>
|
|
</widget>
|
|
<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>
|
|
<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/>
|
|
</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">
|
|
<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">
|
|
<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>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_run_meshing_tool">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Run extrenal meshing tool</string>
|
|
</property>
|
|
</action>
|
|
<action name="action">
|
|
<property name="text">
|
|
<string>choose meshing tool by reach</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_view_mesh">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>View meshed geometry</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_export_mesh">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Export mesh</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_delete_mesh_for_current_reach">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Delete mesh of current reach</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_delete_mesh">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Delete all mesh</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_abscisse_cote">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Abscisse - Cote</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_XYZ">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>XYZ</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_numerical_parameter">
|
|
<property name="text">
|
|
<string>Numerical parameter for solvers</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Numerical parameter for solvers</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_boundary_conditions">
|
|
<property name="text">
|
|
<string>Boundary conditions and punctual contributions</string>
|
|
</property>
|
|
<property name="font">
|
|
<font/>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_initial_conditions">
|
|
<property name="text">
|
|
<string>Initial conditions</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_initia_conditions_export">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Export initial conditions</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_import_final_conditions_as_initial">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Import final state as initial condition</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_edit_friction">
|
|
<property name="text">
|
|
<string>Edit friction</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_edit_lateral_contribution">
|
|
<property name="text">
|
|
<string>Edit lateral contributions</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_edit_spills">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Edit spills</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_dition_des_Tron_ons">
|
|
<property name="text">
|
|
<string>Édition des Tronçons</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_edi_cross_building">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Edit cross building</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_run_solver">
|
|
<property name="text">
|
|
<string>Run solver</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F5</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_stop_solver">
|
|
<property name="text">
|
|
<string>Stop solver</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_display_listings">
|
|
<property name="text">
|
|
<string>Display listings</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_simulation_directory_management">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Simulation directory management</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_open">
|
|
<property name="text">
|
|
<string>Open</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_close">
|
|
<property name="text">
|
|
<string>Close</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_results_last">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Visualize last results</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Visualize the last results</string>
|
|
</property>
|
|
<property name="font">
|
|
<font/>
|
|
</property>
|
|
</action>
|
|
<action name="action_plot_limnigram">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Limnigram</string>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
</action>
|
|
<action name="action_map_current_reach">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Map current reach</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_help_pamhyr">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Help PAMHYR</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_help_mage">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Help MAGE</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_about">
|
|
<property name="text">
|
|
<string>About</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionouvrir">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>../ressources/menu/open.png</normaloff>../ressources/menu/open.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>ouvrir</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Ouvrir une étude</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_save">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/save.png</normaloff>ressources/save.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save current study</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Save the study (Ctrl+S)</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string/>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_close">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/gtk-close.png</normaloff>ressources/gtk-close.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Close current study</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Close the study (Ctrl+F)</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+F</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_quit">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/exit_bis.png</normaloff>ressources/exit_bis.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Quit</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Quit the application (Ctrl+Q)</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Q</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_run_solver">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/player_play.png</normaloff>ressources/player_play.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Run solver</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Run a solver</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_kill_solver">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/gtk-stop.png</normaloff>ressources/gtk-stop.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>stop solver</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Interrompt la simulation en cours</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+C</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_run_meshing_tool">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/gnome-stock-insert-table.png</normaloff>ressources/gnome-stock-insert-table.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Run external meshing tool</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Run meshing tool on current reach geometry</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_listing">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/gnome-stock-edit.png</normaloff>ressources/gnome-stock-edit.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Display simulation listing</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Display current simulation listing</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_network">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/reseau3_24.png</normaloff>ressources/reseau3_24.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>River network</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit river network</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_geometry">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/geometrie0.png</normaloff>ressources/geometrie0.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Geometry</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit reach geometry</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_mesh">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/mailles-50.png</normaloff>ressources/mailles-50.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Mesh</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Display meshed reach</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_boundary_cond">
|
|
<property name="text">
|
|
<string>Boundary conditions</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit boundary conditions and punctual contributions</string>
|
|
</property>
|
|
<property name="font">
|
|
<font/>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_lateral_contrib">
|
|
<property name="text">
|
|
<string>Lateral contribution</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit lateral contribution</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_spills">
|
|
<property name="text">
|
|
<string>Spills</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit lateral spills</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_frictions">
|
|
<property name="text">
|
|
<string>Friction</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit friction frictions</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_stricklers">
|
|
<property name="text">
|
|
<string>Stricklers</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit the study stricklers</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_building">
|
|
<property name="text">
|
|
<string>Building</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit building (valve, ...), singularity and pump</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_edit">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>ressources/edit.png</normaloff>ressources/edit.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Edit study</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit the study metadata</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_english">
|
|
<property name="text">
|
|
<string>English</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_french">
|
|
<property name="text">
|
|
<string>French</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_toolBar_initial_cond">
|
|
<property name="text">
|
|
<string>Initial conditions</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Define initial conditions</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_sediment_layers">
|
|
<property name="text">
|
|
<string>Sediment layers</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Define sediment layers</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_edit_reach_sediment_layers">
|
|
<property name="text">
|
|
<string>Edit reach sediment layers</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDoc">
|
|
<property name="text">
|
|
<string>Doc</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_Pamhyr_dev">
|
|
<property name="text">
|
|
<string>Pamhyr2 developer</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_mage">
|
|
<property name="text">
|
|
<string>Mage</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Open mage documentation</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_pamhyr_users_wiki">
|
|
<property name="text">
|
|
<string>Users (wiki)</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_pamhyr_users_html">
|
|
<property name="text">
|
|
<string>Users (html)</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_pamhyr_developers_pdf">
|
|
<property name="text">
|
|
<string>Developers (pdf)</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_pamhyr_developers_html">
|
|
<property name="text">
|
|
<string>Developers (html)</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_edit_reservoirs">
|
|
<property name="text">
|
|
<string>Reservoirs</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit reservoirs</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_edit_hydraulic_structures">
|
|
<property name="text">
|
|
<string>Hydraulic structures</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit hydraulic structures</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_open_results_from_file">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Open results from file</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_boundary_conditions_sediment">
|
|
<property name="text">
|
|
<string>Boundary conditions and punctual contributions</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_additional_file">
|
|
<property name="text">
|
|
<string>&Additional file</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_menu_rep_additional_lines">
|
|
<property name="text">
|
|
<string>REP additional lines</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>MainWindow</sender>
|
|
<signal>customContextMenuRequested(QPoint)</signal>
|
|
<receiver>MainWindow</receiver>
|
|
<slot>showMaximized()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>346</x>
|
|
<y>301</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>346</x>
|
|
<y>301</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|