mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-13 06:11:28 +03:00
Add global shortcuts
This commit is contained in:
@@ -334,7 +334,7 @@
|
||||
<string>File</string>
|
||||
</property>
|
||||
<addaction name="actionSave_JSON"/>
|
||||
<addaction name="actionExit"/>
|
||||
<addaction name="actionQuit"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuSettings">
|
||||
<property name="title">
|
||||
@@ -371,19 +371,13 @@
|
||||
<property name="text">
|
||||
<string>&Save JSON</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+S</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionExit">
|
||||
<action name="actionQuit">
|
||||
<property name="icon">
|
||||
<iconset theme="application-exit"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Exit</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Alt+F4</string>
|
||||
<string>&Quit</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::MenuRole::QuitRole</enum>
|
||||
@@ -394,10 +388,7 @@
|
||||
<iconset theme="view-refresh"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Refresh Devices</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F5</string>
|
||||
<string>&Refresh Devices</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionGitHub">
|
||||
|
||||
Reference in New Issue
Block a user