Files
86Box/src/qt/qt_mainwindow.ui

542 lines
15 KiB
Plaintext
Raw Normal View History

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>
2021-12-27 16:32:03 +06:00
<height>22</height>
2021-11-25 10:20:56 +01:00
</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"/>
2021-12-12 01:16:27 +06:00
<addaction name="actionUpdate_status_bar_icons"/>
<addaction name="separator"/>
<addaction name="actionTake_screenshot"/>
2021-12-12 16:22:35 +06:00
<addaction name="actionSound_gain"/>
<addaction name="separator"/>
<addaction name="actionPreferences"/>
2021-11-25 10:20:56 +01:00
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>View</string>
</property>
<widget class="QMenu" name="menuRenderer">
<property name="title">
<string>Renderer</string>
</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"/>
</widget>
<widget class="QMenu" name="menuWindow_scale_factor">
<property name="title">
<string>Window scale factor</string>
</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">
<string>Fullscreen stretch mode</string>
</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"/>
</widget>
<widget class="QMenu" name="menuEGA_S_VGA_settings">
<property name="title">
<string>EGA/(S)VGA settings</string>
</property>
<widget class="QMenu" name="menuVGA_screen_type">
<property name="title">
<string>VGA screen type</string>
</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">
<string>Grayscale conversion type</string>
</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>
<addaction name="actionHide_status_bar"/>
<addaction name="separator"/>
<addaction name="actionResizable_window"/>
<addaction name="actionRemember_size_and_position"/>
<addaction name="separator"/>
<addaction name="menuRenderer"/>
<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"/>
<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>
<widget class="QMenu" name="menuMedia">
<property name="title">
<string>Media</string>
</property>
</widget>
2021-12-09 16:27:53 +06:00
<widget class="QMenu" name="menuAbout">
<property name="title">
<string>Help</string>
</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"/>
<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"/>
<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>
<action name="actionSoftware_Renderer">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Software Renderer</string>
</property>
</action>
<action name="actionHardware_Renderer_OpenGL">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Hardware Renderer (OpenGL)</string>
</property>
</action>
<action name="actionHardware_Renderer_OpenGL_ES">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Hardware Renderer (OpenGL ES)</string>
</property>
</action>
<action name="actionHide_status_bar">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Hide status bar</string>
</property>
</action>
<action name="actionResizable_window">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Resizable window</string>
</property>
</action>
<action name="actionRemember_size_and_position">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Remember size and position</string>
</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">
<string>Force 4:3 display ratio</string>
</property>
</action>
<action name="actionHiDPI_scaling">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>HiDPI scaling</string>
</property>
</action>
<action name="actionCGA_PCjr_Tandy_EGA_S_VGA_overscan">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>CGA/PCjr/Tandy/EGA/(S)VGA overscan</string>
</property>
</action>
<action name="actionChange_contrast_for_monochrome_display">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Change contrast for monochrome display</string>
</property>
</action>
<action name="action0_5x">
2021-12-06 21:58:41 +01:00
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>0.5x</string>
</property>
</action>
<action name="action1x">
2021-12-06 21:58:41 +01:00
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>1x</string>
</property>
</action>
<action name="action1_5x">
2021-12-06 21:58:41 +01:00
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>1.5x</string>
</property>
</action>
<action name="action2x">
2021-12-06 21:58:41 +01:00
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>2x</string>
</property>
</action>
<action name="actionNearest">
2021-12-06 22:02:18 +01:00
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Nearest</string>
</property>
</action>
<action name="actionLinear">
2021-12-06 22:02:18 +01:00
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Linear</string>
</property>
</action>
2021-12-07 13:47:42 +01:00
<action name="actionFullScreen_stretch">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Full screen stretch</string>
</property>
</action>
2021-12-07 13:47:42 +01:00
<action name="actionFullScreen_43">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>4:3</string>
</property>
</action>
2021-12-07 13:47:42 +01:00
<action name="actionFullScreen_keepRatio">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Square pixels (Keep ratio)</string>
</property>
</action>
2021-12-07 13:47:42 +01:00
<action name="actionFullScreen_int">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Integer scale</string>
</property>
</action>
<action name="actionInverted_VGA_monitor">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Inverted VGA monitor</string>
</property>
</action>
<action name="actionRGB_Color">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>RGB Color</string>
</property>
</action>
<action name="actionRGB_Grayscale">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>RGB Grayscale</string>
</property>
</action>
<action name="actionAmber_monitor">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Amber monitor</string>
</property>
</action>
<action name="actionGreen_monitor">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Green monitor</string>
</property>
</action>
<action name="actionWhite_monitor">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>White monitor</string>
</property>
</action>
<action name="actionBT601_NTSC_PAL">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>BT601 (NTSC/PAL)</string>
</property>
</action>
<action name="actionBT709_HDTV">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>BT709 (HDTV)</string>
</property>
</action>
<action name="actionAverage">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Average</string>
</property>
</action>
2021-12-09 16:27:53 +06:00
<action name="actionAbout_Qt">
<property name="text">
<string>About Qt...</string>
</property>
<property name="menuRole">
<enum>QAction::AboutQtRole</enum>
</property>
</action>
<action name="actionAbout_86Box">
<property name="text">
<string>About 86Box...</string>
</property>
<property name="menuRole">
<enum>QAction::AboutRole</enum>
</property>
</action>
<action name="actionDocumentation">
<property name="text">
<string>Documentation...</string>
</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">
<string>Update status bar icons</string>
</property>
</action>
<action name="actionTake_screenshot">
<property name="text">
<string>Take screenshot...</string>
</property>
</action>
2021-12-12 16:22:35 +06:00
<action name="actionSound_gain">
<property name="text">
<string>Sound gain...</string>
</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">
<string>OpenGL 3.0 Core</string>
</property>
</action>
<action name="actionPreferences">
<property name="text">
<string>Preferences</string>
</property>
</action>
2021-11-25 10:20:56 +01:00
</widget>
2021-11-28 20:49:05 +01:00
<customwidgets>
<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>