79 lines
2.9 KiB
C++
79 lines
2.9 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'PICUploaderGui.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.14.2
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_PICUPLOADERGUI_H
|
|
#define UI_PICUPLOADERGUI_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QLineEdit>
|
|
#include <QtWidgets/QPushButton>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_CPICUploaderGui
|
|
{
|
|
public:
|
|
QLabel *label;
|
|
QPushButton *mHexFileSelectBtn;
|
|
QLineEdit *lineEdit;
|
|
QLabel *mOpenedHexFilePathLbl;
|
|
QLabel *mHexFileStatsLbl;
|
|
|
|
void setupUi(QDialog *CPICUploaderGui)
|
|
{
|
|
if (CPICUploaderGui->objectName().isEmpty())
|
|
CPICUploaderGui->setObjectName(QString::fromUtf8("CPICUploaderGui"));
|
|
CPICUploaderGui->resize(1024, 768);
|
|
label = new QLabel(CPICUploaderGui);
|
|
label->setObjectName(QString::fromUtf8("label"));
|
|
label->setGeometry(QRect(260, 20, 191, 31));
|
|
QFont font;
|
|
font.setPointSize(14);
|
|
font.setBold(true);
|
|
font.setWeight(75);
|
|
label->setFont(font);
|
|
mHexFileSelectBtn = new QPushButton(CPICUploaderGui);
|
|
mHexFileSelectBtn->setObjectName(QString::fromUtf8("mHexFileSelectBtn"));
|
|
mHexFileSelectBtn->setGeometry(QRect(70, 110, 81, 23));
|
|
lineEdit = new QLineEdit(CPICUploaderGui);
|
|
lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
|
|
lineEdit->setGeometry(QRect(690, 120, 181, 20));
|
|
mOpenedHexFilePathLbl = new QLabel(CPICUploaderGui);
|
|
mOpenedHexFilePathLbl->setObjectName(QString::fromUtf8("mOpenedHexFilePathLbl"));
|
|
mOpenedHexFilePathLbl->setGeometry(QRect(70, 140, 521, 16));
|
|
mHexFileStatsLbl = new QLabel(CPICUploaderGui);
|
|
mHexFileStatsLbl->setObjectName(QString::fromUtf8("mHexFileStatsLbl"));
|
|
mHexFileStatsLbl->setGeometry(QRect(70, 170, 471, 131));
|
|
|
|
retranslateUi(CPICUploaderGui);
|
|
|
|
QMetaObject::connectSlotsByName(CPICUploaderGui);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *CPICUploaderGui)
|
|
{
|
|
CPICUploaderGui->setWindowTitle(QCoreApplication::translate("CPICUploaderGui", "Dialog", nullptr));
|
|
label->setText(QCoreApplication::translate("CPICUploaderGui", "Firmware Uploader", nullptr));
|
|
mHexFileSelectBtn->setText(QCoreApplication::translate("CPICUploaderGui", "Open Hex File", nullptr));
|
|
mOpenedHexFilePathLbl->setText(QCoreApplication::translate("CPICUploaderGui", "No File Opened", nullptr));
|
|
mHexFileStatsLbl->setText(QString());
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class CPICUploaderGui: public Ui_CPICUploaderGui {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_PICUPLOADERGUI_H
|