1 Star 0 Fork 3

DoD/MCUDownloader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ui_widget.h 4.23 KB
一键复制 编辑 原始数据 按行查看 历史
觉皇嵌入式 提交于 2022-02-21 14:11 . 首次提交
/********************************************************************************
** Form generated from reading UI file 'widget.ui'
**
** Created by: Qt User Interface Compiler version 5.9.4
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_WIDGET_H
#define UI_WIDGET_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QTextBrowser>
#include <QtWidgets/QWidget>
#include "qserialcombobox.h"
QT_BEGIN_NAMESPACE
class Ui_Widget
{
public:
QGridLayout *gridLayout;
QHBoxLayout *horizontalLayout;
QLabel *label;
QComboBox *cmbSerialChose;
QHBoxLayout *horizontalLayout_2;
QLineEdit *lineEdit;
QPushButton *btnFirmwareChose;
QPushButton *btnFirmwareDownload;
QProgressBar *progressBar;
QTextBrowser *textBrowser;
void setupUi(QWidget *Widget)
{
if (Widget->objectName().isEmpty())
Widget->setObjectName(QStringLiteral("Widget"));
Widget->resize(421, 309);
gridLayout = new QGridLayout(Widget);
gridLayout->setSpacing(6);
gridLayout->setContentsMargins(11, 11, 11, 11);
gridLayout->setObjectName(QStringLiteral("gridLayout"));
horizontalLayout = new QHBoxLayout();
horizontalLayout->setSpacing(6);
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
label = new QLabel(Widget);
label->setObjectName(QStringLiteral("label"));
label->setMaximumSize(QSize(60, 16777215));
horizontalLayout->addWidget(label);
cmbSerialChose = new QSerialComboBox(Widget);
// cmbSerialChose = new QComboBox(Widget);
cmbSerialChose->setObjectName(QStringLiteral("cmbSerialChose"));
horizontalLayout->addWidget(cmbSerialChose);
gridLayout->addLayout(horizontalLayout, 0, 0, 1, 1);
horizontalLayout_2 = new QHBoxLayout();
horizontalLayout_2->setSpacing(6);
horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
lineEdit = new QLineEdit(Widget);
lineEdit->setObjectName(QStringLiteral("lineEdit"));
horizontalLayout_2->addWidget(lineEdit);
btnFirmwareChose = new QPushButton(Widget);
btnFirmwareChose->setObjectName(QStringLiteral("btnFirmwareChose"));
horizontalLayout_2->addWidget(btnFirmwareChose);
btnFirmwareDownload = new QPushButton(Widget);
btnFirmwareDownload->setObjectName(QStringLiteral("btnFirmwareDownload"));
horizontalLayout_2->addWidget(btnFirmwareDownload);
gridLayout->addLayout(horizontalLayout_2, 1, 0, 1, 1);
progressBar = new QProgressBar(Widget);
progressBar->setObjectName(QStringLiteral("progressBar"));
progressBar->setValue(0);
gridLayout->addWidget(progressBar, 2, 0, 1, 1);
textBrowser = new QTextBrowser(Widget);
textBrowser->setObjectName(QStringLiteral("textBrowser"));
gridLayout->addWidget(textBrowser, 3, 0, 1, 1);
retranslateUi(Widget);
QMetaObject::connectSlotsByName(Widget);
} // setupUi
void retranslateUi(QWidget *Widget)
{
Widget->setWindowTitle(QApplication::translate("Widget", "MCUDownloader", Q_NULLPTR));
label->setText(QApplication::translate("Widget", "\351\200\211\346\213\251\344\270\262\345\217\243\357\274\232", Q_NULLPTR));
btnFirmwareChose->setText(QApplication::translate("Widget", "\351\200\211\346\213\251\345\233\272\344\273\266", Q_NULLPTR));
btnFirmwareDownload->setText(QApplication::translate("Widget", "\344\270\213\350\275\275\345\233\272\344\273\266", Q_NULLPTR));
} // retranslateUi
};
namespace Ui {
class Widget: public Ui_Widget {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_WIDGET_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/dcxin/MCUDownloader.git
git@gitee.com:dcxin/MCUDownloader.git
dcxin
MCUDownloader
MCUDownloader
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385