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