add ignore 3

This commit is contained in:
lumos 2025-06-06 15:38:39 +08:00
parent f8b5a28317
commit 684cc8ec1b
2 changed files with 0 additions and 200 deletions

View File

@ -1,200 +0,0 @@
/********************************************************************************
** Form generated from reading UI file 'mainwindow.ui'
**
** Created by: Qt User Interface Compiler version 5.15.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_MAINWINDOW_H
#define UI_MAINWINDOW_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QLabel>
#include <QtWidgets/QMainWindow>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QStatusBar>
#include <QtWidgets/QTextBrowser>
#include <QtWidgets/QTextEdit>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_MainWindow
{
public:
QWidget *centralwidget;
QGridLayout *gridLayout;
QComboBox *comboBox;
QTextBrowser *textBrowser;
QPushButton *pushButton;
QPushButton *pushButton_4;
QPushButton *pushButton_2;
QPushButton *pushButton_3;
QComboBox *comboBox_3;
QSpacerItem *verticalSpacer;
QLabel *label;
QPushButton *pushButton_8;
QTextEdit *textEdit;
QPushButton *pushButton_7;
QPushButton *pushButton_6;
QLabel *label_2;
QLabel *label_4;
QComboBox *comboBox_2;
QLabel *label_3;
QPushButton *pushButton_5;
QSpacerItem *verticalSpacer_2;
QStatusBar *statusbar;
void setupUi(QMainWindow *MainWindow)
{
if (MainWindow->objectName().isEmpty())
MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
MainWindow->resize(814, 613);
QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(MainWindow->sizePolicy().hasHeightForWidth());
MainWindow->setSizePolicy(sizePolicy);
centralwidget = new QWidget(MainWindow);
centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
gridLayout = new QGridLayout(centralwidget);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
comboBox = new QComboBox(centralwidget);
comboBox->setObjectName(QString::fromUtf8("comboBox"));
gridLayout->addWidget(comboBox, 1, 1, 1, 1);
textBrowser = new QTextBrowser(centralwidget);
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
gridLayout->addWidget(textBrowser, 12, 0, 1, 4);
pushButton = new QPushButton(centralwidget);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
gridLayout->addWidget(pushButton, 0, 0, 1, 4);
pushButton_4 = new QPushButton(centralwidget);
pushButton_4->setObjectName(QString::fromUtf8("pushButton_4"));
gridLayout->addWidget(pushButton_4, 8, 2, 1, 2);
pushButton_2 = new QPushButton(centralwidget);
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
gridLayout->addWidget(pushButton_2, 5, 2, 1, 2);
pushButton_3 = new QPushButton(centralwidget);
pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
gridLayout->addWidget(pushButton_3, 10, 2, 1, 2);
comboBox_3 = new QComboBox(centralwidget);
comboBox_3->setObjectName(QString::fromUtf8("comboBox_3"));
gridLayout->addWidget(comboBox_3, 4, 1, 1, 1);
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Expanding, QSizePolicy::Minimum);
gridLayout->addItem(verticalSpacer, 9, 2, 1, 1);
label = new QLabel(centralwidget);
label->setObjectName(QString::fromUtf8("label"));
gridLayout->addWidget(label, 1, 0, 1, 1);
pushButton_8 = new QPushButton(centralwidget);
pushButton_8->setObjectName(QString::fromUtf8("pushButton_8"));
gridLayout->addWidget(pushButton_8, 3, 2, 1, 2);
textEdit = new QTextEdit(centralwidget);
textEdit->setObjectName(QString::fromUtf8("textEdit"));
gridLayout->addWidget(textEdit, 5, 0, 6, 2);
pushButton_7 = new QPushButton(centralwidget);
pushButton_7->setObjectName(QString::fromUtf8("pushButton_7"));
gridLayout->addWidget(pushButton_7, 4, 2, 1, 2);
pushButton_6 = new QPushButton(centralwidget);
pushButton_6->setObjectName(QString::fromUtf8("pushButton_6"));
gridLayout->addWidget(pushButton_6, 1, 2, 1, 2);
label_2 = new QLabel(centralwidget);
label_2->setObjectName(QString::fromUtf8("label_2"));
gridLayout->addWidget(label_2, 11, 1, 1, 1);
label_4 = new QLabel(centralwidget);
label_4->setObjectName(QString::fromUtf8("label_4"));
gridLayout->addWidget(label_4, 4, 0, 1, 1);
comboBox_2 = new QComboBox(centralwidget);
comboBox_2->setObjectName(QString::fromUtf8("comboBox_2"));
QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Fixed);
sizePolicy1.setHorizontalStretch(0);
sizePolicy1.setVerticalStretch(0);
sizePolicy1.setHeightForWidth(comboBox_2->sizePolicy().hasHeightForWidth());
comboBox_2->setSizePolicy(sizePolicy1);
gridLayout->addWidget(comboBox_2, 3, 1, 1, 1);
label_3 = new QLabel(centralwidget);
label_3->setObjectName(QString::fromUtf8("label_3"));
gridLayout->addWidget(label_3, 3, 0, 1, 1);
pushButton_5 = new QPushButton(centralwidget);
pushButton_5->setObjectName(QString::fromUtf8("pushButton_5"));
gridLayout->addWidget(pushButton_5, 13, 3, 1, 1);
verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Expanding, QSizePolicy::Minimum);
gridLayout->addItem(verticalSpacer_2, 6, 3, 1, 1);
MainWindow->setCentralWidget(centralwidget);
statusbar = new QStatusBar(MainWindow);
statusbar->setObjectName(QString::fromUtf8("statusbar"));
MainWindow->setStatusBar(statusbar);
retranslateUi(MainWindow);
QMetaObject::connectSlotsByName(MainWindow);
} // setupUi
void retranslateUi(QMainWindow *MainWindow)
{
MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "MainWindow", nullptr));
pushButton->setText(QCoreApplication::translate("MainWindow", "Refresh", nullptr));
pushButton_4->setText(QCoreApplication::translate("MainWindow", "Send ViaBulkTrans", nullptr));
pushButton_2->setText(QCoreApplication::translate("MainWindow", "Send ViaControlTrans", nullptr));
pushButton_3->setText(QCoreApplication::translate("MainWindow", "send ViaAsyncTrans", nullptr));
label->setText(QCoreApplication::translate("MainWindow", "Device List:", nullptr));
pushButton_8->setText(QCoreApplication::translate("MainWindow", "Check", nullptr));
pushButton_7->setText(QCoreApplication::translate("MainWindow", "Close", nullptr));
pushButton_6->setText(QCoreApplication::translate("MainWindow", "Open", nullptr));
label_2->setText(QCoreApplication::translate("MainWindow", "LOG", nullptr));
label_4->setText(QCoreApplication::translate("MainWindow", "EndPoint List:", nullptr));
label_3->setText(QCoreApplication::translate("MainWindow", "Interface List:", nullptr));
pushButton_5->setText(QCoreApplication::translate("MainWindow", "Clear", nullptr));
} // retranslateUi
};
namespace Ui {
class MainWindow: public Ui_MainWindow {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MAINWINDOW_H