An error occurred while loading the file. Please try again.
-
Pierre-Antoine Rouby authoredd418b57f
<?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>&File</string>
</property>
<addaction name="action_menu_new"/>
<addaction name="separator"/>
<addaction name="action_menu_open"/>
<addaction name="separator"/>
<addaction name="action_menu_import_mage"/>
<addaction name="action_menu_import_rubarbe"/>
<addaction name="separator"/>
<addaction name="separator"/>
<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="separator"/>
<addaction name="action_menu_config"/>
<addaction name="separator"/>
<addaction name="action_menu_quit"/>
<addaction name="separator"/>
</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>
<widget class="QMenu" name="menuCompare">
<property name="title">
<string>Comparer</string>
</property>
<widget class="QMenu" name="menu_cross_profile">
<property name="title">
<string>Profil en travers</string>
</property>
<addaction name="action_menu_abscisse_cote"/>
<addaction name="action_menu_XYZ"/>
</widget>
<addaction name="menu_cross_profile"/>
</widget>
<addaction name="action_menu_edit_geometry"/>
<addaction name="separator"/>
<addaction name="action_menu_import_geometry"/>
<addaction name="action_menu_export_geometry"/>
<addaction name="separator"/>
<addaction name="action_menu_run_meshing_tool"/>
<addaction name="action_menu_view_mesh"/>
<addaction name="action_menu_export_mesh"/>
141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
<addaction name="action_menu_delete_mesh_for_current_reach"/>
<addaction name="action_menu_delete_mesh"/>
<addaction name="separator"/>
<addaction name="separator"/>
<addaction name="menuCompare"/>
</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_numerical_parameter_MAGE"/>
<addaction name="action_run_solver"/>
<addaction name="action_stop_solver"/>
<addaction name="action_display_listings"/>
<addaction name="action_simulation_directory_management"/>
<addaction name="separator"/>
</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_boundary_conditions"/>
<addaction name="separator"/>
<addaction name="action_initial_conditions"/>
<addaction name="action_initia_conditions_export"/>
<addaction name="action_import_final_conditions_as_initial"/>
<addaction name="separator"/>
<addaction name="action_edit_friction"/>
<addaction name="action_edit_lateral_contribution"/>
<addaction name="action_edit_spills"/>
<addaction name="separator"/>
<addaction name="action_edi_cross_building"/>
</widget>
<widget class="QMenu" name="menu_plot">
<property name="title">
<string>&Plots</string>
</property>
<addaction name="action_plot_hydrograph"/>
<addaction name="action_plot_limnigram"/>
</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>
<addaction name="action_menu_help_pamhyr"/>
<addaction name="action_menu_help_mage"/>
<addaction name="action_menu_about"/>
</widget>
<addaction name="menu_File"/>
<addaction name="menu_network"/>
<addaction name="menu_geometry"/>
<addaction name="menu_Hydraulics"/>
<addaction name="menu_run"/>
<addaction name="menu_plot"/>
<addaction name="menu_cartography"/>
211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
<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>
<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="action_toolBar_quit"/>
<addaction name="action_toolBar_run_solver"/>
<addaction name="action_toolBar_kill_solver"/>
<addaction name="action_toolBar_listing"/>
<addaction name="separator"/>
<addaction name="action_toolBar_network"/>
<addaction name="action_toolBar_geometry"/>
<addaction name="action_toolBar_mesh"/>
<addaction name="action_toolBar_run_meshing_tool"/>
</widget>
<widget class="QToolBar" name="toolBar_2">
<property name="font">
<font>
<family>Sans Serif</family>
<pointsize>9</pointsize>
<weight>50</weight>
<italic>false</italic>
281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
<bold>false</bold>
</font>
</property>
<property name="windowTitle">
<string>toolBar_2</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>true</bool>
</attribute>
<addaction name="action_toolBar_boundary_cond"/>
<addaction name="separator"/>
<addaction name="action_toolBar_lateral_contrib"/>
<addaction name="separator"/>
<addaction name="action_toolBar_spills"/>
<addaction name="separator"/>
<addaction name="action_toolBar_sections"/>
<addaction name="separator"/>
<addaction name="action_toolBar_frictions"/>
<addaction name="separator"/>
<addaction name="action_toolBar_building"/>
<addaction name="separator"/>
</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">
<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>
351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
</action>
<action name="action_menu_import_mage">
<property name="text">
<string>Import data from MAGE</string>
</property>
<property name="statusTip">
<string/>
</property>
</action>
<action name="action_menu_import_rubarbe">
<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="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="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>
421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
</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="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="text">
<string>Import geometry</string>
</property>
</action>
<action name="action_menu_export_geometry">
<property name="text">
<string>Export geometry</string>
</property>
</action>
<action name="action_menu_run_meshing_tool">
<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>
491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
</property>
<property name="text">
<string>Delete all mesh</string>
</property>
</action>
<action name="action_menu_abscisse_cote">
<property name="text">
<string>Abscisse - Cote</string>
</property>
</action>
<action name="action_menu_XYZ">
<property name="text">
<string>XYZ</string>
</property>
</action>
<action name="action_numerical_parameter_MAGE">
<property name="text">
<string>Numerical parameter for MAGE solver</string>
</property>
</action>
<action name="action_boundary_conditions">
<property name="text">
<string>Boundary conditions and one-time contributions</string>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
</action>
<action name="action_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="text">
<string>Export initial conditions</string>
</property>
</action>
<action name="action_import_final_conditions_as_initial">
<property name="text">
<string>Import final state as initial condition</string>
</property>
</action>
<action name="action_edit_friction">
<property name="text">
<string>Edit friction</string>
</property>
</action>
<action name="action_edit_lateral_contribution">
<property name="text">
<string>Edit lateral contributions</string>
</property>
</action>
<action name="action_edit_spills">
<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">
561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630
<property name="text">
<string>Edit cross building</string>
</property>
</action>
<action name="action_run_solver">
<property name="text">
<string>Run solver</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="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_plot_hydrograph">
<property name="text">
<string>Hydrograph</string>
</property>
<property name="font">
<font>
<family>Ubuntu</family>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
</action>
<action name="action_plot_limnigram">
<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="text">
<string>Map current reach</string>
</property>
</action>
<action name="action_menu_help_pamhyr">
<property name="text">
<string>Help PAMHYR</string>
</property>
</action>
<action name="action_menu_help_mage">
<property name="text">
<string>help MAGE</string>
631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
</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>Enrégistrer étude en cours (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>Fermer étude en cours (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 application</string>
</property>
<property name="toolTip">
<string>Quitter l'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/gtk-execute.png</normaloff>ressources/gtk-execute.png</iconset>
</property>
<property name="text">
701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
<string>Run solver</string>
</property>
<property name="toolTip">
<string>Run solver on current study</string>
</property>
<property name="shortcut">
<string>Ctrl+X</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>
771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840
</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>Afficher le maillage</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 one-time 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_sections">
<property name="text">
<string>Sections</string>
</property>
<property name="toolTip">
<string>Edit section frictions and lateral contributions</string>
</property>
</action>
<action name="action_toolBar_frictions">
<property name="text">
<string>Frictions</string>
</property>
<property name="toolTip">
<string>Edit friction at the bottom</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>
841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885
</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 study</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>
</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>