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