mirror of https://gitlab.com/pamhyr/pamhyr2
Geometry: Meshing: Minor change.
parent
ebd4e64cc3
commit
1fdeab9685
|
|
@ -6,13 +6,19 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>416</width>
|
<width>512</width>
|
||||||
<height>234</height>
|
<height>288</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Dialog</string>
|
<string>Dialog</string>
|
||||||
</property>
|
</property>
|
||||||
|
<layout class="QGridLayout" name="gridLayout_3">
|
||||||
|
<item row="0" column="0">
|
||||||
|
<widget class="QGroupBox" name="groupBox">
|
||||||
|
<property name="title">
|
||||||
|
<string>Limits</string>
|
||||||
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||||
|
|
@ -106,17 +112,30 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0">
|
</layout>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
</widget>
|
||||||
<item>
|
</item>
|
||||||
|
<item row="1" column="0">
|
||||||
|
<widget class="QGroupBox" name="groupBox_2">
|
||||||
|
<property name="title">
|
||||||
|
<string>Options</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="label_3">
|
<widget class="QLabel" name="label_3">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Section space step</string>
|
<string>Section space step (m)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="0" column="2">
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QDoubleSpinBox" name="doubleSpinBox_space_step"/>
|
<widget class="QDoubleSpinBox" name="doubleSpinBox_space_step">
|
||||||
|
<property name="value">
|
||||||
|
<double>50.000000000000000</double>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="horizontalSpacer_2">
|
<spacer name="horizontalSpacer_2">
|
||||||
|
|
@ -133,9 +152,7 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="0">
|
<item row="1" column="0" colspan="2">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label_4">
|
<widget class="QLabel" name="label_4">
|
||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
@ -145,6 +162,8 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="1" column="2">
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="comboBox_lm">
|
<widget class="QComboBox" name="comboBox_lm">
|
||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
|
|
@ -167,8 +186,15 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="0">
|
<item row="2" column="0">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
<widget class="QLabel" name="label_7">
|
||||||
|
<property name="text">
|
||||||
|
<string>Type of interpolation:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="2">
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="radioButton_spline">
|
<widget class="QRadioButton" name="radioButton_spline">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|
@ -201,7 +227,10 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="5" column="0">
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="2" column="0">
|
||||||
<widget class="QDialogButtonBox" name="buttonBox">
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!DOCTYPE TS><TS version="2.0" language="fr_FR" sourcelanguage="en_150">
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.1" language="fr_FR" sourcelanguage="en_150">
|
||||||
<context>
|
<context>
|
||||||
<name>About</name>
|
<name>About</name>
|
||||||
<message>
|
<message>
|
||||||
|
|
@ -624,42 +625,42 @@
|
||||||
<translation>Débit</translation>
|
<translation>Débit</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../View/ui/MeshingOptions.ui" line="27"/>
|
<location filename="../View/ui/MeshingOptions.ui" line="33"/>
|
||||||
<source>First cross section</source>
|
<source>First cross section</source>
|
||||||
<translation>Première section en travers</translation>
|
<translation>Première section en travers</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../View/ui/MeshingOptions.ui" line="48"/>
|
<location filename="../View/ui/MeshingOptions.ui" line="54"/>
|
||||||
<source>Last cross section</source>
|
<source>Last cross section</source>
|
||||||
<translation>Dernière section en travers</translation>
|
<translation>Dernière section en travers</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../View/ui/MeshingOptions.ui" line="73"/>
|
<location filename="../View/ui/MeshingOptions.ui" line="79"/>
|
||||||
<source>First guide line</source>
|
<source>First guide line</source>
|
||||||
<translation>Première ligne directrice</translation>
|
<translation>Première ligne directrice</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../View/ui/MeshingOptions.ui" line="94"/>
|
<location filename="../View/ui/MeshingOptions.ui" line="100"/>
|
||||||
<source>Last guide line</source>
|
<source>Last guide line</source>
|
||||||
<translation>Dernière ligne directrice</translation>
|
<translation>Dernière ligne directrice</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../View/ui/MeshingOptions.ui" line="114"/>
|
<location filename="../View/ui/MeshingOptions.ui" line="114"/>
|
||||||
<source>Section space step</source>
|
<source>Section space step</source>
|
||||||
<translation>Pas d'espace</translation>
|
<translation type="obsolete">Pas d'espace</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../View/ui/MeshingOptions.ui" line="144"/>
|
<location filename="../View/ui/MeshingOptions.ui" line="161"/>
|
||||||
<source>Distance computation guild line</source>
|
<source>Distance computation guild line</source>
|
||||||
<translation>Ligne directrice pour le calcule des distances</translation>
|
<translation>Ligne directrice pour le calcule des distances</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../View/ui/MeshingOptions.ui" line="175"/>
|
<location filename="../View/ui/MeshingOptions.ui" line="201"/>
|
||||||
<source>Spline</source>
|
<source>Spline</source>
|
||||||
<translation>Spline</translation>
|
<translation>Spline</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../View/ui/MeshingOptions.ui" line="185"/>
|
<location filename="../View/ui/MeshingOptions.ui" line="211"/>
|
||||||
<source>Linear</source>
|
<source>Linear</source>
|
||||||
<translation>Linéaire</translation>
|
<translation>Linéaire</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
@ -693,6 +694,26 @@
|
||||||
<source>Comment lines start with '*' char (let see the mage documentation for more details)</source>
|
<source>Comment lines start with '*' char (let see the mage documentation for more details)</source>
|
||||||
<translation>Les lignes de commentaire commence pas un charactère '*' (voir la documentation de mage pour plus de détails)</translation>
|
<translation>Les lignes de commentaire commence pas un charactère '*' (voir la documentation de mage pour plus de détails)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../View/ui/MeshingOptions.ui" line="20"/>
|
||||||
|
<source>Limits</source>
|
||||||
|
<translation>Limites</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../View/ui/MeshingOptions.ui" line="121"/>
|
||||||
|
<source>Options</source>
|
||||||
|
<translation>Options</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../View/ui/MeshingOptions.ui" line="127"/>
|
||||||
|
<source>Section space step (m)</source>
|
||||||
|
<translation>Pas d'espace (m)</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../View/ui/MeshingOptions.ui" line="192"/>
|
||||||
|
<source>Type of interpolation:</source>
|
||||||
|
<translation>Type d'interpolation :</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Documentation</name>
|
<name>Documentation</name>
|
||||||
|
|
@ -2470,14 +2491,9 @@
|
||||||
<translation>Profil</translation>
|
<translation>Profil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../View/Results/PlotH.py" line="55"/>
|
|
||||||
<source>Discharge (m³/s)</source>
|
|
||||||
<translation type="obsolete">Débit (m³/s)</translation>
|
|
||||||
</message>
|
|
||||||
<message encoding="UTF-8">
|
|
||||||
<location filename="../View/Results/PlotH.py" line="55"/>
|
<location filename="../View/Results/PlotH.py" line="55"/>
|
||||||
<source>Discharge (m³/s)</source>
|
<source>Discharge (m³/s)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="obsolete">Débit (m³/s)</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
@ -2926,14 +2942,9 @@
|
||||||
<translation>Date (format ISO)</translation>
|
<translation>Date (format ISO)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../View/Translate.py" line="64"/>
|
|
||||||
<source>Discharge (m³/s)</source>
|
|
||||||
<translation type="obsolete">Débit (m³/s)</translation>
|
|
||||||
</message>
|
|
||||||
<message encoding="UTF-8">
|
|
||||||
<location filename="../View/Translate.py" line="64"/>
|
<location filename="../View/Translate.py" line="64"/>
|
||||||
<source>Discharge (m³/s)</source>
|
<source>Discharge (m³/s)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="obsolete">Débit (m³/s)</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue