# -*- coding: utf-8 -*- ################################################################################ ## Form generated from reading UI file 'readdisk.ui' ## ## Created by: Qt User Interface Compiler version 6.9.1 ## ## WARNING! All changes made in this file will be lost when recompiling UI file! ################################################################################ from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale, QMetaObject, QObject, QPoint, QRect, QSize, QTime, QUrl, Qt) from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor, QFont, QFontDatabase, QGradient, QIcon, QImage, QKeySequence, QLinearGradient, QPainter, QPalette, QPixmap, QRadialGradient, QTransform) from PySide6.QtWidgets import (QApplication, QCheckBox, QComboBox, QDialog, QGridLayout, QGroupBox, QHBoxLayout, QLabel, QLineEdit, QPlainTextEdit, QPushButton, QRadioButton, QSizePolicy, QSpacerItem, QTextEdit, QVBoxLayout, QWidget) class Ui_ReadDialog(object): def setupUi(self, ReadDialog): if not ReadDialog.objectName(): ReadDialog.setObjectName(u"ReadDialog") ReadDialog.resize(660, 652) ReadDialog.setModal(True) self.verticalLayout_5 = QVBoxLayout(ReadDialog) self.verticalLayout_5.setObjectName(u"verticalLayout_5") self.horizontalLayout_3 = QHBoxLayout() self.horizontalLayout_3.setObjectName(u"horizontalLayout_3") self.groupBox_2 = QGroupBox(ReadDialog) self.groupBox_2.setObjectName(u"groupBox_2") self.gridLayout_2 = QGridLayout(self.groupBox_2) self.gridLayout_2.setObjectName(u"gridLayout_2") self.cb_fake_index = QCheckBox(self.groupBox_2) self.cb_fake_index.setObjectName(u"cb_fake_index") self.gridLayout_2.addWidget(self.cb_fake_index, 5, 0, 1, 1) self.cb_bitrate = QCheckBox(self.groupBox_2) self.cb_bitrate.setObjectName(u"cb_bitrate") self.gridLayout_2.addWidget(self.cb_bitrate, 3, 0, 1, 1) self.cb_double_step = QCheckBox(self.groupBox_2) self.cb_double_step.setObjectName(u"cb_double_step") self.gridLayout_2.addWidget(self.cb_double_step, 0, 0, 1, 1) self.cb_revs = QCheckBox(self.groupBox_2) self.cb_revs.setObjectName(u"cb_revs") self.gridLayout_2.addWidget(self.cb_revs, 1, 0, 1, 1) self.combo_drive_select = QComboBox(self.groupBox_2) self.combo_drive_select.addItem("") self.combo_drive_select.addItem("") self.combo_drive_select.addItem("") self.combo_drive_select.addItem("") self.combo_drive_select.addItem("") self.combo_drive_select.setObjectName(u"combo_drive_select") self.gridLayout_2.addWidget(self.combo_drive_select, 2, 1, 1, 1) self.horizontalLayout_8 = QHBoxLayout() self.horizontalLayout_8.setObjectName(u"horizontalLayout_8") self.le_fake_index = QLineEdit(self.groupBox_2) self.le_fake_index.setObjectName(u"le_fake_index") self.le_fake_index.setAcceptDrops(False) self.le_fake_index.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter) self.horizontalLayout_8.addWidget(self.le_fake_index) self.combo_fake_index = QComboBox(self.groupBox_2) self.combo_fake_index.addItem("") self.combo_fake_index.addItem("") self.combo_fake_index.addItem("") self.combo_fake_index.addItem("") self.combo_fake_index.addItem("") self.combo_fake_index.addItem("") self.combo_fake_index.setObjectName(u"combo_fake_index") self.horizontalLayout_8.addWidget(self.combo_fake_index) self.gridLayout_2.addLayout(self.horizontalLayout_8, 5, 1, 1, 1) self.horizontalLayout_9 = QHBoxLayout() self.horizontalLayout_9.setObjectName(u"horizontalLayout_9") self.label_6 = QLabel(self.groupBox_2) self.label_6.setObjectName(u"label_6") self.horizontalLayout_9.addWidget(self.label_6) self.le_lowpass = QLineEdit(self.groupBox_2) self.le_lowpass.setObjectName(u"le_lowpass") self.horizontalLayout_9.addWidget(self.le_lowpass) self.gridLayout_2.addLayout(self.horizontalLayout_9, 7, 1, 1, 1) self.cb_drive_select = QCheckBox(self.groupBox_2) self.cb_drive_select.setObjectName(u"cb_drive_select") self.gridLayout_2.addWidget(self.cb_drive_select, 2, 0, 1, 1) self.horizontalLayout_2 = QHBoxLayout() self.horizontalLayout_2.setObjectName(u"horizontalLayout_2") self.label_5 = QLabel(self.groupBox_2) self.label_5.setObjectName(u"label_5") self.horizontalLayout_2.addWidget(self.label_5) self.le_period = QLineEdit(self.groupBox_2) self.le_period.setObjectName(u"le_period") self.horizontalLayout_2.addWidget(self.le_period) self.label = QLabel(self.groupBox_2) self.label.setObjectName(u"label") self.horizontalLayout_2.addWidget(self.label) self.le_phase = QLineEdit(self.groupBox_2) self.le_phase.setObjectName(u"le_phase") self.horizontalLayout_2.addWidget(self.le_phase) self.gridLayout_2.addLayout(self.horizontalLayout_2, 6, 1, 1, 1) self.le_bitrate = QLineEdit(self.groupBox_2) self.le_bitrate.setObjectName(u"le_bitrate") self.le_bitrate.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter) self.gridLayout_2.addWidget(self.le_bitrate, 3, 1, 1, 1) self.cb_pllspec = QCheckBox(self.groupBox_2) self.cb_pllspec.setObjectName(u"cb_pllspec") self.gridLayout_2.addWidget(self.cb_pllspec, 6, 0, 1, 1) self.le_revs = QLineEdit(self.groupBox_2) self.le_revs.setObjectName(u"le_revs") self.le_revs.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter) self.gridLayout_2.addWidget(self.le_revs, 1, 1, 1, 1) self.le_double_step = QLineEdit(self.groupBox_2) self.le_double_step.setObjectName(u"le_double_step") self.le_double_step.setAcceptDrops(False) self.le_double_step.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter) self.gridLayout_2.addWidget(self.le_double_step, 0, 1, 1, 1) self.cb_retries = QCheckBox(self.groupBox_2) self.cb_retries.setObjectName(u"cb_retries") self.gridLayout_2.addWidget(self.cb_retries, 4, 0, 1, 1) self.le_retries = QLineEdit(self.groupBox_2) self.le_retries.setObjectName(u"le_retries") self.le_retries.setAlignment(Qt.AlignmentFlag.AlignLeading|Qt.AlignmentFlag.AlignLeft|Qt.AlignmentFlag.AlignVCenter) self.gridLayout_2.addWidget(self.le_retries, 4, 1, 1, 1) self.horizontalLayout_3.addWidget(self.groupBox_2) self.groupBox_3 = QGroupBox(ReadDialog) self.groupBox_3.setObjectName(u"groupBox_3") self.verticalLayout_2 = QVBoxLayout(self.groupBox_3) self.verticalLayout_2.setObjectName(u"verticalLayout_2") self.gridLayout_3 = QGridLayout() self.gridLayout_3.setObjectName(u"gridLayout_3") self.cb_head_sets = QCheckBox(self.groupBox_3) self.cb_head_sets.setObjectName(u"cb_head_sets") self.gridLayout_3.addWidget(self.cb_head_sets, 1, 0, 1, 1) self.cb_head_swap = QCheckBox(self.groupBox_3) self.cb_head_swap.setObjectName(u"cb_head_swap") self.gridLayout_3.addWidget(self.cb_head_swap, 2, 0, 1, 1) self.cb_ss_legacy = QCheckBox(self.groupBox_3) self.cb_ss_legacy.setObjectName(u"cb_ss_legacy") self.gridLayout_3.addWidget(self.cb_ss_legacy, 2, 1, 1, 1) self.cb_cylinder_sets = QCheckBox(self.groupBox_3) self.cb_cylinder_sets.setObjectName(u"cb_cylinder_sets") self.gridLayout_3.addWidget(self.cb_cylinder_sets, 0, 0, 1, 1) self.le_head_sets = QLineEdit(self.groupBox_3) self.le_head_sets.setObjectName(u"le_head_sets") self.gridLayout_3.addWidget(self.le_head_sets, 1, 1, 1, 1) self.cb_rev_track_data = QCheckBox(self.groupBox_3) self.cb_rev_track_data.setObjectName(u"cb_rev_track_data") self.gridLayout_3.addWidget(self.cb_rev_track_data, 3, 0, 1, 1) self.cb_hard_sectors = QCheckBox(self.groupBox_3) self.cb_hard_sectors.setObjectName(u"cb_hard_sectors") self.gridLayout_3.addWidget(self.cb_hard_sectors, 3, 1, 1, 1) self.le_cylinder_sets = QLineEdit(self.groupBox_3) self.le_cylinder_sets.setObjectName(u"le_cylinder_sets") self.gridLayout_3.addWidget(self.le_cylinder_sets, 0, 1, 1, 1) self.cb_no_clobber = QCheckBox(self.groupBox_3) self.cb_no_clobber.setObjectName(u"cb_no_clobber") self.gridLayout_3.addWidget(self.cb_no_clobber, 4, 0, 1, 1) self.cb_raw = QCheckBox(self.groupBox_3) self.cb_raw.setObjectName(u"cb_raw") self.gridLayout_3.addWidget(self.cb_raw, 4, 1, 1, 1) self.verticalLayout_2.addLayout(self.gridLayout_3) self.horizontalLayout_10 = QHBoxLayout() self.horizontalLayout_10.setObjectName(u"horizontalLayout_10") self.cb_pin2 = QCheckBox(self.groupBox_3) self.cb_pin2.setObjectName(u"cb_pin2") self.horizontalLayout_10.addWidget(self.cb_pin2) self.rb_pin2_high = QRadioButton(self.groupBox_3) self.rb_pin2_high.setObjectName(u"rb_pin2_high") self.rb_pin2_high.setChecked(True) self.horizontalLayout_10.addWidget(self.rb_pin2_high) self.rb_pin2_low = QRadioButton(self.groupBox_3) self.rb_pin2_low.setObjectName(u"rb_pin2_low") self.horizontalLayout_10.addWidget(self.rb_pin2_low) self.verticalLayout_2.addLayout(self.horizontalLayout_10) self.horizontalLayout_4 = QHBoxLayout() self.horizontalLayout_4.setObjectName(u"horizontalLayout_4") self.cb_flippy = QCheckBox(self.groupBox_3) self.cb_flippy.setObjectName(u"cb_flippy") self.horizontalLayout_4.addWidget(self.cb_flippy) self.rb_panasonic = QRadioButton(self.groupBox_3) self.rb_panasonic.setObjectName(u"rb_panasonic") self.rb_panasonic.setChecked(True) self.horizontalLayout_4.addWidget(self.rb_panasonic) self.rb_teac = QRadioButton(self.groupBox_3) self.rb_teac.setObjectName(u"rb_teac") self.horizontalLayout_4.addWidget(self.rb_teac) self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum) self.horizontalLayout_4.addItem(self.horizontalSpacer_2) self.verticalLayout_2.addLayout(self.horizontalLayout_4) self.horizontalLayout_5 = QHBoxLayout() self.horizontalLayout_5.setObjectName(u"horizontalLayout_5") self.cb_adjust_speed = QCheckBox(self.groupBox_3) self.cb_adjust_speed.setObjectName(u"cb_adjust_speed") self.horizontalLayout_5.addWidget(self.cb_adjust_speed) self.le_adjust_speed = QLineEdit(self.groupBox_3) self.le_adjust_speed.setObjectName(u"le_adjust_speed") self.horizontalLayout_5.addWidget(self.le_adjust_speed) self.combo_adjust_speed = QComboBox(self.groupBox_3) self.combo_adjust_speed.setObjectName(u"combo_adjust_speed") self.horizontalLayout_5.addWidget(self.combo_adjust_speed) self.verticalLayout_2.addLayout(self.horizontalLayout_5) self.verticalSpacer = QSpacerItem(20, 10, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding) self.verticalLayout_2.addItem(self.verticalSpacer) self.horizontalLayout_3.addWidget(self.groupBox_3) self.verticalLayout_5.addLayout(self.horizontalLayout_3) self.groupBox = QGroupBox(ReadDialog) self.groupBox.setObjectName(u"groupBox") self.gridLayout = QGridLayout(self.groupBox) self.gridLayout.setObjectName(u"gridLayout") self.label_3 = QLabel(self.groupBox) self.label_3.setObjectName(u"label_3") self.gridLayout.addWidget(self.label_3, 0, 3, 1, 1) self.label_4 = QLabel(self.groupBox) self.label_4.setObjectName(u"label_4") self.gridLayout.addWidget(self.label_4, 1, 0, 1, 1) self.combo_disktype = QComboBox(self.groupBox) self.combo_disktype.setObjectName(u"combo_disktype") self.gridLayout.addWidget(self.combo_disktype, 1, 1, 1, 1) self.cb_format = QCheckBox(self.groupBox) self.cb_format.setObjectName(u"cb_format") self.gridLayout.addWidget(self.cb_format, 1, 2, 1, 1) self.horizontalLayout_6 = QHBoxLayout() self.horizontalLayout_6.setObjectName(u"horizontalLayout_6") self.le_suffix = QLineEdit(self.groupBox) self.le_suffix.setObjectName(u"le_suffix") self.horizontalLayout_6.addWidget(self.le_suffix) self.btn_suffix_inc = QPushButton(self.groupBox) self.btn_suffix_inc.setObjectName(u"btn_suffix_inc") self.horizontalLayout_6.addWidget(self.btn_suffix_inc) self.btn_suffix_dec = QPushButton(self.groupBox) self.btn_suffix_dec.setObjectName(u"btn_suffix_dec") self.horizontalLayout_6.addWidget(self.btn_suffix_dec) self.gridLayout.addLayout(self.horizontalLayout_6, 0, 4, 1, 1) self.cb_inc = QCheckBox(self.groupBox) self.cb_inc.setObjectName(u"cb_inc") self.gridLayout.addWidget(self.cb_inc, 0, 2, 1, 1) self.le_filename = QLineEdit(self.groupBox) self.le_filename.setObjectName(u"le_filename") self.gridLayout.addWidget(self.le_filename, 0, 1, 1, 1) self.label_2 = QLabel(self.groupBox) self.label_2.setObjectName(u"label_2") self.gridLayout.addWidget(self.label_2, 0, 0, 1, 1) self.combo_format = QComboBox(self.groupBox) self.combo_format.addItem("") self.combo_format.setObjectName(u"combo_format") self.gridLayout.addWidget(self.combo_format, 1, 3, 1, 2) self.verticalLayout_5.addWidget(self.groupBox) self.groupBox_4 = QGroupBox(ReadDialog) self.groupBox_4.setObjectName(u"groupBox_4") self.verticalLayout = QVBoxLayout(self.groupBox_4) self.verticalLayout.setObjectName(u"verticalLayout") self.te_command_line = QPlainTextEdit(self.groupBox_4) self.te_command_line.setObjectName(u"te_command_line") self.verticalLayout.addWidget(self.te_command_line) self.verticalLayout_5.addWidget(self.groupBox_4) self.groupBox_5 = QGroupBox(ReadDialog) self.groupBox_5.setObjectName(u"groupBox_5") self.verticalLayout_3 = QVBoxLayout(self.groupBox_5) self.verticalLayout_3.setObjectName(u"verticalLayout_3") self.te_console = QTextEdit(self.groupBox_5) self.te_console.setObjectName(u"te_console") self.te_console.setReadOnly(True) self.verticalLayout_3.addWidget(self.te_console) self.verticalLayout_5.addWidget(self.groupBox_5) self.horizontalLayout_7 = QHBoxLayout() self.horizontalLayout_7.setObjectName(u"horizontalLayout_7") self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum) self.horizontalLayout_7.addItem(self.horizontalSpacer) self.btn_select_folder = QPushButton(ReadDialog) self.btn_select_folder.setObjectName(u"btn_select_folder") self.horizontalLayout_7.addWidget(self.btn_select_folder) self.btn_select_file = QPushButton(ReadDialog) self.btn_select_file.setObjectName(u"btn_select_file") self.horizontalLayout_7.addWidget(self.btn_select_file) self.btn_launch = QPushButton(ReadDialog) self.btn_launch.setObjectName(u"btn_launch") self.horizontalLayout_7.addWidget(self.btn_launch) self.btn_back = QPushButton(ReadDialog) self.btn_back.setObjectName(u"btn_back") self.horizontalLayout_7.addWidget(self.btn_back) self.horizontalSpacer_3 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum) self.horizontalLayout_7.addItem(self.horizontalSpacer_3) self.verticalLayout_5.addLayout(self.horizontalLayout_7) self.retranslateUi(ReadDialog) QMetaObject.connectSlotsByName(ReadDialog) # setupUi def retranslateUi(self, ReadDialog): ReadDialog.setWindowTitle(QCoreApplication.translate("ReadDialog", u"Read From Disk", None)) self.groupBox_2.setTitle("") self.cb_fake_index.setText(QCoreApplication.translate("ReadDialog", u"Fake Index", None)) #if QT_CONFIG(tooltip) self.cb_bitrate.setToolTip(QCoreApplication.translate("ReadDialog", u"HFE kbit/s", None)) #endif // QT_CONFIG(tooltip) self.cb_bitrate.setText(QCoreApplication.translate("ReadDialog", u"Bitrate", None)) self.cb_double_step.setText(QCoreApplication.translate("ReadDialog", u"Head steps", None)) self.cb_revs.setText(QCoreApplication.translate("ReadDialog", u"Revisions", None)) self.combo_drive_select.setItemText(0, QCoreApplication.translate("ReadDialog", u"A", None)) self.combo_drive_select.setItemText(1, QCoreApplication.translate("ReadDialog", u"B", None)) self.combo_drive_select.setItemText(2, QCoreApplication.translate("ReadDialog", u"0", None)) self.combo_drive_select.setItemText(3, QCoreApplication.translate("ReadDialog", u"1", None)) self.combo_drive_select.setItemText(4, QCoreApplication.translate("ReadDialog", u"2", None)) #if QT_CONFIG(tooltip) self.combo_drive_select.setToolTip(QCoreApplication.translate("ReadDialog", u"Drive to read", None)) #endif // QT_CONFIG(tooltip) #if QT_CONFIG(tooltip) self.le_fake_index.setToolTip(QCoreApplication.translate("ReadDialog", u"Fake index pulses at SPEED", None)) #endif // QT_CONFIG(tooltip) self.le_fake_index.setText(QCoreApplication.translate("ReadDialog", u"300", None)) self.combo_fake_index.setItemText(0, "") self.combo_fake_index.setItemText(1, QCoreApplication.translate("ReadDialog", u"rpm", None)) self.combo_fake_index.setItemText(2, QCoreApplication.translate("ReadDialog", u"ms", None)) self.combo_fake_index.setItemText(3, QCoreApplication.translate("ReadDialog", u"us", None)) self.combo_fake_index.setItemText(4, QCoreApplication.translate("ReadDialog", u"ns", None)) self.combo_fake_index.setItemText(5, QCoreApplication.translate("ReadDialog", u"scp", None)) self.label_6.setText(QCoreApplication.translate("ReadDialog", u"Lowpass", None)) #if QT_CONFIG(tooltip) self.le_lowpass.setToolTip(QCoreApplication.translate("ReadDialog", u"Filter flux periods shorter than USEC", None)) #endif // QT_CONFIG(tooltip) self.cb_drive_select.setText(QCoreApplication.translate("ReadDialog", u"Drive select", None)) self.label_5.setText(QCoreApplication.translate("ReadDialog", u"Period", None)) #if QT_CONFIG(tooltip) self.le_period.setToolTip(QCoreApplication.translate("ReadDialog", u"Period adjustment as percentage of phase error", None)) #endif // QT_CONFIG(tooltip) self.le_period.setText(QCoreApplication.translate("ReadDialog", u"5", None)) self.label.setText(QCoreApplication.translate("ReadDialog", u"Phase:", None)) #if QT_CONFIG(tooltip) self.le_phase.setToolTip(QCoreApplication.translate("ReadDialog", u"Phase adjustment as percentage of phase error", None)) #endif // QT_CONFIG(tooltip) self.le_phase.setText(QCoreApplication.translate("ReadDialog", u"60", None)) #if QT_CONFIG(tooltip) self.le_bitrate.setToolTip(QCoreApplication.translate("ReadDialog", u"HFE kbit/s", None)) #endif // QT_CONFIG(tooltip) self.le_bitrate.setText(QCoreApplication.translate("ReadDialog", u"250", None)) self.cb_pllspec.setText(QCoreApplication.translate("ReadDialog", u"PLLSPEC", None)) #if QT_CONFIG(tooltip) self.le_revs.setToolTip(QCoreApplication.translate("ReadDialog", u"Number of revolutions to read per track", None)) #endif // QT_CONFIG(tooltip) self.le_revs.setText(QCoreApplication.translate("ReadDialog", u"3", None)) #if QT_CONFIG(tooltip) self.le_double_step.setToolTip(QCoreApplication.translate("ReadDialog", u"Head steps between cylinders", None)) #endif // QT_CONFIG(tooltip) self.le_double_step.setText(QCoreApplication.translate("ReadDialog", u"1", None)) self.cb_retries.setText(QCoreApplication.translate("ReadDialog", u"Retries", None)) #if QT_CONFIG(tooltip) self.le_retries.setToolTip(QCoreApplication.translate("ReadDialog", u"Number of retries per seek-retry", None)) #endif // QT_CONFIG(tooltip) self.le_retries.setText(QCoreApplication.translate("ReadDialog", u"3", None)) self.groupBox_3.setTitle("") self.cb_head_sets.setText(QCoreApplication.translate("ReadDialog", u"Head sets", None)) self.cb_head_swap.setText(QCoreApplication.translate("ReadDialog", u"Head Swap", None)) self.cb_ss_legacy.setText(QCoreApplication.translate("ReadDialog", u"SS Legacy", None)) self.cb_cylinder_sets.setText(QCoreApplication.translate("ReadDialog", u"Cylinder sets", None)) self.le_head_sets.setText(QCoreApplication.translate("ReadDialog", u"0-1", None)) self.cb_rev_track_data.setText(QCoreApplication.translate("ReadDialog", u"Rev Track Data", None)) self.cb_hard_sectors.setText(QCoreApplication.translate("ReadDialog", u"Hard Sectors", None)) self.le_cylinder_sets.setText(QCoreApplication.translate("ReadDialog", u"0-34,35-79", None)) self.cb_no_clobber.setText(QCoreApplication.translate("ReadDialog", u"No Clobber", None)) self.cb_raw.setText(QCoreApplication.translate("ReadDialog", u"Raw", None)) self.cb_pin2.setText(QCoreApplication.translate("ReadDialog", u"5.25 Set Pin 2", None)) self.rb_pin2_high.setText(QCoreApplication.translate("ReadDialog", u"High", None)) self.rb_pin2_low.setText(QCoreApplication.translate("ReadDialog", u"Low", None)) self.cb_flippy.setText(QCoreApplication.translate("ReadDialog", u"Flippy offset", None)) self.rb_panasonic.setText(QCoreApplication.translate("ReadDialog", u"Panasonic", None)) self.rb_teac.setText(QCoreApplication.translate("ReadDialog", u"Teac", None)) self.cb_adjust_speed.setText(QCoreApplication.translate("ReadDialog", u"Adjust-Speed", None)) self.le_adjust_speed.setText(QCoreApplication.translate("ReadDialog", u"300", None)) self.groupBox.setTitle("") self.label_3.setText(QCoreApplication.translate("ReadDialog", u"Suffix:", None)) self.label_4.setText(QCoreApplication.translate("ReadDialog", u"DiskType:", None)) self.cb_format.setText(QCoreApplication.translate("ReadDialog", u"Format:", None)) self.btn_suffix_inc.setText(QCoreApplication.translate("ReadDialog", u">>>>", None)) self.btn_suffix_dec.setText(QCoreApplication.translate("ReadDialog", u"<<<<", None)) self.cb_inc.setText(QCoreApplication.translate("ReadDialog", u"Inc++", None)) self.le_filename.setText(QCoreApplication.translate("ReadDialog", u"mydisk.scp", None)) self.label_2.setText(QCoreApplication.translate("ReadDialog", u"Filename:", None)) self.combo_format.setItemText(0, QCoreApplication.translate("ReadDialog", u"UNSPECIFIED FORMAT", None)) self.groupBox_4.setTitle(QCoreApplication.translate("ReadDialog", u"Command Line", None)) self.te_command_line.setPlainText(QCoreApplication.translate("ReadDialog", u"gw.exe read --device=COM3 \"C:\\Users\\Rainer\\Downloads\\GreaseweazleGUI-v2.127\\mydisk.scp\"", None)) self.groupBox_5.setTitle("") self.te_console.setHtml(QCoreApplication.translate("ReadDialog", u"\n" "\n" "

Using CMD Console mode

", None)) self.btn_select_folder.setText(QCoreApplication.translate("ReadDialog", u"Select Folder", None)) self.btn_select_file.setText(QCoreApplication.translate("ReadDialog", u"Select File", None)) self.btn_launch.setText(QCoreApplication.translate("ReadDialog", u"Launch", None)) self.btn_back.setText(QCoreApplication.translate("ReadDialog", u"Back", None)) # retranslateUi