[AudioSystem] ACE: Added "File -> Refresh Audio System" action (same as "Game -> Refresh Audio") with "Ctrl-Shift-R" shortcut.
Signed-off-by: Maxim Ivanov <imginimg@gmail.com>
This commit is contained in:
@@ -143,6 +143,7 @@
|
||||
</property>
|
||||
<addaction name="actionSaveAll"/>
|
||||
<addaction name="actionReload"/>
|
||||
<addaction name="actionRefreshAudioSystem"/>
|
||||
</widget>
|
||||
<addaction name="menuFile"/>
|
||||
</widget>
|
||||
@@ -170,6 +171,14 @@
|
||||
<string>Ctrl+R</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRefreshAudioSystem">
|
||||
<property name="text">
|
||||
<string>Refresh Audio System</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Shift+R</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="AudioControlsEditorUI.qrc"/>
|
||||
@@ -207,6 +216,22 @@
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>actionRefreshAudioSystem</sender>
|
||||
<signal>triggered()</signal>
|
||||
<receiver>MainWindow</receiver>
|
||||
<slot>RefreshAudioSystem()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>-1</x>
|
||||
<y>-1</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>485</x>
|
||||
<y>336</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
</connections>
|
||||
<slots>
|
||||
<signal>CurrentControlNameChanged(QString)</signal>
|
||||
|
||||
Reference in New Issue
Block a user