mirror of
https://github.com/86Box/86Box.git
synced 2026-02-26 05:53:15 -07:00
* Qt: Minor rewording on the storage controllers settings page All translations updated accordingly (the "Hard disk" string is still used in the PC5086 config and therefore has been moved to a suitable place) Also fix broken translations for ter/qua IDE controllers * Qt: Don't attempt to translate storage bus names * Qt: Remove translations for non-generic joystick names These weren't actually supposed to be translated Thrustmaster Formulas were left in because of "with/out adapter" * Qt: Tooltip and icon text fixing * Restore unused strings that were to be used as tooltips for Ctrl+Alt+Del/Esc buttons * Consistently define tooltips and iconText to avoid mnemonics showing in CJK languages * Remove tooltips from actions that only show up in menus * Qt: Add ACPI shutdown to menu * Qt: Drop "SoundFont" string from translations This is a brand name that shouldn't be translated * Qt: Replace three-dot ellipsis with a single-character one * Manager: workaround for font mismatch on language change
273 lines
7.9 KiB
XML
273 lines
7.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SettingsDisplay</class>
|
|
<widget class="QWidget" name="SettingsDisplay">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>466</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout" columnstretch="2,0,0">
|
|
<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 row="0" column="0">
|
|
<widget class="QLabel" name="labelVideo">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Video:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" colspan="2">
|
|
<widget class="QComboBox" name="comboBoxVideo">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maxVisibleItems">
|
|
<number>30</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2">
|
|
<widget class="QPushButton" name="pushButtonConfigureVideo">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Configure</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="labelVideoSecondary">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Video #2:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0" colspan="2">
|
|
<widget class="QComboBox" name="comboBoxVideoSecondary">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maxVisibleItems">
|
|
<number>30</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="2">
|
|
<widget class="QPushButton" name="pushButtonConfigureVideoSecondary">
|
|
<property name="text">
|
|
<string>Configure</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0" colspan="2">
|
|
<widget class="QCheckBox" name="checkBoxVoodoo">
|
|
<property name="text">
|
|
<string>Voodoo 1 or 2 Graphics</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="2">
|
|
<widget class="QPushButton" name="pushButtonConfigureVoodoo">
|
|
<property name="text">
|
|
<string>Configure</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0" colspan="2">
|
|
<widget class="QCheckBox" name="checkBox8514">
|
|
<property name="text">
|
|
<string>IBM 8514/A Graphics</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="2">
|
|
<widget class="QPushButton" name="pushButtonConfigure8514">
|
|
<property name="text">
|
|
<string>Configure</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0" colspan="2">
|
|
<widget class="QCheckBox" name="checkBoxXga">
|
|
<property name="text">
|
|
<string>XGA Graphics</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="2">
|
|
<widget class="QPushButton" name="pushButtonConfigureXga">
|
|
<property name="text">
|
|
<string>Configure</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="0" colspan="2">
|
|
<widget class="QCheckBox" name="checkBoxDa2">
|
|
<property name="text">
|
|
<string>IBM PS/55 Display Adapter Graphics</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="2">
|
|
<widget class="QPushButton" name="pushButtonConfigureDa2">
|
|
<property name="text">
|
|
<string>Configure</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="0" colspan="3">
|
|
<widget class="QGroupBox" name="groupBoxEDID">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Monitor EDID</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayoutGroupBoxEDID">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayoutEDIDDefault">
|
|
<item>
|
|
<widget class="QRadioButton" name="radioButtonDefault">
|
|
<property name="text">
|
|
<string>Default</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButtonExportDefault">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Export…</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayoutEDIDCustom">
|
|
<property name="sizeConstraint">
|
|
<enum>QLayout::SetNoConstraint</enum>
|
|
</property>
|
|
<item>
|
|
<widget class="QRadioButton" name="radioButtonCustom">
|
|
<property name="text">
|
|
<string>Custom…</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="FileField" name="lineEditCustomEDID" native="true">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="0" colspan="3">
|
|
<widget class="QWidget" name="widget" native="true">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="10" column="0" colspan="3">
|
|
<spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>FileField</class>
|
|
<extends>QWidget</extends>
|
|
<header>qt_filefield.hpp</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<tabstops>
|
|
<tabstop>comboBoxVideo</tabstop>
|
|
<tabstop>pushButtonConfigureVideo</tabstop>
|
|
<tabstop>comboBoxVideoSecondary</tabstop>
|
|
<tabstop>pushButtonConfigureVideoSecondary</tabstop>
|
|
<tabstop>checkBoxVoodoo</tabstop>
|
|
<tabstop>pushButtonConfigureVoodoo</tabstop>
|
|
<tabstop>checkBox8514</tabstop>
|
|
<tabstop>pushButtonConfigure8514</tabstop>
|
|
<tabstop>checkBoxXga</tabstop>
|
|
<tabstop>pushButtonConfigureXga</tabstop>
|
|
<tabstop>checkBoxDa2</tabstop>
|
|
<tabstop>pushButtonConfigureDa2</tabstop>
|
|
<tabstop>radioButtonDefault</tabstop>
|
|
<tabstop>pushButtonExportDefault</tabstop>
|
|
<tabstop>radioButtonCustom</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|