Files
gwui/ui/readdisk.ui
Rainer Koschnick fdfe0948fe Work in progress
2025-07-14 23:02:07 +02:00

1625 lines
44 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ReadDialog</class>
<widget class="QDialog" name="ReadDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>743</width>
<height>832</height>
</rect>
</property>
<property name="windowTitle">
<string>Read From Disk</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string/>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="5" column="0">
<widget class="QCheckBox" name="cb_fake_index">
<property name="text">
<string>Fake Index</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="cb_bitrate">
<property name="toolTip">
<string>HFE kbit/s</string>
</property>
<property name="text">
<string>Bitrate</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="cb_double_step">
<property name="text">
<string>Head steps</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="cb_revs">
<property name="text">
<string>Revisions</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="combo_drive_select">
<property name="toolTip">
<string>Drive to read</string>
</property>
<item>
<property name="text">
<string>A</string>
</property>
</item>
<item>
<property name="text">
<string>B</string>
</property>
</item>
<item>
<property name="text">
<string>0</string>
</property>
</item>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
</widget>
</item>
<item row="5" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QLineEdit" name="le_fake_index">
<property name="toolTip">
<string>Fake index pulses at SPEED</string>
</property>
<property name="text">
<string>300</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="combo_fake_index">
<item>
<property name="text">
<string/>
</property>
</item>
<item>
<property name="text">
<string>rpm</string>
</property>
</item>
<item>
<property name="text">
<string>ms</string>
</property>
</item>
<item>
<property name="text">
<string>us</string>
</property>
</item>
<item>
<property name="text">
<string>ns</string>
</property>
</item>
<item>
<property name="text">
<string>scp</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item row="7" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>Lowpass</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="le_lowpass">
<property name="toolTip">
<string>Filter flux periods shorter than USEC</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="cb_drive_select">
<property name="text">
<string>Drive select</string>
</property>
</widget>
</item>
<item row="6" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Period</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="le_period">
<property name="toolTip">
<string>Period adjustment as percentage of phase error</string>
</property>
<property name="text">
<string>5</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Phase:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="le_phase">
<property name="toolTip">
<string>Phase adjustment as percentage of phase error</string>
</property>
<property name="text">
<string>60</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="le_bitrate">
<property name="toolTip">
<string>HFE kbit/s</string>
</property>
<property name="text">
<string>250</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QCheckBox" name="cb_pllspec">
<property name="text">
<string>PLLSPEC</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="le_revs">
<property name="toolTip">
<string>Number of revolutions to read per track</string>
</property>
<property name="text">
<string>3</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="le_double_step">
<property name="toolTip">
<string>Head steps between cylinders</string>
</property>
<property name="text">
<string>1</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="cb_retries">
<property name="text">
<string>Retries</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="le_retries">
<property name="toolTip">
<string>Number of retries per seek-retry</string>
</property>
<property name="text">
<string>3</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string/>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QGridLayout" name="gridLayout_3">
<item row="1" column="0">
<widget class="QCheckBox" name="cb_head_sets">
<property name="text">
<string>Head sets</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="cb_head_swap">
<property name="text">
<string>Head Swap</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="cb_ss_legacy">
<property name="text">
<string>SS Legacy</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="cb_cylinder_sets">
<property name="text">
<string>Cylinder sets</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="le_head_sets">
<property name="text">
<string>0-1</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="cb_rev_track_data">
<property name="text">
<string>Rev Track Data</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="cb_hard_sectors">
<property name="text">
<string>Hard Sectors</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="le_cylinder_sets">
<property name="text">
<string>0-34,35-79</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="cb_no_clobber">
<property name="text">
<string>No Clobber</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QCheckBox" name="cb_raw">
<property name="text">
<string>Raw</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="cb_pin2">
<property name="text">
<string>5.25 Set Pin 2</string>
</property>
</widget>
</item>
<item row="5" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QRadioButton" name="rb_pin2_high">
<property name="text">
<string>High</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rb_pin2_low">
<property name="text">
<string>Low</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="6" column="0">
<widget class="QCheckBox" name="cb_flippy">
<property name="text">
<string>Flippy offset</string>
</property>
</widget>
</item>
<item row="6" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QRadioButton" name="rb_panasonic">
<property name="text">
<string>Panasonic</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rb_teac">
<property name="text">
<string>Teac</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="7" column="0">
<widget class="QCheckBox" name="cb_adjust_speed">
<property name="text">
<string>Adjust-Speed</string>
</property>
</widget>
</item>
<item row="7" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLineEdit" name="le_adjust_speed">
<property name="text">
<string>300</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="combo_adjust_speed">
<item>
<property name="text">
<string/>
</property>
</item>
<item>
<property name="text">
<string>rpm</string>
</property>
</item>
<item>
<property name="text">
<string>ms</string>
</property>
</item>
<item>
<property name="text">
<string>us</string>
</property>
</item>
<item>
<property name="text">
<string>ns</string>
</property>
</item>
<item>
<property name="text">
<string>scp</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string/>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>File Prefix</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="le_fileprefix">
<property name="text">
<string>mydisk</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Suffix</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="3">
<layout class="QHBoxLayout" name="horizontalLayout_6">
<property name="spacing">
<number>4</number>
</property>
<item>
<widget class="QLineEdit" name="le_suffix"/>
</item>
<item>
<widget class="QPushButton" name="btn_suffix_inc">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::GoUp"/>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_suffix_dec">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::GoDown"/>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_inc">
<property name="text">
<string>Auto Inc.</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Disk Type</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="combo_disktype">
<item>
<property name="text">
<string/>
</property>
</item>
<item>
<property name="text">
<string>.a2r</string>
</property>
</item>
<item>
<property name="text">
<string>.adf</string>
</property>
</item>
<item>
<property name="text">
<string>.ads</string>
</property>
</item>
<item>
<property name="text">
<string>.adm</string>
</property>
</item>
<item>
<property name="text">
<string>.adl</string>
</property>
</item>
<item>
<property name="text">
<string>.ctr</string>
</property>
</item>
<item>
<property name="text">
<string>.d1m</string>
</property>
</item>
<item>
<property name="text">
<string>.d2m</string>
</property>
</item>
<item>
<property name="text">
<string>.d4m</string>
</property>
</item>
<item>
<property name="text">
<string>.d64</string>
</property>
</item>
<item>
<property name="text">
<string>.d71</string>
</property>
</item>
<item>
<property name="text">
<string>.d81</string>
</property>
</item>
<item>
<property name="text">
<string>.d88</string>
</property>
</item>
<item>
<property name="text">
<string>.dcp</string>
</property>
</item>
<item>
<property name="text">
<string>.dim</string>
</property>
</item>
<item>
<property name="text">
<string>.dmk</string>
</property>
</item>
<item>
<property name="text">
<string>.do</string>
</property>
</item>
<item>
<property name="text">
<string>.dsd</string>
</property>
</item>
<item>
<property name="text">
<string>.dsk</string>
</property>
</item>
<item>
<property name="text">
<string>.edsk</string>
</property>
</item>
<item>
<property name="text">
<string>.fd</string>
</property>
</item>
<item>
<property name="text">
<string>.fdi</string>
</property>
</item>
<item>
<property name="text">
<string>.hdm</string>
</property>
</item>
<item>
<property name="text">
<string>.hfe</string>
</property>
</item>
<item>
<property name="text">
<string>.ima</string>
</property>
</item>
<item>
<property name="text">
<string>.img</string>
</property>
</item>
<item>
<property name="text">
<string>.imd</string>
</property>
</item>
<item>
<property name="text">
<string>.ipf</string>
</property>
</item>
<item>
<property name="text">
<string>.mgt</string>
</property>
</item>
<item>
<property name="text">
<string>.msa</string>
</property>
</item>
<item>
<property name="text">
<string>.nfd</string>
</property>
</item>
<item>
<property name="text">
<string>.nsi</string>
</property>
</item>
<item>
<property name="text">
<string>.po</string>
</property>
</item>
<item>
<property name="text">
<string>.raw</string>
</property>
</item>
<item>
<property name="text">
<string>.sf7</string>
</property>
</item>
<item>
<property name="text">
<string>.scp</string>
</property>
</item>
<item>
<property name="text">
<string>.ssd</string>
</property>
</item>
<item>
<property name="text">
<string>.st</string>
</property>
</item>
<item>
<property name="text">
<string>.td0</string>
</property>
</item>
<item>
<property name="text">
<string>.xdf</string>
</property>
</item>
</widget>
</item>
<item row="1" column="2">
<widget class="QCheckBox" name="cb_format">
<property name="text">
<string>Format</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QComboBox" name="combo_format">
<item>
<property name="text">
<string/>
</property>
</item>
<item>
<property name="text">
<string>acorn.adfs.160</string>
</property>
</item>
<item>
<property name="text">
<string>acorn.adfs.1600</string>
</property>
</item>
<item>
<property name="text">
<string>acorn.adfs.320</string>
</property>
</item>
<item>
<property name="text">
<string>acorn.adfs.640</string>
</property>
</item>
<item>
<property name="text">
<string>acorn.adfs.800</string>
</property>
</item>
<item>
<property name="text">
<string>acorn.dfs.ds</string>
</property>
</item>
<item>
<property name="text">
<string>acorn.dfs.ds80</string>
</property>
</item>
<item>
<property name="text">
<string>acorn.dfs.ss</string>
</property>
</item>
<item>
<property name="text">
<string>acorn.dfs.ss80</string>
</property>
</item>
<item>
<property name="text">
<string>akai.1600</string>
</property>
</item>
<item>
<property name="text">
<string>akai.800</string>
</property>
</item>
<item>
<property name="text">
<string>amiga.amigados</string>
</property>
</item>
<item>
<property name="text">
<string>amiga.amigados_hd</string>
</property>
</item>
<item>
<property name="text">
<string>apple2.appledos.140</string>
</property>
</item>
<item>
<property name="text">
<string>apple2.nofs.140</string>
</property>
</item>
<item>
<property name="text">
<string>apple2.prodos.140</string>
</property>
</item>
<item>
<property name="text">
<string>atari.90</string>
</property>
</item>
<item>
<property name="text">
<string>atarist.360</string>
</property>
</item>
<item>
<property name="text">
<string>atarist.400</string>
</property>
</item>
<item>
<property name="text">
<string>atarist.440</string>
</property>
</item>
<item>
<property name="text">
<string>atarist.720</string>
</property>
</item>
<item>
<property name="text">
<string>atarist.800</string>
</property>
</item>
<item>
<property name="text">
<string>atarist.880</string>
</property>
</item>
<item>
<property name="text">
<string>coco.decb</string>
</property>
</item>
<item>
<property name="text">
<string>coco.decb.40t</string>
</property>
</item>
<item>
<property name="text">
<string>coco.os9.40ds</string>
</property>
</item>
<item>
<property name="text">
<string>coco.os9.40ss</string>
</property>
</item>
<item>
<property name="text">
<string>coco.os9.80ds</string>
</property>
</item>
<item>
<property name="text">
<string>coco.os9.80ss</string>
</property>
</item>
<item>
<property name="text">
<string>commodore.1541</string>
</property>
</item>
<item>
<property name="text">
<string>commodore.1571</string>
</property>
</item>
<item>
<property name="text">
<string>commodore.1581</string>
</property>
</item>
<item>
<property name="text">
<string>commodore.cmd.fd2000.dd</string>
</property>
</item>
<item>
<property name="text">
<string>commodore.cmd.fd2000.hd</string>
</property>
</item>
<item>
<property name="text">
<string>commodore.cmd.fd4000.ed</string>
</property>
</item>
<item>
<property name="text">
<string>dec.rx01</string>
</property>
</item>
<item>
<property name="text">
<string>dec.rx02</string>
</property>
</item>
<item>
<property name="text">
<string>dragon.40ds</string>
</property>
</item>
<item>
<property name="text">
<string>dragon.40ss</string>
</property>
</item>
<item>
<property name="text">
<string>dragon.80ds</string>
</property>
</item>
<item>
<property name="text">
<string>dragon.80ss</string>
</property>
</item>
<item>
<property name="text">
<string>ensoniq.1600</string>
</property>
</item>
<item>
<property name="text">
<string>ensoniq.800</string>
</property>
</item>
<item>
<property name="text">
<string>ensoniq.mirage</string>
</property>
</item>
<item>
<property name="text">
<string>epson.qx10.320</string>
</property>
</item>
<item>
<property name="text">
<string>epson.qx10.396</string>
</property>
</item>
<item>
<property name="text">
<string>epson.qx10.399</string>
</property>
</item>
<item>
<property name="text">
<string>epson.qx10.400</string>
</property>
</item>
<item>
<property name="text">
<string>epson.qx10.booter</string>
</property>
</item>
<item>
<property name="text">
<string>epson.qx10.logo</string>
</property>
</item>
<item>
<property name="text">
<string>gem.1600</string>
</property>
</item>
<item>
<property name="text">
<string>hp.mmfm.9885</string>
</property>
</item>
<item>
<property name="text">
<string>hp.mmfm.9895</string>
</property>
</item>
<item>
<property name="text">
<string>ibm.1200</string>
</property>
</item>
<item>
<property name="text">
<string>ibm.1440</string>
</property>
</item>
<item>
<property name="text">
<string>ibm.160</string>
</property>
</item>
<item>
<property name="text">
<string>ibm.1680</string>
</property>
</item>
<item>
<property name="text">
<string>ibm.180</string>
</property>
</item>
<item>
<property name="text">
<string>ibm.2880</string>
</property>
</item>
<item>
<property name="text">
<string>ibm.320</string>
</property>
</item>
<item>
<property name="text">
<string>ibm.360</string>
</property>
</item>
<item>
<property name="text">
<string>ibm.720</string>
</property>
</item>
<item>
<property name="text">
<string>ibm.800</string>
</property>
</item>
<item>
<property name="text">
<string>ibm.dmf</string>
</property>
</item>
<item>
<property name="text">
<string>ibm.scan</string>
</property>
</item>
<item>
<property name="text">
<string>mac.400</string>
</property>
</item>
<item>
<property name="text">
<string>mac.800</string>
</property>
</item>
<item>
<property name="text">
<string>micropolis.100tpi.ds</string>
</property>
</item>
<item>
<property name="text">
<string>micropolis.100tpi.ds.275</string>
</property>
</item>
<item>
<property name="text">
<string>micropolis.100tpi.ss</string>
</property>
</item>
<item>
<property name="text">
<string>micropolis.100tpi.ss.275</string>
</property>
</item>
<item>
<property name="text">
<string>micropolis.48tpi.ds</string>
</property>
</item>
<item>
<property name="text">
<string>micropolis.48tpi.ds.275</string>
</property>
</item>
<item>
<property name="text">
<string>micropolis.48tpi.ss</string>
</property>
</item>
<item>
<property name="text">
<string>micropolis.48tpi.ss.275</string>
</property>
</item>
<item>
<property name="text">
<string>mm1.os9.80dshd_32</string>
</property>
</item>
<item>
<property name="text">
<string>mm1.os9.80dshd_33</string>
</property>
</item>
<item>
<property name="text">
<string>mm1.os9.80dshd_36</string>
</property>
</item>
<item>
<property name="text">
<string>mm1.os9.80dshd_37</string>
</property>
</item>
<item>
<property name="text">
<string>msx.1d</string>
</property>
</item>
<item>
<property name="text">
<string>msx.1dd</string>
</property>
</item>
<item>
<property name="text">
<string>msx.2d</string>
</property>
</item>
<item>
<property name="text">
<string>msx.2dd</string>
</property>
</item>
<item>
<property name="text">
<string>northstar.fm.ds</string>
</property>
</item>
<item>
<property name="text">
<string>northstar.fm.ss</string>
</property>
</item>
<item>
<property name="text">
<string>northstar.mfm.ds</string>
</property>
</item>
<item>
<property name="text">
<string>northstar.mfm.ss</string>
</property>
</item>
<item>
<property name="text">
<string>occ1.dd</string>
</property>
</item>
<item>
<property name="text">
<string>occ1.sd</string>
</property>
</item>
<item>
<property name="text">
<string>olivetti.m20</string>
</property>
</item>
<item>
<property name="text">
<string>pc98.2d</string>
</property>
</item>
<item>
<property name="text">
<string>pc98.2dd</string>
</property>
</item>
<item>
<property name="text">
<string>pc98.2hd</string>
</property>
</item>
<item>
<property name="text">
<string>pc98.2hs</string>
</property>
</item>
<item>
<property name="text">
<string>pc98.n88basic.hd</string>
</property>
</item>
<item>
<property name="text">
<string>raw.125</string>
</property>
</item>
<item>
<property name="text">
<string>raw.250</string>
</property>
</item>
<item>
<property name="text">
<string>raw.500</string>
</property>
</item>
<item>
<property name="text">
<string>sci.prophet</string>
</property>
</item>
<item>
<property name="text">
<string>sega.sf7000</string>
</property>
</item>
<item>
<property name="text">
<string>thomson.1s160</string>
</property>
</item>
<item>
<property name="text">
<string>thomson.1s320</string>
</property>
</item>
<item>
<property name="text">
<string>thomson.1s80</string>
</property>
</item>
<item>
<property name="text">
<string>thomson.2s160</string>
</property>
</item>
<item>
<property name="text">
<string>thomson.2s320</string>
</property>
</item>
<item>
<property name="text">
<string>tsc.flex.dsdd</string>
</property>
</item>
<item>
<property name="text">
<string>tsc.flex.ssdd</string>
</property>
</item>
<item>
<property name="text">
<string>zx.3dos.ds80</string>
</property>
</item>
<item>
<property name="text">
<string>zx.3dos.ss40</string>
</property>
</item>
<item>
<property name="text">
<string>zx.d80.ds80</string>
</property>
</item>
<item>
<property name="text">
<string>zx.fdd3000.ds80</string>
</property>
</item>
<item>
<property name="text">
<string>zx.fdd3000.ss40</string>
</property>
</item>
<item>
<property name="text">
<string>zx.kempston.ds80</string>
</property>
</item>
<item>
<property name="text">
<string>zx.kempston.ss40</string>
</property>
</item>
<item>
<property name="text">
<string>zx.opus.ds80</string>
</property>
</item>
<item>
<property name="text">
<string>zx.opus.ss40</string>
</property>
</item>
<item>
<property name="text">
<string>zx.plusd.ds80</string>
</property>
</item>
<item>
<property name="text">
<string>zx.quorum.ds80</string>
</property>
</item>
<item>
<property name="text">
<string>zx.rocky.ds80</string>
</property>
</item>
<item>
<property name="text">
<string>zx.rocky.ss40</string>
</property>
</item>
<item>
<property name="text">
<string>zx.trdos.ds80</string>
</property>
</item>
<item>
<property name="text">
<string>zx.turbodrive.ds40</string>
</property>
</item>
<item>
<property name="text">
<string>zx.turbodrive.ds80</string>
</property>
</item>
<item>
<property name="text">
<string>zx.watford.ds80</string>
</property>
</item>
<item>
<property name="text">
<string>zx.watford.ss40</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>File Path</string>
</property>
</widget>
</item>
<item row="2" column="1" colspan="3">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="le_filepath">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_path_select">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::FolderOpen"/>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Filename</string>
</property>
</widget>
</item>
<item row="3" column="1" colspan="3">
<layout class="QHBoxLayout" name="horizontalLayout_1">
<item>
<widget class="QLineEdit" name="le_filename">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_file_select">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::FolderOpen"/>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Command Line</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPlainTextEdit" name="te_command_line">
<property name="plainText">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_5">
<property name="title">
<string/>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QTextEdit" name="te_console">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Fira Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btn_launch">
<property name="text">
<string>Launch</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_abort">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Abort</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_back">
<property name="text">
<string>Back</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>