mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinQt: GameList!
This commit is contained in:
@ -60,6 +60,16 @@
|
||||
<property name="title">
|
||||
<string>&View</string>
|
||||
</property>
|
||||
<widget class="QMenu" name="mnuGameListStyle">
|
||||
<property name="title">
|
||||
<string>Gamelist view style</string>
|
||||
</property>
|
||||
<addaction name="actionListView"/>
|
||||
<addaction name="actionTreeView"/>
|
||||
<addaction name="actionGridView"/>
|
||||
<addaction name="actionIconView"/>
|
||||
</widget>
|
||||
<addaction name="mnuGameListStyle"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="mnuHelp">
|
||||
<property name="title">
|
||||
@ -79,11 +89,11 @@
|
||||
</property>
|
||||
</widget>
|
||||
<addaction name="mnuFile"/>
|
||||
<addaction name="mnuView"/>
|
||||
<addaction name="mnuEmulation"/>
|
||||
<addaction name="mnuMovie"/>
|
||||
<addaction name="mnuOptions"/>
|
||||
<addaction name="mnuTools"/>
|
||||
<addaction name="mnuView"/>
|
||||
<addaction name="mnuHelp"/>
|
||||
</widget>
|
||||
<widget class="QStatusBar" name="statusbar"/>
|
||||
@ -157,6 +167,38 @@
|
||||
<enum>QAction::AboutQtRole</enum>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionListView">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>List view</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionTreeView">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Tree view</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionGridView">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Grid view</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionIconView">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Icon view</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
Reference in New Issue
Block a user