Reorder the 'View->View ..' list

Use Ctrl+1 for 'View All', while all the singular views follow
with Ctrl+2..5.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2013-06-26 15:07:52 +03:00 committed by Dirk Hohndel
parent fa96ebeed7
commit c92cf925bd

View file

@ -103,7 +103,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>763</width> <width>763</width>
<height>20</height> <height>18</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuFile"> <widget class="QMenu" name="menuFile">
@ -144,11 +144,11 @@
<property name="title"> <property name="title">
<string>View</string> <string>View</string>
</property> </property>
<addaction name="actionViewAll"/>
<addaction name="actionViewList"/> <addaction name="actionViewList"/>
<addaction name="actionViewProfile"/> <addaction name="actionViewProfile"/>
<addaction name="actionViewInfo"/> <addaction name="actionViewInfo"/>
<addaction name="actionViewGlobe"/> <addaction name="actionViewGlobe"/>
<addaction name="actionViewAll"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="actionPreviousDC"/> <addaction name="actionPreviousDC"/>
<addaction name="actionNextDC"/> <addaction name="actionNextDC"/>
@ -296,7 +296,7 @@
<string>View List</string> <string>View List</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+1</string> <string>Ctrl+2</string>
</property> </property>
</action> </action>
<action name="actionViewProfile"> <action name="actionViewProfile">
@ -304,7 +304,7 @@
<string>View Profile</string> <string>View Profile</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+2</string> <string>Ctrl+3</string>
</property> </property>
</action> </action>
<action name="actionViewInfo"> <action name="actionViewInfo">
@ -312,7 +312,7 @@
<string>View Info</string> <string>View Info</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+3</string> <string>Ctrl+4</string>
</property> </property>
</action> </action>
<action name="actionViewAll"> <action name="actionViewAll">
@ -320,7 +320,7 @@
<string>View All</string> <string>View All</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+5</string> <string>Ctrl+1</string>
</property> </property>
</action> </action>
<action name="actionPreviousDC"> <action name="actionPreviousDC">
@ -367,7 +367,7 @@
<string>View Globe</string> <string>View Globe</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+4</string> <string>Ctrl+5</string>
</property> </property>
</action> </action>
<action name="actionDivePlanner"> <action name="actionDivePlanner">