Add menu entries to open LAMMPS tutorial website

This commit is contained in:
Axel Kohlmeyer
2024-07-25 22:14:06 -04:00
parent 26503c948a
commit c8818a16c5
11 changed files with 41 additions and 5 deletions

View File

@ -86,6 +86,7 @@
<addaction name="action_Help"/>
<addaction name="actionLAMMPS_GUI_Howto"/>
<addaction name="actionLAMMPS_Manual"/>
<addaction name="actionLAMMPS_Tutorial"/>
</widget>
<widget class="QMenu" name="menu_View">
<property name="title">
@ -313,6 +314,17 @@
<string>Ctrl+Shift+M</string>
</property>
</action>
<action name="actionLAMMPS_Tutorial">
<property name="icon">
<iconset theme=":/icons/help-tutorial.png"/>
</property>
<property name="text">
<string>LAMMPS &amp;Tutorial</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+T</string>
</property>
</action>
<action name="actionDefaults">
<property name="icon">
<iconset theme=":/icons/document-revert.png"/>
@ -454,7 +466,7 @@
<iconset theme=":/icons/system-help.png"/>
</property>
<property name="text">
<string>LAMMPS-GUI Howto</string>
<string>LAMMPS-&amp;GUI Howto</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+G</string>