qt: Hide unused CD-ROM controller selector

This commit is contained in:
RichardG867
2023-04-18 20:28:03 -03:00
parent 5813d425e9
commit beb1df4f5c

View File

@@ -54,16 +54,26 @@
<property name="text">
<string>CD-ROM Controller:</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="comboBoxCDInterface"/>
<widget class="QComboBox" name="comboBoxCDInterface">
<property name="visible">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QPushButton" name="pushButtonCDInterface">
<property name="text">
<string>Configure</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="1">