SXXXXXXX_PyDownloadFwViaSRIO/_OLD/Vecchia_app/FpgaBeamMeUp/ui_qggrifobeamupform.h
2026-01-22 17:10:05 +01:00

629 lines
26 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'qggrifobeamupform.ui'
**
** Created by: Qt User Interface Compiler version 5.8.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_QGGRIFOBEAMUPFORM_H
#define UI_QGGRIFOBEAMUPFORM_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPlainTextEdit>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QSpinBox>
#include <QtWidgets/QTabWidget>
#include <QtWidgets/QToolButton>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_QgGrifoBeamUpForm
{
public:
QVBoxLayout *verticalLayout;
QHBoxLayout *horizontalLayout;
QLabel *hostName;
QComboBox *cbNetwork;
QLabel *lbServer;
QSpacerItem *horizontalSpacer;
QToolButton *tbRefresh;
QToolButton *tbSettings;
QGridLayout *gridLayout;
QLineEdit *leFile;
QLabel *label_2;
QLineEdit *leDir;
QLabel *label;
QToolButton *tbFileSelect;
QToolButton *tbFileInfo;
QToolButton *tbDropSelect;
QToolButton *tbHistory;
QGroupBox *groupBox;
QVBoxLayout *verticalLayout_2;
QHBoxLayout *horizontalLayout_2;
QToolButton *tbGo;
QComboBox *cbTarget;
QComboBox *cbPartition;
QGroupBox *groupBox_2;
QGridLayout *gridLayout_3;
QLabel *label_3;
QSpinBox *sbBase;
QCheckBox *cbSimulate;
QCheckBox *cb_TargetAddress;
QLabel *lblFPGA;
QLabel *label_4;
QCheckBox *cb_GoldenFlash;
QCheckBox *cbWriteRamp;
QCheckBox *cbVerifySector;
QSpinBox *sbSectorSize;
QCheckBox *cbVerifyAll;
QPushButton *btnHistory;
QPushButton *btnGetTargetInfo;
QComboBox *cbStatus;
QComboBox *cbError;
QPushButton *btnAddHistory;
QGroupBox *groupBox_3;
QPushButton *btnGetValue;
QPushButton *btnMem;
QPushButton *btnFPGA;
QLabel *lblGetValue;
QLineEdit *sbGetValue;
QWidget *placeholder;
QLabel *lbOperation;
QHBoxLayout *horizontalLayout_3;
QProgressBar *progressBar;
QPushButton *btnWrite;
QTabWidget *tabWidget;
QWidget *tab;
QGridLayout *gridLayout_2;
QSpacerItem *horizontalSpacer_2;
QPushButton *btnStart;
QPushButton *btnReset;
QPushButton *btnGetStatus;
QPushButton *btnFlashID;
QPushButton *btnErase;
QPushButton *btnFinish;
QPushButton *btnProgram;
QWidget *tab_2;
QGridLayout *gridLayout_4;
QPlainTextEdit *leMsg;
QSpacerItem *verticalSpacer;
void setupUi(QWidget *QgGrifoBeamUpForm)
{
if (QgGrifoBeamUpForm->objectName().isEmpty())
QgGrifoBeamUpForm->setObjectName(QStringLiteral("QgGrifoBeamUpForm"));
QgGrifoBeamUpForm->resize(796, 638);
verticalLayout = new QVBoxLayout(QgGrifoBeamUpForm);
verticalLayout->setSpacing(4);
verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
verticalLayout->setContentsMargins(4, 4, 4, 4);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
hostName = new QLabel(QgGrifoBeamUpForm);
hostName->setObjectName(QStringLiteral("hostName"));
horizontalLayout->addWidget(hostName);
cbNetwork = new QComboBox(QgGrifoBeamUpForm);
cbNetwork->setObjectName(QStringLiteral("cbNetwork"));
horizontalLayout->addWidget(cbNetwork);
lbServer = new QLabel(QgGrifoBeamUpForm);
lbServer->setObjectName(QStringLiteral("lbServer"));
lbServer->setFrameShape(QFrame::WinPanel);
horizontalLayout->addWidget(lbServer);
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout->addItem(horizontalSpacer);
tbRefresh = new QToolButton(QgGrifoBeamUpForm);
tbRefresh->setObjectName(QStringLiteral("tbRefresh"));
horizontalLayout->addWidget(tbRefresh);
tbSettings = new QToolButton(QgGrifoBeamUpForm);
tbSettings->setObjectName(QStringLiteral("tbSettings"));
horizontalLayout->addWidget(tbSettings);
verticalLayout->addLayout(horizontalLayout);
gridLayout = new QGridLayout();
gridLayout->setObjectName(QStringLiteral("gridLayout"));
gridLayout->setContentsMargins(-1, 0, -1, -1);
leFile = new QLineEdit(QgGrifoBeamUpForm);
leFile->setObjectName(QStringLiteral("leFile"));
leFile->setEnabled(true);
leFile->setReadOnly(false);
gridLayout->addWidget(leFile, 1, 1, 1, 1);
label_2 = new QLabel(QgGrifoBeamUpForm);
label_2->setObjectName(QStringLiteral("label_2"));
gridLayout->addWidget(label_2, 0, 0, 1, 1);
leDir = new QLineEdit(QgGrifoBeamUpForm);
leDir->setObjectName(QStringLiteral("leDir"));
leDir->setEnabled(false);
leDir->setReadOnly(true);
gridLayout->addWidget(leDir, 0, 1, 1, 1);
label = new QLabel(QgGrifoBeamUpForm);
label->setObjectName(QStringLiteral("label"));
gridLayout->addWidget(label, 1, 0, 1, 1);
tbFileSelect = new QToolButton(QgGrifoBeamUpForm);
tbFileSelect->setObjectName(QStringLiteral("tbFileSelect"));
gridLayout->addWidget(tbFileSelect, 1, 2, 1, 1);
tbFileInfo = new QToolButton(QgGrifoBeamUpForm);
tbFileInfo->setObjectName(QStringLiteral("tbFileInfo"));
gridLayout->addWidget(tbFileInfo, 1, 3, 1, 1);
tbDropSelect = new QToolButton(QgGrifoBeamUpForm);
tbDropSelect->setObjectName(QStringLiteral("tbDropSelect"));
gridLayout->addWidget(tbDropSelect, 0, 2, 1, 1);
tbHistory = new QToolButton(QgGrifoBeamUpForm);
tbHistory->setObjectName(QStringLiteral("tbHistory"));
gridLayout->addWidget(tbHistory, 1, 4, 1, 1);
verticalLayout->addLayout(gridLayout);
groupBox = new QGroupBox(QgGrifoBeamUpForm);
groupBox->setObjectName(QStringLiteral("groupBox"));
groupBox->setFlat(true);
verticalLayout_2 = new QVBoxLayout(groupBox);
verticalLayout_2->setSpacing(2);
verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
verticalLayout_2->setContentsMargins(2, 2, 2, 2);
horizontalLayout_2 = new QHBoxLayout();
horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
horizontalLayout_2->setContentsMargins(-1, 2, -1, 2);
tbGo = new QToolButton(groupBox);
tbGo->setObjectName(QStringLiteral("tbGo"));
tbGo->setEnabled(false);
tbGo->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
horizontalLayout_2->addWidget(tbGo);
cbTarget = new QComboBox(groupBox);
cbTarget->setObjectName(QStringLiteral("cbTarget"));
cbTarget->setEditable(true);
horizontalLayout_2->addWidget(cbTarget);
cbPartition = new QComboBox(groupBox);
cbPartition->setObjectName(QStringLiteral("cbPartition"));
cbPartition->setEnabled(false);
cbPartition->setEditable(false);
horizontalLayout_2->addWidget(cbPartition);
verticalLayout_2->addLayout(horizontalLayout_2);
verticalLayout->addWidget(groupBox);
groupBox_2 = new QGroupBox(QgGrifoBeamUpForm);
groupBox_2->setObjectName(QStringLiteral("groupBox_2"));
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(groupBox_2->sizePolicy().hasHeightForWidth());
groupBox_2->setSizePolicy(sizePolicy);
groupBox_2->setCheckable(true);
gridLayout_3 = new QGridLayout(groupBox_2);
gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
label_3 = new QLabel(groupBox_2);
label_3->setObjectName(QStringLiteral("label_3"));
QFont font;
font.setPointSize(7);
label_3->setFont(font);
gridLayout_3->addWidget(label_3, 3, 0, 1, 1);
sbBase = new QSpinBox(groupBox_2);
sbBase->setObjectName(QStringLiteral("sbBase"));
sbBase->setMaximum(40000000);
sbBase->setSingleStep(1024);
sbBase->setDisplayIntegerBase(16);
gridLayout_3->addWidget(sbBase, 3, 1, 1, 1);
cbSimulate = new QCheckBox(groupBox_2);
cbSimulate->setObjectName(QStringLiteral("cbSimulate"));
cbSimulate->setFont(font);
gridLayout_3->addWidget(cbSimulate, 0, 1, 1, 1);
cb_TargetAddress = new QCheckBox(groupBox_2);
cb_TargetAddress->setObjectName(QStringLiteral("cb_TargetAddress"));
cb_TargetAddress->setFont(font);
gridLayout_3->addWidget(cb_TargetAddress, 0, 2, 1, 1);
lblFPGA = new QLabel(groupBox_2);
lblFPGA->setObjectName(QStringLiteral("lblFPGA"));
gridLayout_3->addWidget(lblFPGA, 0, 10, 1, 2);
label_4 = new QLabel(groupBox_2);
label_4->setObjectName(QStringLiteral("label_4"));
label_4->setFont(font);
gridLayout_3->addWidget(label_4, 3, 2, 1, 1);
cb_GoldenFlash = new QCheckBox(groupBox_2);
cb_GoldenFlash->setObjectName(QStringLiteral("cb_GoldenFlash"));
cb_GoldenFlash->setFont(font);
cb_GoldenFlash->setLayoutDirection(Qt::LeftToRight);
gridLayout_3->addWidget(cb_GoldenFlash, 0, 0, 1, 1);
cbWriteRamp = new QCheckBox(groupBox_2);
cbWriteRamp->setObjectName(QStringLiteral("cbWriteRamp"));
cbWriteRamp->setFont(font);
gridLayout_3->addWidget(cbWriteRamp, 0, 3, 1, 1);
cbVerifySector = new QCheckBox(groupBox_2);
cbVerifySector->setObjectName(QStringLiteral("cbVerifySector"));
cbVerifySector->setFont(font);
gridLayout_3->addWidget(cbVerifySector, 0, 6, 1, 1);
sbSectorSize = new QSpinBox(groupBox_2);
sbSectorSize->setObjectName(QStringLiteral("sbSectorSize"));
sbSectorSize->setMinimum(1);
sbSectorSize->setMaximum(1024);
sbSectorSize->setSingleStep(16);
gridLayout_3->addWidget(sbSectorSize, 3, 3, 1, 1);
cbVerifyAll = new QCheckBox(groupBox_2);
cbVerifyAll->setObjectName(QStringLiteral("cbVerifyAll"));
cbVerifyAll->setFont(font);
gridLayout_3->addWidget(cbVerifyAll, 3, 6, 1, 1);
btnHistory = new QPushButton(groupBox_2);
btnHistory->setObjectName(QStringLiteral("btnHistory"));
gridLayout_3->addWidget(btnHistory, 0, 8, 1, 1);
btnGetTargetInfo = new QPushButton(groupBox_2);
btnGetTargetInfo->setObjectName(QStringLiteral("btnGetTargetInfo"));
btnGetTargetInfo->setFont(font);
gridLayout_3->addWidget(btnGetTargetInfo, 0, 7, 1, 1);
cbStatus = new QComboBox(groupBox_2);
cbStatus->setObjectName(QStringLiteral("cbStatus"));
cbStatus->setFont(font);
gridLayout_3->addWidget(cbStatus, 0, 9, 1, 1);
cbError = new QComboBox(groupBox_2);
cbError->setObjectName(QStringLiteral("cbError"));
QFont font1;
font1.setFamily(QStringLiteral("MS Shell Dlg 2"));
font1.setPointSize(7);
font1.setKerning(true);
cbError->setFont(font1);
gridLayout_3->addWidget(cbError, 3, 9, 1, 1);
btnAddHistory = new QPushButton(groupBox_2);
btnAddHistory->setObjectName(QStringLiteral("btnAddHistory"));
gridLayout_3->addWidget(btnAddHistory, 3, 8, 1, 1);
verticalLayout->addWidget(groupBox_2);
groupBox_3 = new QGroupBox(QgGrifoBeamUpForm);
groupBox_3->setObjectName(QStringLiteral("groupBox_3"));
groupBox_3->setEnabled(false);
groupBox_3->setMinimumSize(QSize(0, 50));
groupBox_3->setCheckable(false);
btnGetValue = new QPushButton(groupBox_3);
btnGetValue->setObjectName(QStringLiteral("btnGetValue"));
btnGetValue->setGeometry(QRect(20, 20, 91, 23));
btnMem = new QPushButton(groupBox_3);
btnMem->setObjectName(QStringLiteral("btnMem"));
btnMem->setGeometry(QRect(110, 20, 41, 23));
btnFPGA = new QPushButton(groupBox_3);
btnFPGA->setObjectName(QStringLiteral("btnFPGA"));
btnFPGA->setGeometry(QRect(150, 20, 41, 23));
lblGetValue = new QLabel(groupBox_3);
lblGetValue->setObjectName(QStringLiteral("lblGetValue"));
lblGetValue->setGeometry(QRect(284, 20, 291, 20));
lblGetValue->setFrameShape(QFrame::StyledPanel);
sbGetValue = new QLineEdit(groupBox_3);
sbGetValue->setObjectName(QStringLiteral("sbGetValue"));
sbGetValue->setGeometry(QRect(190, 20, 91, 21));
QFont font2;
font2.setPointSize(10);
sbGetValue->setFont(font2);
verticalLayout->addWidget(groupBox_3);
placeholder = new QWidget(QgGrifoBeamUpForm);
placeholder->setObjectName(QStringLiteral("placeholder"));
verticalLayout->addWidget(placeholder);
lbOperation = new QLabel(QgGrifoBeamUpForm);
lbOperation->setObjectName(QStringLiteral("lbOperation"));
QFont font3;
font3.setFamily(QStringLiteral("Courier New"));
lbOperation->setFont(font3);
verticalLayout->addWidget(lbOperation);
horizontalLayout_3 = new QHBoxLayout();
horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
horizontalLayout_3->setContentsMargins(0, 9, -1, -1);
progressBar = new QProgressBar(QgGrifoBeamUpForm);
progressBar->setObjectName(QStringLiteral("progressBar"));
progressBar->setValue(0);
horizontalLayout_3->addWidget(progressBar);
btnWrite = new QPushButton(QgGrifoBeamUpForm);
btnWrite->setObjectName(QStringLiteral("btnWrite"));
QFont font4;
font4.setPointSize(10);
font4.setBold(true);
font4.setWeight(75);
btnWrite->setFont(font4);
horizontalLayout_3->addWidget(btnWrite);
verticalLayout->addLayout(horizontalLayout_3);
tabWidget = new QTabWidget(QgGrifoBeamUpForm);
tabWidget->setObjectName(QStringLiteral("tabWidget"));
tabWidget->setMinimumSize(QSize(0, 220));
tabWidget->setTabPosition(QTabWidget::South);
tabWidget->setTabShape(QTabWidget::Triangular);
tabWidget->setTabBarAutoHide(false);
tab = new QWidget();
tab->setObjectName(QStringLiteral("tab"));
gridLayout_2 = new QGridLayout(tab);
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
gridLayout_2->addItem(horizontalSpacer_2, 1, 2, 1, 1);
btnStart = new QPushButton(tab);
btnStart->setObjectName(QStringLiteral("btnStart"));
btnStart->setCheckable(true);
gridLayout_2->addWidget(btnStart, 1, 1, 1, 1);
btnReset = new QPushButton(tab);
btnReset->setObjectName(QStringLiteral("btnReset"));
gridLayout_2->addWidget(btnReset, 2, 1, 1, 1);
btnGetStatus = new QPushButton(tab);
btnGetStatus->setObjectName(QStringLiteral("btnGetStatus"));
gridLayout_2->addWidget(btnGetStatus, 3, 1, 1, 1);
btnFlashID = new QPushButton(tab);
btnFlashID->setObjectName(QStringLiteral("btnFlashID"));
gridLayout_2->addWidget(btnFlashID, 4, 1, 1, 1);
btnErase = new QPushButton(tab);
btnErase->setObjectName(QStringLiteral("btnErase"));
gridLayout_2->addWidget(btnErase, 5, 1, 1, 1);
btnFinish = new QPushButton(tab);
btnFinish->setObjectName(QStringLiteral("btnFinish"));
gridLayout_2->addWidget(btnFinish, 6, 1, 1, 1);
btnProgram = new QPushButton(tab);
btnProgram->setObjectName(QStringLiteral("btnProgram"));
gridLayout_2->addWidget(btnProgram, 7, 1, 1, 1);
tabWidget->addTab(tab, QString());
tab_2 = new QWidget();
tab_2->setObjectName(QStringLiteral("tab_2"));
gridLayout_4 = new QGridLayout(tab_2);
gridLayout_4->setObjectName(QStringLiteral("gridLayout_4"));
leMsg = new QPlainTextEdit(tab_2);
leMsg->setObjectName(QStringLiteral("leMsg"));
QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Expanding);
sizePolicy1.setHorizontalStretch(0);
sizePolicy1.setVerticalStretch(0);
sizePolicy1.setHeightForWidth(leMsg->sizePolicy().hasHeightForWidth());
leMsg->setSizePolicy(sizePolicy1);
leMsg->setMinimumSize(QSize(0, 0));
QFont font5;
font5.setFamily(QStringLiteral("Courier New"));
font5.setPointSize(8);
font5.setItalic(false);
leMsg->setFont(font5);
leMsg->setAutoFillBackground(true);
leMsg->setFrameShape(QFrame::StyledPanel);
leMsg->setReadOnly(true);
leMsg->setPlainText(QStringLiteral(""));
leMsg->setBackgroundVisible(false);
gridLayout_4->addWidget(leMsg, 0, 0, 1, 1);
tabWidget->addTab(tab_2, QString());
verticalLayout->addWidget(tabWidget);
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
verticalLayout->addItem(verticalSpacer);
retranslateUi(QgGrifoBeamUpForm);
tabWidget->setCurrentIndex(1);
QMetaObject::connectSlotsByName(QgGrifoBeamUpForm);
} // setupUi
void retranslateUi(QWidget *QgGrifoBeamUpForm)
{
QgGrifoBeamUpForm->setWindowTitle(QApplication::translate("QgGrifoBeamUpForm", "Form", Q_NULLPTR));
hostName->setText(QApplication::translate("QgGrifoBeamUpForm", "Host:", Q_NULLPTR));
lbServer->setText(QString());
#ifndef QT_NO_TOOLTIP
tbRefresh->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "Bind with selected network interface", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
tbRefresh->setText(QApplication::translate("QgGrifoBeamUpForm", "...", Q_NULLPTR));
#ifndef QT_NO_TOOLTIP
tbSettings->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "Edit settings...", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
tbSettings->setText(QApplication::translate("QgGrifoBeamUpForm", "...", Q_NULLPTR));
label_2->setText(QApplication::translate("QgGrifoBeamUpForm", "Drop:", Q_NULLPTR));
label->setText(QApplication::translate("QgGrifoBeamUpForm", "File:", Q_NULLPTR));
#ifndef QT_NO_TOOLTIP
tbFileSelect->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "Choose file...", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
tbFileSelect->setText(QApplication::translate("QgGrifoBeamUpForm", "...", Q_NULLPTR));
#ifndef QT_NO_TOOLTIP
tbFileInfo->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "View file info...", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
tbFileInfo->setText(QApplication::translate("QgGrifoBeamUpForm", "...", Q_NULLPTR));
#ifndef QT_NO_TOOLTIP
tbDropSelect->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "Select a watch directory...", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
tbDropSelect->setText(QApplication::translate("QgGrifoBeamUpForm", "...", Q_NULLPTR));
#ifndef QT_NO_TOOLTIP
tbHistory->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "View history ...", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
tbHistory->setText(QApplication::translate("QgGrifoBeamUpForm", "...", Q_NULLPTR));
groupBox->setTitle(QString());
tbGo->setText(QApplication::translate("QgGrifoBeamUpForm", "Upload...", Q_NULLPTR));
groupBox_2->setTitle(QApplication::translate("QgGrifoBeamUpForm", "Configuration:", Q_NULLPTR));
label_3->setText(QApplication::translate("QgGrifoBeamUpForm", "Flash Address:", Q_NULLPTR));
sbBase->setPrefix(QApplication::translate("QgGrifoBeamUpForm", "0x", Q_NULLPTR));
cbSimulate->setText(QApplication::translate("QgGrifoBeamUpForm", "Simulate", Q_NULLPTR));
#ifndef QT_NO_TOOLTIP
cb_TargetAddress->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "Use the SRIO memory (0x400000) instead of the write interface on the fpga / flash (0x4700000)", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
cb_TargetAddress->setText(QApplication::translate("QgGrifoBeamUpForm", "SRIO Memory", Q_NULLPTR));
lblFPGA->setText(QString());
label_4->setText(QApplication::translate("QgGrifoBeamUpForm", "Block size:", Q_NULLPTR));
#ifndef QT_NO_TOOLTIP
cb_GoldenFlash->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "ATTENTION: Enable the choice of the Golden part of the flashes as well.", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
cb_GoldenFlash->setText(QApplication::translate("QgGrifoBeamUpForm", "Enable Golden Flash", Q_NULLPTR));
#ifndef QT_NO_TOOLTIP
cbWriteRamp->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "I write on the flash a ramp of 1024 values from the starting address of the user part.", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
cbWriteRamp->setText(QApplication::translate("QgGrifoBeamUpForm", "Write ramp", Q_NULLPTR));
#ifndef QT_NO_TOOLTIP
cbVerifySector->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "check the content of the single sector at each write", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
cbVerifySector->setText(QApplication::translate("QgGrifoBeamUpForm", "Verify single sector", Q_NULLPTR));
sbSectorSize->setSuffix(QApplication::translate("QgGrifoBeamUpForm", "KiB", Q_NULLPTR));
#ifndef QT_NO_TOOLTIP
cbVerifyAll->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "check the contents of flash at the end of writing", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
cbVerifyAll->setText(QApplication::translate("QgGrifoBeamUpForm", "Verify final", Q_NULLPTR));
btnHistory->setText(QApplication::translate("QgGrifoBeamUpForm", "History", Q_NULLPTR));
#ifndef QT_NO_TOOLTIP
btnGetTargetInfo->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "Displays the information of the flash selected from the available ones", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
btnGetTargetInfo->setText(QApplication::translate("QgGrifoBeamUpForm", "get target info", Q_NULLPTR));
cbStatus->clear();
cbStatus->insertItems(0, QStringList()
<< QApplication::translate("QgGrifoBeamUpForm", "db_status_error", Q_NULLPTR)
<< QApplication::translate("QgGrifoBeamUpForm", "db_status_nc", Q_NULLPTR)
<< QApplication::translate("QgGrifoBeamUpForm", "db_status_started", Q_NULLPTR)
<< QApplication::translate("QgGrifoBeamUpForm", "db_status_erased", Q_NULLPTR)
<< QApplication::translate("QgGrifoBeamUpForm", "db_status_programmed", Q_NULLPTR)
);
cbError->clear();
cbError->insertItems(0, QStringList()
<< QApplication::translate("QgGrifoBeamUpForm", "db_error_no_error", Q_NULLPTR)
<< QApplication::translate("QgGrifoBeamUpForm", "db_error_format_file", Q_NULLPTR)
<< QApplication::translate("QgGrifoBeamUpForm", "db_error_generic", Q_NULLPTR)
<< QApplication::translate("QgGrifoBeamUpForm", "db_error_erase", Q_NULLPTR)
<< QApplication::translate("QgGrifoBeamUpForm", "db_error_program", Q_NULLPTR)
<< QApplication::translate("QgGrifoBeamUpForm", "db_error_tftp", Q_NULLPTR)
<< QApplication::translate("QgGrifoBeamUpForm", "db_error_srio", Q_NULLPTR)
);
btnAddHistory->setText(QApplication::translate("QgGrifoBeamUpForm", "Add history", Q_NULLPTR));
groupBox_3->setTitle(QApplication::translate("QgGrifoBeamUpForm", "Read info from SRIO", Q_NULLPTR));
#ifndef QT_NO_TOOLTIP
btnGetValue->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "Read the first 32bytes word from the specified address", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
btnGetValue->setText(QApplication::translate("QgGrifoBeamUpForm", "get value from", Q_NULLPTR));
#ifndef QT_NO_TOOLTIP
btnMem->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "memory 0x400000", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
btnMem->setText(QApplication::translate("QgGrifoBeamUpForm", "M", Q_NULLPTR));
#ifndef QT_NO_TOOLTIP
btnFPGA->setToolTip(QApplication::translate("QgGrifoBeamUpForm", "fpga interface 0x4700000", Q_NULLPTR));
#endif // QT_NO_TOOLTIP
btnFPGA->setText(QApplication::translate("QgGrifoBeamUpForm", "FPGA", Q_NULLPTR));
lblGetValue->setText(QString());
lbOperation->setText(QApplication::translate("QgGrifoBeamUpForm", "...", Q_NULLPTR));
btnWrite->setText(QApplication::translate("QgGrifoBeamUpForm", "START", Q_NULLPTR));
btnStart->setText(QApplication::translate("QgGrifoBeamUpForm", "Start", Q_NULLPTR));
btnReset->setText(QApplication::translate("QgGrifoBeamUpForm", "Reset", Q_NULLPTR));
btnGetStatus->setText(QApplication::translate("QgGrifoBeamUpForm", "Status", Q_NULLPTR));
btnFlashID->setText(QApplication::translate("QgGrifoBeamUpForm", "Flash ID", Q_NULLPTR));
btnErase->setText(QApplication::translate("QgGrifoBeamUpForm", "Erase", Q_NULLPTR));
btnFinish->setText(QApplication::translate("QgGrifoBeamUpForm", "Finish", Q_NULLPTR));
btnProgram->setText(QApplication::translate("QgGrifoBeamUpForm", "Program", Q_NULLPTR));
tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("QgGrifoBeamUpForm", "cmd", Q_NULLPTR));
tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("QgGrifoBeamUpForm", "log", Q_NULLPTR));
} // retranslateUi
};
namespace Ui {
class QgGrifoBeamUpForm: public Ui_QgGrifoBeamUpForm {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_QGGRIFOBEAMUPFORM_H