forked from ShuriZma/suyu
1
0
Fork 0

Merge pull request #9304 from liamwhite/menu-roll

Qt: assign menuRole properties for actions
This commit is contained in:
bunnei 2022-11-25 00:38:50 -08:00 committed by GitHub
commit e8cbc3b4c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -231,6 +231,9 @@
<property name="text"> <property name="text">
<string>Con&amp;figure...</string> <string>Con&amp;figure...</string>
</property> </property>
<property name="menuRole">
<enum>QAction::PreferencesRole</enum>
</property>
</action> </action>
<action name="action_Display_Dock_Widget_Headers"> <action name="action_Display_Dock_Widget_Headers">
<property name="checkable"> <property name="checkable">
@ -363,6 +366,9 @@
<property name="text"> <property name="text">
<string>&amp;Configure TAS...</string> <string>&amp;Configure TAS...</string>
</property> </property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action> </action>
<action name="action_Configure_Current_Game"> <action name="action_Configure_Current_Game">
<property name="enabled"> <property name="enabled">
@ -371,6 +377,9 @@
<property name="text"> <property name="text">
<string>Configure C&amp;urrent Game...</string> <string>Configure C&amp;urrent Game...</string>
</property> </property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action> </action>
<action name="action_TAS_Start"> <action name="action_TAS_Start">
<property name="enabled"> <property name="enabled">