mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
199c26adbf
* QShortcut falls down on duplicates. It can have activatedAmbiguously events, but these happen in arbitrary order and the shortcuts on menu items just swallow the ambiguous activate so it's not useful. * Instead we just let MainWindow pick up ShortcutOverride events and consult a mapping of which shortcuts to use. We can use a smarter selection method to choose the more 'local' shortcut if two shortcuts that conflict exist.
422 lines
12 KiB
XML
422 lines
12 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1200</width>
|
|
<height>800</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>QRenderDoc</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="../Resources/resources.qrc">
|
|
<normaloff>:/icon.ico</normaloff>:/icon.ico</iconset>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="ToolWindowManager" name="toolWindowManager" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1200</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menu_Tools">
|
|
<property name="title">
|
|
<string>&Tools</string>
|
|
</property>
|
|
<addaction name="action_Resolve_Symbols"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Settings"/>
|
|
<addaction name="action_Manage_Remote_Servers"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Start_Android_Remote_Server"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_File">
|
|
<property name="title">
|
|
<string>&File</string>
|
|
</property>
|
|
<widget class="QMenu" name="menu_Recent_Logs">
|
|
<property name="title">
|
|
<string>&Recent Captures</string>
|
|
</property>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Clear_Log_History"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Recent_Capture_Settings">
|
|
<property name="title">
|
|
<string>R&ecent Capture Settings</string>
|
|
</property>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Clear_Capture_History"/>
|
|
</widget>
|
|
<addaction name="action_Launch_Application"/>
|
|
<addaction name="action_Attach_to_Running_Instance"/>
|
|
<addaction name="action_Inject_into_Process"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Open_Log"/>
|
|
<addaction name="action_Save_Log"/>
|
|
<addaction name="action_Close_Log"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="menu_Recent_Logs"/>
|
|
<addaction name="menu_Recent_Capture_Settings"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Exit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Window">
|
|
<property name="title">
|
|
<string>&Window</string>
|
|
</property>
|
|
<widget class="QMenu" name="menu_Save_Layout">
|
|
<property name="title">
|
|
<string>&Save Layout</string>
|
|
</property>
|
|
<addaction name="action_Save_Default_Layout"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Save_Layout_1"/>
|
|
<addaction name="action_Save_Layout_2"/>
|
|
<addaction name="action_Save_Layout_3"/>
|
|
<addaction name="action_Save_Layout_4"/>
|
|
<addaction name="action_Save_Layout_5"/>
|
|
<addaction name="action_Save_Layout_6"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Load_Layout">
|
|
<property name="title">
|
|
<string>&Load Layout</string>
|
|
</property>
|
|
<addaction name="action_Load_Default_Layout"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Load_Layout_1"/>
|
|
<addaction name="action_Load_Layout_2"/>
|
|
<addaction name="action_Load_Layout_3"/>
|
|
<addaction name="action_Load_Layout_4"/>
|
|
<addaction name="action_Load_Layout_5"/>
|
|
<addaction name="action_Load_Layout_6"/>
|
|
</widget>
|
|
<addaction name="menu_Save_Layout"/>
|
|
<addaction name="menu_Load_Layout"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Launch_Application_Window"/>
|
|
<addaction name="action_Python_Shell"/>
|
|
<addaction name="action_Event_Browser"/>
|
|
<addaction name="action_Texture_Viewer"/>
|
|
<addaction name="action_Pipeline_State"/>
|
|
<addaction name="action_API_Inspector"/>
|
|
<addaction name="action_Mesh_Output"/>
|
|
<addaction name="action_Errors_and_Warnings"/>
|
|
<addaction name="action_Timeline"/>
|
|
<addaction name="action_Statistics_Viewer"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Help">
|
|
<property name="title">
|
|
<string>&Help</string>
|
|
</property>
|
|
<addaction name="action_View_Documentation"/>
|
|
<addaction name="action_View_Diagnostic_Log_File"/>
|
|
<addaction name="actionShow_Tips"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Send_Error_Report"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionUpdate_available"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Source_on_github"/>
|
|
<addaction name="action_Build_Release_downloads"/>
|
|
<addaction name="action_About"/>
|
|
</widget>
|
|
<addaction name="menu_File"/>
|
|
<addaction name="menu_Window"/>
|
|
<addaction name="menu_Tools"/>
|
|
<addaction name="menu_Help"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
<action name="action_Launch_Application">
|
|
<property name="text">
|
|
<string>&Launch Application</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+N</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Attach_to_Running_Instance">
|
|
<property name="text">
|
|
<string>&Attach to Running Instance</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Inject_into_Process">
|
|
<property name="text">
|
|
<string>&Inject into Process</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Open_Log">
|
|
<property name="text">
|
|
<string>&Open Capture</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+O</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Save_Log">
|
|
<property name="text">
|
|
<string>&Save Capture</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Close_Log">
|
|
<property name="text">
|
|
<string>&Close Capture</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+W</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Exit">
|
|
<property name="text">
|
|
<string>E&xit</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Python_Shell">
|
|
<property name="text">
|
|
<string>P&ython Shell</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Event_Browser">
|
|
<property name="text">
|
|
<string>&Event Browser</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Texture_Viewer">
|
|
<property name="text">
|
|
<string>&Texture Viewer</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Pipeline_State">
|
|
<property name="text">
|
|
<string>&Pipeline State</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_API_Inspector">
|
|
<property name="text">
|
|
<string>&API Inspector</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Mesh_Output">
|
|
<property name="text">
|
|
<string>&Mesh Output</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Errors_and_Warnings">
|
|
<property name="text">
|
|
<string>Errors and &Warnings</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Timeline">
|
|
<property name="text">
|
|
<string>T&imeline</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLayout_1">
|
|
<property name="text">
|
|
<string>Layout 1</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Save_Default_Layout">
|
|
<property name="text">
|
|
<string>&Default Layout</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Load_Default_Layout">
|
|
<property name="text">
|
|
<string>&Default Layout</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Save_Layout_1">
|
|
<property name="text">
|
|
<string>Layout &1</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Save_Layout_2">
|
|
<property name="text">
|
|
<string>Layout &2</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Save_Layout_3">
|
|
<property name="text">
|
|
<string>Layout &3</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Save_Layout_4">
|
|
<property name="text">
|
|
<string>Layout &4</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLayout_t">
|
|
<property name="text">
|
|
<string>Layout &5</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Save_Layout_5">
|
|
<property name="text">
|
|
<string>Layout &5</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Save_Layout_6">
|
|
<property name="text">
|
|
<string>Layout &6</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Load_Layout_1">
|
|
<property name="text">
|
|
<string>Layout &1</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Load_Layout_2">
|
|
<property name="text">
|
|
<string>Layout &2</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Load_Layout_3">
|
|
<property name="text">
|
|
<string>Layout &3</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Load_Layout_4">
|
|
<property name="text">
|
|
<string>Layout &4</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Load_Layout_5">
|
|
<property name="text">
|
|
<string>Layout &5</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Load_Layout_6">
|
|
<property name="text">
|
|
<string>Layout &6</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Resolve_Symbols">
|
|
<property name="text">
|
|
<string>&Resolve Symbols</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Log_Statistics">
|
|
<property name="text">
|
|
<string>&Statistics</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Settings">
|
|
<property name="text">
|
|
<string>&Settings</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Manage_Remote_Servers">
|
|
<property name="text">
|
|
<string>&Manage Remote Servers</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_View_Documentation">
|
|
<property name="text">
|
|
<string>View &Documentation</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_View_Diagnostic_Log_File">
|
|
<property name="text">
|
|
<string>View Diagnostic &Log File</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Send_Error_Report">
|
|
<property name="text">
|
|
<string>Send &Error Report</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUpdate_available">
|
|
<property name="text">
|
|
<string>Update available</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Source_on_github">
|
|
<property name="text">
|
|
<string>Source on github</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Build_Release_downloads">
|
|
<property name="text">
|
|
<string>Build/Release downloads</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_About">
|
|
<property name="text">
|
|
<string>&About</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Clear_Log_History">
|
|
<property name="text">
|
|
<string>Clear History</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Clear_Capture_History">
|
|
<property name="text">
|
|
<string>Clear History</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Statistics_Viewer">
|
|
<property name="text">
|
|
<string>Statisti&cs Viewer</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Start_Android_Remote_Server">
|
|
<property name="text">
|
|
<string>Start &Android Remote Server</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShow_Tips">
|
|
<property name="text">
|
|
<string>Show Tips</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Launch_Application_Window">
|
|
<property name="text">
|
|
<string>&Launch Application</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>ToolWindowManager</class>
|
|
<extends>QWidget</extends>
|
|
<header>3rdparty/toolwindowmanager/ToolWindowManager.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources>
|
|
<include location="../Resources/resources.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|