From 15aaa3f077cec31fbf6914a0d443bf07a200e5d5 Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Fri, 8 Sep 2017 15:44:21 +0200 Subject: [PATCH] Removed obsolete action objects --- src/pulsatingscience.ui | 120 ---------------------------------------- 1 file changed, 120 deletions(-) diff --git a/src/pulsatingscience.ui b/src/pulsatingscience.ui index f54a5e7..c1955d4 100644 --- a/src/pulsatingscience.ui +++ b/src/pulsatingscience.ui @@ -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> -- GitLab