Fixes to the floppy samples work.

This commit is contained in:
OBattler
2025-09-22 01:30:11 +02:00
parent 1859e7cf68
commit 151c3d8730
3 changed files with 63 additions and 101 deletions

View File

@@ -66,69 +66,48 @@
</item>
<item>
<widget class="QWidget" name="floppyControls" native="true">
<layout class="QVBoxLayout" name="floppyVerticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="labelFloppyType">
<property name="text">
<string>Type:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxFloppyType">
<property name="maxVisibleItems">
<number>30</number>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxTurboTimings">
<property name="text">
<string>Turbo timings</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxCheckBPB">
<property name="text">
<string>Check BPB</string>
</property>
</widget>
</item>
</layout>
<layout class="QGridLayout" name="floppyLayout">
<item row="0" column="0">
<widget class="QLabel" name="labelFloppyType">
<property name="text">
<string>Type:</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="audioLayout">
<item>
<widget class="QLabel" name="labelFloppyAudio">
<property name="text">
<string>Audio:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxFloppyAudio">
<property name="maxVisibleItems">
<number>10</number>
</property>
</widget>
</item>
<item>
<spacer name="audioSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
<item row="0" column="1">
<widget class="QComboBox" name="comboBoxFloppyType">
<property name="maxVisibleItems">
<number>30</number>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QCheckBox" name="checkBoxTurboTimings">
<property name="text">
<string>Turbo timings</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QCheckBox" name="checkBoxCheckBPB">
<property name="text">
<string>Check BPB</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="labelFloppyAudio">
<property name="text">
<string>Audio:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="comboBoxFloppyAudio">
<property name="maxVisibleItems">
<number>30</number>
</property>
</widget>
</item>
</layout>
</widget>