Files
86Box/src/qt/qt_mainwindow.ui

474 lines
13 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>
<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>19</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"/>
</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"/>
</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>
<addaction name="actionFull_screen_stretch"/>
<addaction name="action4_3"/>
<addaction name="actionSquare_pixels_Keep_ratio"/>
<addaction name="actionInteger_scale"/>
</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-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"/>
</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">
<property name="text">
<string>0.5x</string>
</property>
</action>
<action name="action1x">
<property name="text">
<string>1x</string>
</property>
</action>
<action name="action1_5x">
<property name="text">
<string>1.5x</string>
</property>
</action>
<action name="action2x">
<property name="text">
<string>2x</string>
</property>
</action>
<action name="actionNearest">
<property name="text">
<string>Nearest</string>
</property>
</action>
<action name="actionLinear">
<property name="text">
<string>Linear</string>
</property>
</action>
<action name="actionFull_screen_stretch">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Full screen stretch</string>
</property>
</action>
<action name="action4_3">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>4:3</string>
</property>
</action>
<action name="actionSquare_pixels_Keep_ratio">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Square pixels (Keep ratio)</string>
</property>
</action>
<action name="actionInteger_scale">
<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-11-25 10:20:56 +01:00
</widget>
2021-11-28 20:49:05 +01:00
<customwidgets>
<customwidget>
<class>HardwareRenderer</class>
<extends>QOpenGLWidget</extends>
<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>