diff --git a/src/view/MainWindow.py b/src/view/MainWindow.py
index d1d4e13d..3f1337ed 100644
--- a/src/view/MainWindow.py
+++ b/src/view/MainWindow.py
@@ -34,10 +34,10 @@ other_model_action = [
define_model_action = [
"action_toolBar_network", "action_toolBar_geometry",
- "action_toolBar_maillage", "action_toolBar_run_mailleur",
- "action_toolBar_cond_limites", "action_toolBar_App_Lateraux",
- "action_toolBar_Deversements", "action_toolBar_Troncons",
- "action_toolBar_Frottements", "action_toolBar_Ouvrages",
+ "action_toolBar_mesh", "action_toolBar_run_meshing_tool",
+ "action_toolBar_boundary_cond", "action_toolBar_lateral_contrib",
+ "action_toolBar_spills", "action_toolBar_sections",
+ "action_toolBar_frictions", "action_toolBar_building",
]
action = (
@@ -101,14 +101,14 @@ class ApplicationWindow(QMainWindow, ListedSubWindow):
## Current actions
"action_toolBar_network": self.open_network,
"action_toolBar_geometry": lambda: self.open_dummy("Geomerty"),
- "action_toolBar_maillage": lambda: self.open_dummy("Maillage"),
- "action_toolBar_run_mailleur": lambda: self.open_dummy("Lancement mailleur externe"),
- "action_toolBar_cond_limites": lambda: self.open_dummy("Condition Limites"),
- "action_toolBar_App_Lateraux": lambda: self.open_dummy("Apport Lateraux"),
- "action_toolBar_Deversements": lambda: self.open_dummy("Deversement"),
- "action_toolBar_Troncons": lambda: self.open_dummy("Tronçons"),
- "action_toolBar_Frottements": lambda: self.open_dummy("Frottements"),
- "action_toolBar_Ouvrages": lambda: self.open_dummy("Ouvrages"),
+ "action_toolBar_mesh": lambda: self.open_dummy("Mesh"),
+ "action_toolBar_run_meshing_tool": lambda: self.open_dummy("Lancement mailleur externe"),
+ "action_toolBar_boundary_cond": lambda: self.open_dummy("Condition Limites"),
+ "action_toolBar_lateral_contrib": lambda: self.open_dummy("Apport Lateraux"),
+ "action_toolBar_spills": lambda: self.open_dummy("Deversement"),
+ "action_toolBar_sections": lambda: self.open_dummy("Tronçons"),
+ "action_toolBar_frictions": lambda: self.open_dummy("Frottements"),
+ "action_toolBar_building": lambda: self.open_dummy("Ouvrages"),
}
for action in actions:
diff --git a/src/view/ui/MainWindow.ui b/src/view/ui/MainWindow.ui
index 3243b3de..e9f8b691 100644
--- a/src/view/ui/MainWindow.ui
+++ b/src/view/ui/MainWindow.ui
@@ -49,6 +49,9 @@
+
+
+
false
@@ -72,8 +75,11 @@
-