2021-11-25 10:20:56 +01:00
|
|
|
<?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>724</width>
|
2021-11-28 20:49:05 +01:00
|
|
|
<height>427</height>
|
2021-11-25 10:20:56 +01:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>86Box</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<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>
|
2021-11-28 20:49:05 +01:00
|
|
|
<item>
|
2021-12-04 21:33:04 +01:00
|
|
|
<widget class="RendererStack" name="stackedWidget">
|
|
|
|
|
<property name="currentIndex">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="SoftwareRenderer" name="sw"/>
|
|
|
|
|
<widget class="HardwareRenderer" name="ogl"/>
|
|
|
|
|
<widget class="HardwareRenderer" name="gles"/>
|
|
|
|
|
</widget>
|
2021-11-28 20:49:05 +01:00
|
|
|
</item>
|
2021-11-25 10:20:56 +01:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>724</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuAction">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Action</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionKeyboard_requires_capture"/>
|
|
|
|
|
<addaction name="actionRight_CTRL_is_left_ALT"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionHard_Reset"/>
|
|
|
|
|
<addaction name="actionCtrl_Alt_Del"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionCtrl_Alt_Esc"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionPause"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionExit"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuTools">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Tools</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionSettings"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuView">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>View</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionFullscreen"/>
|
2021-12-04 21:33:04 +01:00
|
|
|
<addaction name="actionSoftware_Renderer"/>
|
|
|
|
|
<addaction name="actionHardware_Renderer_OpenGL"/>
|
|
|
|
|
<addaction name="actionHardware_Renderer_OpenGL_ES"/>
|
2021-11-25 10:20:56 +01:00
|
|
|
</widget>
|
2021-12-03 11:38:00 +01:00
|
|
|
<widget class="QMenu" name="menuMedia">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Media</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2021-11-25 10:20:56 +01:00
|
|
|
<addaction name="menuAction"/>
|
|
|
|
|
<addaction name="menuView"/>
|
2021-12-03 11:38:00 +01:00
|
|
|
<addaction name="menuMedia"/>
|
2021-11-25 10:20:56 +01:00
|
|
|
<addaction name="menuTools"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
|
<action name="actionKeyboard_requires_capture">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Keyboard requires capture</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionRight_CTRL_is_left_ALT">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Right CTRL is left ALT</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionHard_Reset">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Hard Reset</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionCtrl_Alt_Del">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Ctrl+Alt+Del</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionCtrl_Alt_Esc">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Ctrl+Alt+Esc</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionPause">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Pause</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionExit">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Exit</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionSettings">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Settings</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionFullscreen">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Fullscreen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+Alt+PgUp</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2021-12-04 21:33:04 +01:00
|
|
|
<action name="actionSoftware_Renderer">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Software Renderer</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionHardware_Renderer_OpenGL">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Hardware Renderer (OpenGL)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionHardware_Renderer_OpenGL_ES">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Hardware Renderer (OpenGL ES)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2021-11-25 10:20:56 +01:00
|
|
|
</widget>
|
2021-11-28 20:49:05 +01:00
|
|
|
<customwidgets>
|
|
|
|
|
<customwidget>
|
2021-12-04 21:33:04 +01:00
|
|
|
<class>HardwareRenderer</class>
|
2021-11-30 21:18:25 +01:00
|
|
|
<extends>QOpenGLWidget</extends>
|
2021-12-04 21:33:04 +01:00
|
|
|
<header>qt_hardwarerenderer.hpp</header>
|
|
|
|
|
</customwidget>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>SoftwareRenderer</class>
|
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
|
<header>qt_softwarerenderer.hpp</header>
|
|
|
|
|
<container>1</container>
|
|
|
|
|
</customwidget>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>RendererStack</class>
|
|
|
|
|
<extends>QStackedWidget</extends>
|
|
|
|
|
<header>qt_rendererstack.hpp</header>
|
|
|
|
|
<container>1</container>
|
2021-11-28 20:49:05 +01:00
|
|
|
</customwidget>
|
|
|
|
|
</customwidgets>
|
2021-11-25 10:20:56 +01:00
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|