Add some tooltips and keyboard shortcut.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
7a6ad9f363
commit
a27585d2a6
1 changed files with 16 additions and 1 deletions
|
@ -119,6 +119,9 @@
|
|||
<property name="text">
|
||||
<string>&Pause</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Pause</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action4_3">
|
||||
<property name="text">
|
||||
|
@ -139,6 +142,9 @@
|
|||
<property name="text">
|
||||
<string>&Reboot</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F2</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionBenchmark">
|
||||
<property name="text">
|
||||
|
@ -159,11 +165,17 @@
|
|||
<property name="text">
|
||||
<string>&Load state</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F12</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSave_state">
|
||||
<property name="text">
|
||||
<string>&Save state</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F11</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAbout_Qt">
|
||||
<property name="text">
|
||||
|
@ -177,7 +189,10 @@
|
|||
</action>
|
||||
<action name="actionScreenshot">
|
||||
<property name="text">
|
||||
<string>Screenshot</string>
|
||||
<string>&Screenshot</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Shift+F12</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
|
|
Loading…
Add table
Reference in a new issue