Add menu entries to open LAMMPS tutorial website
This commit is contained in:
@ -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 &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-&GUI Howto</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Shift+G</string>
|
||||
|
||||
Reference in New Issue
Block a user