2021-11-25 10:20:56 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>SettingsStorageControllers</class>
|
|
|
|
|
<widget class="QWidget" name="SettingsStorageControllers">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>496</width>
|
|
|
|
|
<height>449</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<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>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<item row="0" column="0">
|
2025-05-10 02:39:31 -04:00
|
|
|
<widget class="QLabel" name="labelFD">
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
2025-05-10 02:39:31 -04:00
|
|
|
<string>FD Controller:</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-05-09 21:12:19 -04:00
|
|
|
<item row="0" column="1">
|
2025-05-10 02:39:31 -04:00
|
|
|
<widget class="QComboBox" name="comboBoxFD">
|
2025-05-09 21:12:19 -04:00
|
|
|
<property name="maxVisibleItems">
|
|
|
|
|
<number>30</number>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-05-09 21:12:19 -04:00
|
|
|
<item row="0" column="2">
|
2025-05-10 02:39:31 -04:00
|
|
|
<widget class="QPushButton" name="pushButtonFD">
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
2025-05-09 21:12:19 -04:00
|
|
|
<string>Configure</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-05-09 21:12:19 -04:00
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="labelCDInterface">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>CD-ROM Controller:</string>
|
2022-02-15 15:14:45 +06:00
|
|
|
</property>
|
2025-05-09 21:12:19 -04:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-07-26 20:38:15 +02:00
|
|
|
<item row="1" column="1">
|
2025-05-09 21:12:19 -04:00
|
|
|
<widget class="QComboBox" name="comboBoxCDInterface">
|
2024-03-06 15:10:51 +06:00
|
|
|
<property name="maxVisibleItems">
|
|
|
|
|
<number>30</number>
|
|
|
|
|
</property>
|
2022-02-15 15:14:45 +06:00
|
|
|
</widget>
|
2021-11-25 10:20:56 +01:00
|
|
|
</item>
|
2025-07-26 20:38:15 +02:00
|
|
|
<item row="1" column="2">
|
2025-05-09 21:12:19 -04:00
|
|
|
<widget class="QPushButton" name="pushButtonCDInterface">
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-07-26 20:38:15 +02:00
|
|
|
<widget class="QGroupBox" name="groupBoxHD">
|
|
|
|
|
<property name="title">
|
2025-07-26 20:49:11 +02:00
|
|
|
<string>Hard disk</string>
|
2025-07-26 20:38:15 +02:00
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayoutHD">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="labelHD1">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Controller 1:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxHD1">
|
|
|
|
|
<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="0" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonHD1">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="labelHD2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Controller 2:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxHD2">
|
|
|
|
|
<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="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonHD2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="labelHD3">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Controller 3:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxHD3">
|
|
|
|
|
<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="2" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonHD3">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="labelHD4">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Controller 4:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxHD4">
|
|
|
|
|
<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="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonHD4">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-05-09 21:12:19 -04:00
|
|
|
<widget class="QGroupBox" name="groupBoxSCSI">
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="title">
|
|
|
|
|
<string>SCSI</string>
|
|
|
|
|
</property>
|
2025-05-09 21:12:19 -04:00
|
|
|
<layout class="QGridLayout" name="gridLayoutSCSI">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="labelSCSI1">
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
2025-05-09 21:12:19 -04:00
|
|
|
<string>Controller 1:</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2022-02-15 15:14:45 +06:00
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxSCSI1">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
2024-03-06 15:10:51 +06:00
|
|
|
<property name="maxVisibleItems">
|
|
|
|
|
<number>30</number>
|
|
|
|
|
</property>
|
2021-11-25 10:20:56 +01:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonSCSI1">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-05-09 21:12:19 -04:00
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="labelSCSI2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Controller 2:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2022-02-15 15:14:45 +06:00
|
|
|
<item row="1" column="2">
|
2023-08-24 20:45:36 +05:00
|
|
|
<widget class="QComboBox" name="comboBoxSCSI2">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2024-03-06 15:10:51 +06:00
|
|
|
<property name="maxVisibleItems">
|
|
|
|
|
<number>30</number>
|
|
|
|
|
</property>
|
2023-08-24 20:45:36 +05:00
|
|
|
</widget>
|
2022-02-15 15:14:45 +06:00
|
|
|
</item>
|
2025-05-09 21:12:19 -04:00
|
|
|
<item row="1" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonSCSI2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
2023-08-24 20:45:36 +05:00
|
|
|
</property>
|
2025-05-09 21:12:19 -04:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="labelSCSI3">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Controller 3:</string>
|
2024-03-06 15:10:51 +06:00
|
|
|
</property>
|
2023-08-24 20:45:36 +05:00
|
|
|
</widget>
|
2022-02-15 15:14:45 +06:00
|
|
|
</item>
|
2025-05-09 21:12:19 -04:00
|
|
|
<item row="2" column="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxSCSI3">
|
2023-08-24 20:45:36 +05:00
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2024-03-06 15:10:51 +06:00
|
|
|
<property name="maxVisibleItems">
|
|
|
|
|
<number>30</number>
|
|
|
|
|
</property>
|
2023-08-24 20:45:36 +05:00
|
|
|
</widget>
|
2022-02-15 15:14:45 +06:00
|
|
|
</item>
|
2025-05-09 21:12:19 -04:00
|
|
|
<item row="2" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonSCSI3">
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
2025-05-09 21:12:19 -04:00
|
|
|
<string>Configure</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-05-09 21:12:19 -04:00
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="labelSCSI4">
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
2025-05-09 21:12:19 -04:00
|
|
|
<string>Controller 4:</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-05-09 21:12:19 -04:00
|
|
|
<item row="3" column="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxSCSI4">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maxVisibleItems">
|
|
|
|
|
<number>30</number>
|
2022-02-15 15:14:45 +06:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
2021-11-25 10:20:56 +01:00
|
|
|
</item>
|
2025-05-09 21:12:19 -04:00
|
|
|
<item row="3" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonSCSI4">
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QCheckBox" name="checkBoxCassette">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Cassette</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<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>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|