mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
c5adc7a4ed
* Unfortunately scintilla assumes its headers are all in the search path so where possible we only add those folders when compiling scintilla source, not our own.
412 lines
12 KiB
XML
412 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>18</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 Logs</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_Capture_Log"/>
|
|
<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_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="actionView_Documentation"/>
|
|
<addaction name="actionView_Diagnostic_Log_File"/>
|
|
<addaction name="actionSend_Error_Report"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionUpdate_available"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSource_on_github"/>
|
|
<addaction name="actionBuild_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_Capture_Log">
|
|
<property name="text">
|
|
<string>&Capture Log</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 Log</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+O</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Save_Log">
|
|
<property name="text">
|
|
<string>&Save Log</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Close_Log">
|
|
<property name="text">
|
|
<string>C&lose Log</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+W</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Exit">
|
|
<property name="text">
|
|
<string>&Exit</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Alt+F4</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>Log 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>&Log 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="actionView_Documentation">
|
|
<property name="text">
|
|
<string>View &Documentation</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionView_Diagnostic_Log_File">
|
|
<property name="text">
|
|
<string>View Diagnostic &Log File</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSend_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="actionSource_on_github">
|
|
<property name="text">
|
|
<string>Source on github</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionBuild_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>
|
|
</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>
|