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

MainWindow: Add basic shortcut.

Showing with 25 additions and 1 deletion
+25 -1
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>PAMHYR.2</string> <string>PAMHYR</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset> <iconset>
...@@ -319,6 +319,9 @@ ...@@ -319,6 +319,9 @@
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action> </action>
<action name="actionOuvrir_une_tude"> <action name="actionOuvrir_une_tude">
<property name="icon"> <property name="icon">
...@@ -333,6 +336,9 @@ ...@@ -333,6 +336,9 @@
<property name="text"> <property name="text">
<string>Nouvelle étude RubarBE</string> <string>Nouvelle étude RubarBE</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+R</string>
</property>
</action> </action>
<action name="actionOuvrir_une_tude_2"> <action name="actionOuvrir_une_tude_2">
<property name="icon"> <property name="icon">
...@@ -343,6 +349,9 @@ ...@@ -343,6 +349,9 @@
<property name="text"> <property name="text">
<string>Ouvrir une étude</string> <string>Ouvrir une étude</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action> </action>
<action name="actionImporter_un_jeu_de_donn_es_MAGE"> <action name="actionImporter_un_jeu_de_donn_es_MAGE">
<property name="text"> <property name="text">
...@@ -385,6 +394,9 @@ ...@@ -385,6 +394,9 @@
<property name="text"> <property name="text">
<string>Enregistrer</string> <string>Enregistrer</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action> </action>
<action name="actionEnregistrer_sous"> <action name="actionEnregistrer_sous">
<property name="icon"> <property name="icon">
...@@ -394,6 +406,9 @@ ...@@ -394,6 +406,9 @@
<property name="text"> <property name="text">
<string>Enregistrer sous ...</string> <string>Enregistrer sous ...</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
</action> </action>
<action name="actionArchiver"> <action name="actionArchiver">
<property name="text"> <property name="text">
...@@ -413,6 +428,9 @@ ...@@ -413,6 +428,9 @@
<property name="text"> <property name="text">
<string>Quitter</string> <string>Quitter</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+F4</string>
</property>
</action> </action>
<action name="actionEditer_le_r_seau"> <action name="actionEditer_le_r_seau">
<property name="text"> <property name="text">
...@@ -731,6 +749,9 @@ ...@@ -731,6 +749,9 @@
<property name="toolTip"> <property name="toolTip">
<string>Lancer le solveur pour réaliser une simulation</string> <string>Lancer le solveur pour réaliser une simulation</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+X</string>
</property>
</action> </action>
<action name="actioninterrompt_simulation_en_cours"> <action name="actioninterrompt_simulation_en_cours">
<property name="icon"> <property name="icon">
...@@ -743,6 +764,9 @@ ...@@ -743,6 +764,9 @@
<property name="toolTip"> <property name="toolTip">
<string>Interrompt la simulation en cours</string> <string>Interrompt la simulation en cours</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+C</string>
</property>
</action> </action>
<action name="actionlancer_mailleur_externe"> <action name="actionlancer_mailleur_externe">
<property name="icon"> <property name="icon">
......
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