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-27 16:32:03 +06:00
|
|
|
<widget class="RendererStack" name="stackedWidget"/>
|
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>
|
2022-02-05 02:04:32 +06:00
|
|
|
<height>22</height>
|
2021-11-25 10:20:56 +01:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuAction">
|
|
|
|
|
<property name="title">
|
2022-01-04 16:57:07 +06:00
|
|
|
<string>&Action</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</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">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Tools</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
<addaction name="actionSettings"/>
|
2021-12-12 01:16:27 +06:00
|
|
|
<addaction name="actionUpdate_status_bar_icons"/>
|
|
|
|
|
<addaction name="separator"/>
|
2022-01-09 01:04:59 +06:00
|
|
|
<addaction name="actionEnable_Discord_integration"/>
|
|
|
|
|
<addaction name="separator"/>
|
2021-12-12 01:16:27 +06:00
|
|
|
<addaction name="actionTake_screenshot"/>
|
2021-12-12 16:22:35 +06:00
|
|
|
<addaction name="actionSound_gain"/>
|
2021-12-28 16:47:10 +06:00
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionPreferences"/>
|
2022-02-05 02:04:32 +06:00
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionBegin_trace"/>
|
|
|
|
|
<addaction name="actionEnd_trace"/>
|
2021-11-25 10:20:56 +01:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuView">
|
|
|
|
|
<property name="title">
|
2022-01-04 16:57:07 +06:00
|
|
|
<string>&View</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
2021-12-06 21:26:44 +01:00
|
|
|
<widget class="QMenu" name="menuRenderer">
|
|
|
|
|
<property name="title">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>Re&nderer</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
<addaction name="actionSoftware_Renderer"/>
|
|
|
|
|
<addaction name="actionHardware_Renderer_OpenGL"/>
|
|
|
|
|
<addaction name="actionHardware_Renderer_OpenGL_ES"/>
|
2021-12-27 16:32:03 +06:00
|
|
|
<addaction name="actionOpenGL_3_0_Core"/>
|
2021-12-06 21:26:44 +01:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuWindow_scale_factor">
|
|
|
|
|
<property name="title">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Window scale factor</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
<addaction name="action0_5x"/>
|
|
|
|
|
<addaction name="action1x"/>
|
|
|
|
|
<addaction name="action1_5x"/>
|
|
|
|
|
<addaction name="action2x"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuFilter_method">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Filter method</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionNearest"/>
|
|
|
|
|
<addaction name="actionLinear"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuFullscreen_stretch_mode">
|
|
|
|
|
<property name="title">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>Fullscreen &stretch mode</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
2021-12-07 13:47:42 +01:00
|
|
|
<addaction name="actionFullScreen_stretch"/>
|
|
|
|
|
<addaction name="actionFullScreen_43"/>
|
|
|
|
|
<addaction name="actionFullScreen_keepRatio"/>
|
|
|
|
|
<addaction name="actionFullScreen_int"/>
|
2021-12-06 21:26:44 +01:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuEGA_S_VGA_settings">
|
|
|
|
|
<property name="title">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>E&GA/(S)VGA settings</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuVGA_screen_type">
|
|
|
|
|
<property name="title">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>VGA screen &type</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
<addaction name="actionRGB_Color"/>
|
|
|
|
|
<addaction name="actionRGB_Grayscale"/>
|
|
|
|
|
<addaction name="actionAmber_monitor"/>
|
|
|
|
|
<addaction name="actionGreen_monitor"/>
|
|
|
|
|
<addaction name="actionWhite_monitor"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuGrayscale_conversion_type">
|
|
|
|
|
<property name="title">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>Grayscale &conversion type</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
<addaction name="actionBT601_NTSC_PAL"/>
|
|
|
|
|
<addaction name="actionBT709_HDTV"/>
|
|
|
|
|
<addaction name="actionAverage"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<addaction name="actionInverted_VGA_monitor"/>
|
|
|
|
|
<addaction name="menuVGA_screen_type"/>
|
|
|
|
|
<addaction name="menuGrayscale_conversion_type"/>
|
|
|
|
|
</widget>
|
2022-01-09 17:00:16 +02:00
|
|
|
<addaction name="actionHide_tool_bar"/>
|
2021-12-06 21:26:44 +01:00
|
|
|
<addaction name="actionHide_status_bar"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionResizable_window"/>
|
|
|
|
|
<addaction name="actionRemember_size_and_position"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="menuRenderer"/>
|
2022-02-27 14:56:51 +02:00
|
|
|
<addaction name="actionRenderer_options"/>
|
|
|
|
|
<addaction name="separator"/>
|
2021-12-06 21:26:44 +01:00
|
|
|
<addaction name="actionSpecify_dimensions"/>
|
|
|
|
|
<addaction name="actionForce_4_3_display_ratio"/>
|
|
|
|
|
<addaction name="menuWindow_scale_factor"/>
|
|
|
|
|
<addaction name="menuFilter_method"/>
|
|
|
|
|
<addaction name="actionHiDPI_scaling"/>
|
|
|
|
|
<addaction name="separator"/>
|
2021-11-25 10:20:56 +01:00
|
|
|
<addaction name="actionFullscreen"/>
|
2021-12-06 21:26:44 +01:00
|
|
|
<addaction name="menuFullscreen_stretch_mode"/>
|
|
|
|
|
<addaction name="menuEGA_S_VGA_settings"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionCGA_PCjr_Tandy_EGA_S_VGA_overscan"/>
|
|
|
|
|
<addaction name="actionChange_contrast_for_monochrome_display"/>
|
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">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Media</string>
|
2021-12-03 11:38:00 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
2021-12-09 16:27:53 +06:00
|
|
|
<widget class="QMenu" name="menuAbout">
|
|
|
|
|
<property name="title">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Help</string>
|
2021-12-09 16:27:53 +06:00
|
|
|
</property>
|
|
|
|
|
<addaction name="actionDocumentation"/>
|
|
|
|
|
<addaction name="actionAbout_86Box"/>
|
|
|
|
|
<addaction name="actionAbout_Qt"/>
|
|
|
|
|
</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"/>
|
2021-12-09 16:27:53 +06:00
|
|
|
<addaction name="menuAbout"/>
|
2021-11-25 10:20:56 +01:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
2022-01-09 17:00:16 +02:00
|
|
|
<widget class="QToolBar" name="toolBar">
|
2022-01-12 23:19:08 +02:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
|
<enum>Qt::PreventContextMenu</enum>
|
|
|
|
|
</property>
|
2022-01-09 17:00:16 +02:00
|
|
|
<property name="windowTitle">
|
2022-01-12 23:19:08 +02:00
|
|
|
<string notr="true">toolBar</string>
|
2022-01-09 17:00:16 +02:00
|
|
|
</property>
|
|
|
|
|
<property name="movable">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2022-01-12 23:19:08 +02:00
|
|
|
<property name="allowedAreas">
|
|
|
|
|
<set>Qt::TopToolBarArea</set>
|
|
|
|
|
</property>
|
2022-01-10 19:12:19 +02:00
|
|
|
<property name="iconSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>16</width>
|
|
|
|
|
<height>16</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2022-01-13 08:33:29 +02:00
|
|
|
<property name="toolButtonStyle">
|
|
|
|
|
<enum>Qt::ToolButtonIconOnly</enum>
|
|
|
|
|
</property>
|
2022-01-09 17:00:16 +02:00
|
|
|
<property name="floatable">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
2022-01-10 08:06:30 +02:00
|
|
|
<addaction name="actionPause"/>
|
2022-01-13 08:33:29 +02:00
|
|
|
<addaction name="actionHard_Reset"/>
|
|
|
|
|
<addaction name="actionACPI_Shutdown"/>
|
2022-01-10 08:06:30 +02:00
|
|
|
<addaction name="separator"/>
|
2022-01-09 17:00:16 +02:00
|
|
|
<addaction name="actionCtrl_Alt_Del"/>
|
|
|
|
|
<addaction name="actionCtrl_Alt_Esc"/>
|
2022-01-10 08:06:30 +02:00
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionSettings"/>
|
2022-01-09 17:00:16 +02:00
|
|
|
</widget>
|
2021-11-25 10:20:56 +01:00
|
|
|
<action name="actionKeyboard_requires_capture">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-04 16:57:07 +06:00
|
|
|
<string>&Keyboard requires capture</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionRight_CTRL_is_left_ALT">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-04 16:57:07 +06:00
|
|
|
<string>&Right CTRL is left ALT</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionHard_Reset">
|
2022-01-09 17:38:11 +02:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../qt_resources.qrc">
|
2022-01-13 08:33:29 +02:00
|
|
|
<normaloff>:/menuicons/win/icons/hard_reset.ico</normaloff>:/menuicons/win/icons/hard_reset.ico</iconset>
|
2022-01-09 17:38:11 +02:00
|
|
|
</property>
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
2022-01-04 16:57:07 +06:00
|
|
|
<string>&Hard Reset...</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
2022-01-10 19:12:19 +02:00
|
|
|
<property name="iconVisibleInMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2021-11-25 10:20:56 +01:00
|
|
|
</action>
|
|
|
|
|
<action name="actionCtrl_Alt_Del">
|
2022-01-09 17:38:11 +02:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../qt_resources.qrc">
|
2022-01-13 08:33:29 +02:00
|
|
|
<normaloff>:/menuicons/win/icons/send_cad.ico</normaloff>:/menuicons/win/icons/send_cad.ico</iconset>
|
2022-01-09 17:38:11 +02:00
|
|
|
</property>
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
2022-01-04 16:57:07 +06:00
|
|
|
<string>&Ctrl+Alt+Del</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
2021-11-25 10:20:56 +01:00
|
|
|
<string>Ctrl+Alt+Del</string>
|
|
|
|
|
</property>
|
2022-01-06 01:41:57 +06:00
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+F12</string>
|
|
|
|
|
</property>
|
2022-01-10 19:12:19 +02:00
|
|
|
<property name="iconVisibleInMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2022-01-06 01:41:57 +06:00
|
|
|
<property name="shortcutVisibleInContextMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2021-11-25 10:20:56 +01:00
|
|
|
</action>
|
|
|
|
|
<action name="actionCtrl_Alt_Esc">
|
2022-01-09 17:38:11 +02:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../qt_resources.qrc">
|
2022-01-13 08:33:29 +02:00
|
|
|
<normaloff>:/menuicons/win/icons/send_cae.ico</normaloff>:/menuicons/win/icons/send_cae.ico</iconset>
|
2022-01-09 17:38:11 +02:00
|
|
|
</property>
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
2022-01-04 16:57:07 +06:00
|
|
|
<string>Ctrl+Alt+&Esc</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
2022-01-10 19:12:19 +02:00
|
|
|
<property name="iconVisibleInMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2021-11-25 10:20:56 +01:00
|
|
|
</action>
|
|
|
|
|
<action name="actionPause">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2022-01-09 17:38:11 +02:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../qt_resources.qrc">
|
2022-01-13 08:33:29 +02:00
|
|
|
<normaloff>:/menuicons/win/icons/pause.ico</normaloff>:/menuicons/win/icons/pause.ico</iconset>
|
2022-01-09 17:38:11 +02:00
|
|
|
</property>
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
2022-01-04 16:57:07 +06:00
|
|
|
<string>&Pause</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
2022-01-10 19:12:19 +02:00
|
|
|
<property name="iconVisibleInMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2021-11-25 10:20:56 +01:00
|
|
|
</action>
|
|
|
|
|
<action name="actionExit">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Exit</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionSettings">
|
2022-01-10 08:06:30 +02:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../qt_resources.qrc">
|
2022-01-13 08:33:29 +02:00
|
|
|
<normaloff>:/menuicons/win/icons/settings.ico</normaloff>:/menuicons/win/icons/settings.ico</iconset>
|
2022-01-10 08:06:30 +02:00
|
|
|
</property>
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
2022-01-04 16:57:07 +06:00
|
|
|
<string>&Settings...</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
2021-12-28 22:06:46 +06:00
|
|
|
<property name="menuRole">
|
2022-02-08 00:40:34 +06:00
|
|
|
<enum>QAction::NoRole</enum>
|
2021-12-28 22:06:46 +06:00
|
|
|
</property>
|
2022-01-10 19:12:19 +02:00
|
|
|
<property name="iconVisibleInMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2021-11-25 10:20:56 +01:00
|
|
|
</action>
|
|
|
|
|
<action name="actionFullscreen">
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Fullscreen</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+Alt+PgUp</string>
|
|
|
|
|
</property>
|
2022-01-06 01:41:57 +06:00
|
|
|
<property name="shortcutVisibleInContextMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2021-11-25 10:20:56 +01:00
|
|
|
</action>
|
2021-12-04 21:33:04 +01:00
|
|
|
<action name="actionSoftware_Renderer">
|
2021-12-06 21:26:44 +01:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2021-12-04 21:33:04 +01:00
|
|
|
<property name="text">
|
2022-01-08 00:53:45 +06:00
|
|
|
<string>&Qt (Software)</string>
|
2021-12-04 21:33:04 +01:00
|
|
|
</property>
|
2022-02-27 14:56:51 +02:00
|
|
|
<property name="vid_api" stdset="0">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2021-12-04 21:33:04 +01:00
|
|
|
</action>
|
|
|
|
|
<action name="actionHardware_Renderer_OpenGL">
|
2021-12-06 21:26:44 +01:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2021-12-04 21:33:04 +01:00
|
|
|
<property name="text">
|
2022-01-08 00:53:45 +06:00
|
|
|
<string>Qt (&OpenGL)</string>
|
2021-12-04 21:33:04 +01:00
|
|
|
</property>
|
2022-02-27 14:56:51 +02:00
|
|
|
<property name="vid_api" stdset="0">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
2021-12-04 21:33:04 +01:00
|
|
|
</action>
|
|
|
|
|
<action name="actionHardware_Renderer_OpenGL_ES">
|
2021-12-06 21:26:44 +01:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2021-12-04 21:33:04 +01:00
|
|
|
<property name="text">
|
2022-01-08 00:53:45 +06:00
|
|
|
<string>Qt (OpenGL &ES)</string>
|
2021-12-04 21:33:04 +01:00
|
|
|
</property>
|
2022-02-27 14:56:51 +02:00
|
|
|
<property name="vid_api" stdset="0">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</property>
|
2021-12-04 21:33:04 +01:00
|
|
|
</action>
|
2021-12-06 21:26:44 +01:00
|
|
|
<action name="actionHide_status_bar">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Hide status bar</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionResizable_window">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Resizeable window</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionRemember_size_and_position">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>R&emember size && position</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionSpecify_dimensions">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Specify dimensions...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionForce_4_3_display_ratio">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>F&orce 4:3 display ratio</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionHiDPI_scaling">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>Hi&DPI scaling</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionCGA_PCjr_Tandy_EGA_S_VGA_overscan">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>CGA/PCjr/Tandy/E&GA/(S)VGA overscan</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionChange_contrast_for_monochrome_display">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>Change contrast for &monochrome display</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action0_5x">
|
2021-12-06 21:58:41 +01:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2021-12-06 21:26:44 +01:00
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&0.5x</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action1x">
|
2021-12-06 21:58:41 +01:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2021-12-06 21:26:44 +01:00
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&1x</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action1_5x">
|
2021-12-06 21:58:41 +01:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2021-12-06 21:26:44 +01:00
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>1.&5x</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action2x">
|
2021-12-06 21:58:41 +01:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2021-12-06 21:26:44 +01:00
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&2x</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionNearest">
|
2021-12-06 22:02:18 +01:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2021-12-06 21:26:44 +01:00
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Nearest</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionLinear">
|
2021-12-06 22:02:18 +01:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2021-12-06 21:26:44 +01:00
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Linear</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2021-12-07 13:47:42 +01:00
|
|
|
<action name="actionFullScreen_stretch">
|
2021-12-06 21:26:44 +01:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Full screen stretch</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2021-12-07 13:47:42 +01:00
|
|
|
<action name="actionFullScreen_43">
|
2021-12-06 21:26:44 +01:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&4:3</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2021-12-07 13:47:42 +01:00
|
|
|
<action name="actionFullScreen_keepRatio">
|
2021-12-06 21:26:44 +01:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Square pixels (Keep ratio)</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2021-12-07 13:47:42 +01:00
|
|
|
<action name="actionFullScreen_int">
|
2021-12-06 21:26:44 +01:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Integer scale</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionInverted_VGA_monitor">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Inverted VGA monitor</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionRGB_Color">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>RGB &Color</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionRGB_Grayscale">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&RGB Grayscale</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionAmber_monitor">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Amber monitor</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionGreen_monitor">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Green monitor</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionWhite_monitor">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&White monitor</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionBT601_NTSC_PAL">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>BT&601 (NTSC/PAL)</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionBT709_HDTV">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>BT&709 (HDTV)</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionAverage">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Average</string>
|
2021-12-06 21:26:44 +01:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2021-12-09 16:27:53 +06:00
|
|
|
<action name="actionAbout_Qt">
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>About Qt</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="visible">
|
|
|
|
|
<bool>false</bool>
|
2021-12-09 16:27:53 +06:00
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::AboutQtRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionAbout_86Box">
|
|
|
|
|
<property name="text">
|
2022-01-04 01:24:10 +06:00
|
|
|
<string>&About 86Box...</string>
|
2021-12-09 16:27:53 +06:00
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::AboutRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionDocumentation">
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Documentation...</string>
|
2021-12-09 16:27:53 +06:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2021-12-12 01:16:27 +06:00
|
|
|
<action name="actionUpdate_status_bar_icons">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Update status bar icons</string>
|
2021-12-12 01:16:27 +06:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionTake_screenshot">
|
|
|
|
|
<property name="text">
|
2022-01-06 01:41:57 +06:00
|
|
|
<string>Take s&creenshot</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+F11</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcutVisibleInContextMenu">
|
|
|
|
|
<bool>false</bool>
|
2021-12-12 01:16:27 +06:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2021-12-12 16:22:35 +06:00
|
|
|
<action name="actionSound_gain">
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>Sound &gain...</string>
|
2021-12-12 16:22:35 +06:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2021-12-27 16:32:03 +06:00
|
|
|
<action name="actionOpenGL_3_0_Core">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>Open&GL (3.0 Core)</string>
|
2021-12-27 16:32:03 +06:00
|
|
|
</property>
|
2022-02-27 14:56:51 +02:00
|
|
|
<property name="vid_api" stdset="0">
|
|
|
|
|
<number>3</number>
|
|
|
|
|
</property>
|
2021-12-27 16:32:03 +06:00
|
|
|
</action>
|
2021-12-28 16:47:10 +06:00
|
|
|
<action name="actionPreferences">
|
|
|
|
|
<property name="text">
|
2022-01-05 01:17:07 +06:00
|
|
|
<string>&Preferences...</string>
|
2021-12-28 22:06:46 +06:00
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
2022-02-08 00:40:34 +06:00
|
|
|
<enum>QAction::PreferencesRole</enum>
|
2021-12-28 16:47:10 +06:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2022-01-09 01:04:59 +06:00
|
|
|
<action name="actionEnable_Discord_integration">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Enable &Discord integration</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2022-01-09 17:00:16 +02:00
|
|
|
<action name="actionHide_tool_bar">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2022-02-08 15:56:31 +06:00
|
|
|
<string>Hide &toolbar</string>
|
2022-01-09 17:00:16 +02:00
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Hide tool bar</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2022-01-13 08:33:29 +02:00
|
|
|
<action name="actionACPI_Shutdown">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../qt_resources.qrc">
|
|
|
|
|
<normaloff>:/menuicons/win/icons/acpi_shutdown.ico</normaloff>:/menuicons/win/icons/acpi_shutdown.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ACPI Shutdown</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>ACPI Shutdown</string>
|
|
|
|
|
</property>
|
2022-02-15 21:00:55 -03:00
|
|
|
<property name="visible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2022-01-13 08:33:29 +02:00
|
|
|
</action>
|
2022-02-05 02:04:32 +06:00
|
|
|
<action name="actionBegin_trace">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Begin trace</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+T</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="visible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcutVisibleInContextMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionEnd_trace">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>End trace</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+T</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="visible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcutVisibleInContextMenu">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2022-02-27 14:56:51 +02:00
|
|
|
<action name="actionRenderer_options">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Renderer options...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2021-11-25 10:20:56 +01:00
|
|
|
</widget>
|
2021-11-28 20:49:05 +01:00
|
|
|
<customwidgets>
|
2021-12-04 21:33:04 +01:00
|
|
|
<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>
|
2022-01-09 17:38:11 +02:00
|
|
|
<resources>
|
|
|
|
|
<include location="../qt_resources.qrc"/>
|
|
|
|
|
</resources>
|
2021-11-25 10:20:56 +01:00
|
|
|
<connections/>
|
|
|
|
|
</ui>
|