An error occurred while loading the file. Please try again.
-
Pierre-Antoine Rouby authored6d476647
<?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>
7172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
</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">