mirror of https://gitlab.com/pamhyr/pamhyr2
Temperature: New tab in UI
parent
64a26e987e
commit
333a8a0970
|
|
@ -19,7 +19,6 @@
|
|||
<property name="font">
|
||||
<font>
|
||||
<family>Serif</family>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
<kerning>false</kerning>
|
||||
</font>
|
||||
|
|
@ -65,7 +64,6 @@
|
|||
<property name="font">
|
||||
<font>
|
||||
<family>Ubuntu</family>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
<kerning>false</kerning>
|
||||
</font>
|
||||
|
|
@ -89,7 +87,6 @@
|
|||
<property name="font">
|
||||
<font>
|
||||
<family>Sans Serif</family>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
<kerning>false</kerning>
|
||||
</font>
|
||||
|
|
@ -231,6 +228,16 @@
|
|||
<addaction name="action_menu_d90"/>
|
||||
<addaction name="action_menu_dif"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuTemperature">
|
||||
<property name="title">
|
||||
<string>Temperature</string>
|
||||
</property>
|
||||
<addaction name="action_menu_boundary_conditions_temp"/>
|
||||
<addaction name="action_menu_initial_conditions_temp"/>
|
||||
<addaction name="action_menu_weather_parameters"/>
|
||||
<addaction name="action_menu_dif_temp"/>
|
||||
<addaction name="action_menu_lateral_contribution"/>
|
||||
</widget>
|
||||
<addaction name="menu_File"/>
|
||||
<addaction name="menu_scenarios"/>
|
||||
<addaction name="menu_network"/>
|
||||
|
|
@ -239,6 +246,7 @@
|
|||
<addaction name="menuSediment"/>
|
||||
<addaction name="menu_Avensed"/>
|
||||
<addaction name="menuAdisTS"/>
|
||||
<addaction name="menuTemperature"/>
|
||||
<addaction name="menu_run"/>
|
||||
<addaction name="menu_results"/>
|
||||
<addaction name="menu_windows"/>
|
||||
|
|
@ -248,7 +256,6 @@
|
|||
<property name="font">
|
||||
<font>
|
||||
<family>Ubuntu</family>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
<kerning>false</kerning>
|
||||
</font>
|
||||
|
|
@ -267,7 +274,6 @@
|
|||
<property name="font">
|
||||
<font>
|
||||
<family>Sans Serif</family>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
<kerning>true</kerning>
|
||||
</font>
|
||||
|
|
@ -318,7 +324,6 @@
|
|||
<property name="font">
|
||||
<font>
|
||||
<family>Ubuntu</family>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
<kerning>false</kerning>
|
||||
</font>
|
||||
|
|
@ -817,6 +822,31 @@
|
|||
<string>GeoTIFF</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_menu_initial_conditions_temp">
|
||||
<property name="text">
|
||||
<string>Initial conditions</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_menu_boundary_conditions_temp">
|
||||
<property name="text">
|
||||
<string>Boundary conditions</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_menu_weather_parameters">
|
||||
<property name="text">
|
||||
<string>Weather parameters</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_menu_dif_temp">
|
||||
<property name="text">
|
||||
<string>DIF ?</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_menu_lateral_contribution">
|
||||
<property name="text">
|
||||
<string>Lateral contributions ?</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections>
|
||||
|
|
|
|||
Loading…
Reference in New Issue