diff --git a/build/Desktop_Qt_5_15_2_GCC_64bit-Debug/ui_mainwindow.h b/build/Desktop_Qt_5_15_2_GCC_64bit-Debug/ui_mainwindow.h deleted file mode 100644 index bf8ebce..0000000 --- a/build/Desktop_Qt_5_15_2_GCC_64bit-Debug/ui_mainwindow.h +++ /dev/null @@ -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 -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -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 diff --git a/build/Desktop_Qt_5_15_2_GCC_64bit-Debug/upper b/build/Desktop_Qt_5_15_2_GCC_64bit-Debug/upper deleted file mode 100755 index ee8cbb1..0000000 Binary files a/build/Desktop_Qt_5_15_2_GCC_64bit-Debug/upper and /dev/null differ