Skip to content
Snippets Groups Projects
Commit 15aaa3f0 authored by Oliver Bock's avatar Oliver Bock
Browse files

Removed obsolete action objects

parent 2e495303
No related branches found
No related tags found
No related merge requests found
......@@ -375,21 +375,6 @@
<addaction name="menuView"/>
<addaction name="menuHelp"/>
</widget>
<action name="actionWebsite">
<property name="icon">
<iconset resource="pulsatingscience.qrc">
<normaloff>:/icons/resources/help-website.png</normaloff>:/icons/resources/help-website.png</iconset>
</property>
<property name="text">
<string>Website</string>
</property>
<property name="statusTip">
<string>Visit our website</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
<action name="actionAbout">
<property name="icon">
<iconset resource="pulsatingscience.qrc">
......@@ -426,66 +411,6 @@
<enum>QAction::QuitRole</enum>
</property>
</action>
<action name="actionRun">
<property name="icon">
<iconset resource="pulsatingscience.qrc">
<normaloff>:/icons/resources/control-run.png</normaloff>:/icons/resources/control-run.png</iconset>
</property>
<property name="text">
<string>Start</string>
</property>
<property name="statusTip">
<string>Start the animation</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="actionStop">
<property name="icon">
<iconset resource="pulsatingscience.qrc">
<normaloff>:/icons/resources/control-stop.png</normaloff>:/icons/resources/control-stop.png</iconset>
</property>
<property name="text">
<string>Stop</string>
</property>
<property name="statusTip">
<string>Stop and reset the animation</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actionPause">
<property name="icon">
<iconset resource="pulsatingscience.qrc">
<normaloff>:/icons/resources/control-pause.png</normaloff>:/icons/resources/control-pause.png</iconset>
</property>
<property name="text">
<string>Pause</string>
</property>
<property name="statusTip">
<string>Pause the animation</string>
</property>
<property name="shortcut">
<string>Ctrl+P</string>
</property>
</action>
<action name="actionHelp">
<property name="icon">
<iconset resource="pulsatingscience.qrc">
<normaloff>:/icons/resources/help-help.png</normaloff>:/icons/resources/help-help.png</iconset>
</property>
<property name="text">
<string>Help</string>
</property>
<property name="statusTip">
<string>Display online help</string>
</property>
<property name="shortcut">
<string>Ctrl+H</string>
</property>
</action>
<action name="actionMenu_bar">
<property name="checkable">
<bool>true</bool>
......@@ -520,20 +445,6 @@
<string>Alt+S</string>
</property>
</action>
<action name="actionRotationAxes">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Rotation axes</string>
</property>
<property name="statusTip">
<string>Toggle the rotation axes visibility</string>
</property>
<property name="shortcut">
<string>Alt+R</string>
</property>
</action>
<action name="actionFullscreen">
<property name="checkable">
<bool>true</bool>
......@@ -548,37 +459,6 @@
<string>Alt+F</string>
</property>
</action>
<action name="actionPermanent_orbits">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Orbital planes</string>
</property>
<property name="statusTip">
<string>Toggle the orbital planes visibility</string>
</property>
<property name="shortcut">
<string>Alt+O</string>
</property>
</action>
<action name="actionPulseFlashes">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Pulse flashes</string>
</property>
<property name="statusTip">
<string>Toggle the pulse flash visibility</string>
</property>
<property name="shortcut">
<string>Alt+P</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment