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">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
2022-01-06 16:58:11 +06:00
|
|
|
<string>HD Controller:</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonFD">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
2022-01-06 16:58:11 +06:00
|
|
|
<string>FD Controller:</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
2022-02-15 15:14:45 +06:00
|
|
|
<widget class="QComboBox" name="comboBoxHD">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2021-11-25 10:20:56 +01:00
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonHD">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxFD"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QCheckBox" name="checkBoxTertiaryIDE">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Tertiary IDE Controller</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QCheckBox" name="checkBoxQuaternaryIDE">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Quaternary IDE Controller</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonTertiaryIDE">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="2">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonQuaternaryIDE">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>SCSI</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2022-02-15 15:14:45 +06:00
|
|
|
<item row="1" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonSCSI2">
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2022-02-15 15:14:45 +06:00
|
|
|
<item row="3" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonSCSI4">
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
2022-02-15 15:14:45 +06:00
|
|
|
<string>Configure</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2022-02-15 15:14:45 +06:00
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_6">
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
2022-02-15 15:14:45 +06:00
|
|
|
<string>Controller 3:</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>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonSCSI1">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Configure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2022-02-15 15:14:45 +06:00
|
|
|
<item row="1" column="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxSCSI2"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxSCSI3"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxSCSI4"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
2022-02-15 15:14:45 +06: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="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
2021-11-25 10:20:56 +01:00
|
|
|
<property name="text">
|
2022-02-15 15:14:45 +06:00
|
|
|
<string>Controller 2:</string>
|
2021-11-25 10:20:56 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2022-02-15 15:14:45 +06:00
|
|
|
<item row="3" column="0" rowspan="2">
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Controller 4:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2021-11-25 10:20:56 +01:00
|
|
|
</item>
|
|
|
|
|
<item row="2" column="3">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonSCSI3">
|
|
|
|
|
<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>
|