An error occurred while loading the file. Please try again.
-
Youcef Aouad authored1ba971af
<?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>
<kerning>false</kerning>
7172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
</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>
<weight>50</weight>
<bold>false</bold>
<kerning>false</kerning>
</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"/>
141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
<addaction name="action_menu_run_solver"/>
<addaction name="action_menu_run_adists"/>
</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_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>&Advanced</string>
</property>
<widget class="QMenu" name="menuMage">
<property name="title">
<string>Mage</string>
</property>
211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
<addaction name="action_menu_rep_additional_lines"/>
</widget>
<addaction name="action_menu_additional_file"/>
<addaction name="menuMage"/>
</widget>
<widget class="QMenu" name="menuAdisTS">
<property name="title">
<string>AdisTS</string>
</property>
<addaction name="action_menu_output_kp"/>
</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="menuAdisTS"/>
<addaction name="menu_run"/>
<addaction name="menu_results"/>
<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">
281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
<bool>true</bool>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</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"/>
</widget>
<widget class="QToolBar" name="toolBar_modelling">
<property name="font">
<font>
<family>Ubuntu</family>
<weight>50</weight>
<bold>false</bold>
<kerning>false</kerning>
</font>
</property>
<property name="windowTitle">
<string>toolBar_2</string>
</property>
<property name="iconSize">
<size>
<width>36</width>
<height>36</height>
</size>
</property>
<attribute name="toolBarArea">
<enum>LeftToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<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>
351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
</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_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">
<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_config">
421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
<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="icon">
<iconset>
<normaloff>ressources/network.png</normaloff>ressources/network.png</iconset>
</property>
<property name="text">
<string>Edit river network</string>
</property>
</action>
<action name="action_menu_edit_geometry">
<property name="icon">
<iconset>
<normaloff>ressources/geometry.png</normaloff>ressources/geometry.png</iconset>
</property>
<property name="text">
<string>Edit geometry</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="icon">
<iconset>
<normaloff>ressources/boundary_condition.png</normaloff>ressources/boundary_condition.png</iconset>
</property>
<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="icon">
<iconset>
<normaloff>ressources/initial_condition.png</normaloff>ressources/initial_condition.png</iconset>
</property>
<property name="text">
<string>Initial conditions</string>
</property>
</action>
<action name="action_menu_edit_friction">
<property name="icon">
<iconset>
<normaloff>ressources/friction.png</normaloff>ressources/friction.png</iconset>
491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
</property>
<property name="text">
<string>Edit friction</string>
</property>
</action>
<action name="action_menu_edit_lateral_contribution">
<property name="icon">
<iconset>
<normaloff>ressources/lateral_contribution.png</normaloff>ressources/lateral_contribution.png</iconset>
</property>
<property name="text">
<string>Edit lateral contributions</string>
</property>
</action>
<action name="action_menu_run_solver">
<property name="icon">
<iconset>
<normaloff>ressources/run.png</normaloff>ressources/run.png</iconset>
</property>
<property name="text">
<string>Run solver</string>
</property>
<property name="shortcut">
<string>F5</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_menu_about">
<property name="text">
<string>About</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/close.png</normaloff>ressources/close.png</iconset>
</property>
<property name="text">
<string>Close current study</string>
</property>
<property name="toolTip">
<string>Close the study (Ctrl+F)</string>
561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630
</property>
<property name="shortcut">
<string>Ctrl+F</string>
</property>
</action>
<action name="action_toolBar_run_solver">
<property name="icon">
<iconset>
<normaloff>ressources/run.png</normaloff>ressources/run.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_network">
<property name="icon">
<iconset>
<normaloff>ressources/network.png</normaloff>ressources/network.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/geometry.png</normaloff>ressources/geometry.png</iconset>
</property>
<property name="text">
<string>Geometry</string>
</property>
<property name="toolTip">
<string>Edit reach geometry</string>
</property>
</action>
<action name="action_toolBar_boundary_cond">
<property name="icon">
<iconset>
<normaloff>ressources/boundary_condition.png</normaloff>ressources/boundary_condition.png</iconset>
</property>
<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="icon">
<iconset>
<normaloff>ressources/lateral_contribution.png</normaloff>ressources/lateral_contribution.png</iconset>
</property>
<property name="text">
<string>Lateral contribution</string>
</property>
<property name="toolTip">
<string>Edit lateral contribution</string>
</property>
</action>
<action name="action_toolBar_frictions">
<property name="icon">
631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
<iconset>
<normaloff>ressources/friction.png</normaloff>ressources/friction.png</iconset>
</property>
<property name="text">
<string>Friction</string>
</property>
<property name="toolTip">
<string>Edit frictions</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 information</string>
</property>
</action>
<action name="action_toolBar_initial_cond">
<property name="icon">
<iconset>
<normaloff>ressources/initial_condition.png</normaloff>ressources/initial_condition.png</iconset>
</property>
<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="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_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>
701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
<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="icon">
<iconset>
<normaloff>ressources/boundary_condition.png</normaloff>ressources/boundary_condition.png</iconset>
</property>
<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>
<action name="action_menu_output_kp">
<property name="text">
<string>Output KP</string>
</property>
</action>
<action name="action_menu_run_adists">
<property name="icon">
<iconset>
<normaloff>ressources/run.png</normaloff>ressources/run.png</iconset>
</property>
<property name="text">
<string>Run AdisTS</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>
771772773774775776777778779
<hint type="destinationlabel">
<x>346</x>
<y>301</y>
</hint>
</hints>
</connection>
</connections>
</ui>