Commit a8bd871f authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

IC: Minor change.

Showing with 6 additions and 6 deletions
+6 -6
...@@ -6,10 +6,10 @@ _translate = QCoreApplication.translate ...@@ -6,10 +6,10 @@ _translate = QCoreApplication.translate
table_headers = { table_headers = {
"name": _translate("LateralContribution", "Name"), "name": _translate("LateralContribution", "Name"),
"comment": _translate("LateralContribution", "Comment"),
"kp": _translate("LateralContribution", "KP (m)"), "kp": _translate("LateralContribution", "KP (m)"),
"speed": _translate("LateralContribution", "Speed (m/s)"), # "speed": _translate("LateralContribution", "Speed (m/s)"),
"discharge": _translate("LateralContribution", "Discharge (m³/s)"), "discharge": _translate("LateralContribution", "Discharge (m³/s)"),
"elevation": _translate("LateralContribution", "Elevation (m)"), "elevation": _translate("LateralContribution", "Elevation (m)"),
"height": _translate("LateralContribution", "Height (m)") "height": _translate("LateralContribution", "Height (m)"),
"comment": _translate("LateralContribution", "Comment"),
} }
...@@ -20,21 +20,21 @@ ...@@ -20,21 +20,21 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<widget class="QWidget" name=""> <widget class="QWidget" name="layoutWidget">
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<widget class="QPushButton" name="pushButton_generate_1"> <widget class="QPushButton" name="pushButton_generate_1">
<property name="text"> <property name="text">
<string>Generate 1</string> <string>Generate minimal height</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="pushButton_generate_2"> <widget class="QPushButton" name="pushButton_generate_2">
<property name="text"> <property name="text">
<string>Generate 2</string> <string>Generate constant discharge</string>
</property> </property>
</widget> </widget>
</item> </item>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment