mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
45 lines
1.1 KiB
XML
45 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DebugMenu</class>
|
|
<widget class="QMenu" name="DebugMenu">
|
|
<property name="title">
|
|
<string>Debug</string>
|
|
</property>
|
|
<action name="actionShowDebugger">
|
|
<property name="text">
|
|
<string>Show Debugger</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShowFrameDebugger">
|
|
<property name="text">
|
|
<string>Show Frame Debugger</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDumpNextFrame">
|
|
<property name="text">
|
|
<string>Dump Next Frame</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F11</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGsDrawEnabled">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>GS Draw Enabled</string>
|
|
</property>
|
|
</action>
|
|
<addaction name="actionShowDebugger"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionShowFrameDebugger"/>
|
|
<addaction name="actionDumpNextFrame"/>
|
|
<addaction name="actionGsDrawEnabled"/>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|