MainWindow.ui 27.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>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>&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">
141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
<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> <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_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>&amp;Windows</string> </property> </widget> <addaction name="menu_File"/> <addaction name="menu_network"/> <addaction name="menu_geometry"/> <addaction name="menu_Hydraulics"/>
211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
<addaction name="menuSediment"/> <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"/>
281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
<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>
351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
<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>
421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
</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>
491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
</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>
561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630
<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">
631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
<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">
701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
<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>
771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840
</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>
841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910
<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>
911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980
<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>
9819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012
</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> </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>