"Gamelist view style" -> "List style"

* Cleaner & more concise.
 * Also add some "Alt" shortcuts
This commit is contained in:
Augustin Cavalier
2014-11-26 15:31:30 -05:00
parent ca8316ac54
commit 9180257c4a

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>992</width> <width>990</width>
<height>592</height> <height>590</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -31,8 +31,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>992</width> <width>990</width>
<height>21</height> <height>24</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="mnuFile"> <widget class="QMenu" name="mnuFile">
@ -60,16 +60,16 @@
<property name="title"> <property name="title">
<string>&amp;View</string> <string>&amp;View</string>
</property> </property>
<widget class="QMenu" name="mnuGameListStyle"> <widget class="QMenu" name="mnuListStyle">
<property name="title"> <property name="title">
<string>Gamelist view style</string> <string>&amp;List style</string>
</property> </property>
<addaction name="actionListView"/> <addaction name="actionListView"/>
<addaction name="actionTreeView"/> <addaction name="actionTreeView"/>
<addaction name="actionGridView"/> <addaction name="actionGridView"/>
<addaction name="actionIconView"/> <addaction name="actionIconView"/>
</widget> </widget>
<addaction name="mnuGameListStyle"/> <addaction name="mnuListStyle"/>
</widget> </widget>
<widget class="QMenu" name="mnuHelp"> <widget class="QMenu" name="mnuHelp">
<property name="title"> <property name="title">
@ -161,7 +161,7 @@
</action> </action>
<action name="actionAboutQt"> <action name="actionAboutQt">
<property name="text"> <property name="text">
<string>About Qt</string> <string>About &amp;Qt</string>
</property> </property>
<property name="menuRole"> <property name="menuRole">
<enum>QAction::AboutQtRole</enum> <enum>QAction::AboutQtRole</enum>
@ -172,7 +172,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>List view</string> <string>&amp;List view</string>
</property> </property>
</action> </action>
<action name="actionTreeView"> <action name="actionTreeView">
@ -180,7 +180,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Tree view</string> <string>&amp;Tree view</string>
</property> </property>
</action> </action>
<action name="actionGridView"> <action name="actionGridView">
@ -188,7 +188,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Grid view</string> <string>&amp;Grid view</string>
</property> </property>
</action> </action>
<action name="actionIconView"> <action name="actionIconView">
@ -196,7 +196,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Icon view</string> <string>&amp;Icon view</string>
</property> </property>
</action> </action>
</widget> </widget>