mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
DolphinQt: Add 'Screenshot' button.
This commit is contained in:
parent
db8b50cf7e
commit
7c13021627
2 changed files with 15 additions and 0 deletions
|
@ -52,6 +52,8 @@
|
|||
<addaction name="actionPlay"/>
|
||||
<addaction name="actionStop"/>
|
||||
<addaction name="actionReset"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionScreenshot"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="mnuOptions">
|
||||
<property name="title">
|
||||
|
@ -119,6 +121,7 @@
|
|||
</attribute>
|
||||
<addaction name="actionPlay"/>
|
||||
<addaction name="actionStop"/>
|
||||
<addaction name="actionScreenshot"/>
|
||||
</widget>
|
||||
<action name="actionWebsite">
|
||||
<property name="text">
|
||||
|
@ -236,6 +239,14 @@
|
|||
<string>&Reset</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionScreenshot">
|
||||
<property name="text">
|
||||
<string>Screenshot</string>
|
||||
</property>
|
||||
<property name="iconVisibleInMenu">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue