mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
"Gamelist view style" -> "List style"
* Cleaner & more concise. * Also add some "Alt" shortcuts
This commit is contained in:
@ -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>&View</string>
|
<string>&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>&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 &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>&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>&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>&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>&Icon view</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
|
Reference in New Issue
Block a user