This commit is contained in:
2022-08-11 08:59:12 +08:00
parent 00e34a0b38
commit de7234e637
106 changed files with 290370 additions and 6 deletions
+132
View File
@@ -0,0 +1,132 @@
/********************************************************************************
** Form generated from reading UI file 'tools_Index3.ui'
**
** Created by: Qt User Interface Compiler version 5.9.9
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_TOOLS_INDEX3_H
#define UI_TOOLS_INDEX3_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QFrame>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QTextBrowser>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Tools_Index3
{
public:
QGridLayout *gridLayout_2;
QFrame *frame;
QGridLayout *gridLayout_4;
QGridLayout *gridLayout;
QComboBox *comboBox_EndType;
QPushButton *pushButton_ClearWindow;
QPushButton *pushButton_send;
QPushButton *pushButton_clear;
QLineEdit *lineEdit;
QPushButton *pushButton_Save;
QTextBrowser *textBrowser;
void setupUi(QWidget *Tools_Index3)
{
if (Tools_Index3->objectName().isEmpty())
Tools_Index3->setObjectName(QStringLiteral("Tools_Index3"));
Tools_Index3->resize(647, 398);
gridLayout_2 = new QGridLayout(Tools_Index3);
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
gridLayout_2->setContentsMargins(1, 1, 1, 1);
frame = new QFrame(Tools_Index3);
frame->setObjectName(QStringLiteral("frame"));
frame->setFrameShape(QFrame::StyledPanel);
frame->setFrameShadow(QFrame::Raised);
frame->setLineWidth(0);
gridLayout_4 = new QGridLayout(frame);
gridLayout_4->setObjectName(QStringLiteral("gridLayout_4"));
gridLayout_4->setContentsMargins(1, 1, 1, 1);
gridLayout = new QGridLayout();
gridLayout->setObjectName(QStringLiteral("gridLayout"));
comboBox_EndType = new QComboBox(frame);
comboBox_EndType->setObjectName(QStringLiteral("comboBox_EndType"));
gridLayout->addWidget(comboBox_EndType, 0, 3, 1, 1);
pushButton_ClearWindow = new QPushButton(frame);
pushButton_ClearWindow->setObjectName(QStringLiteral("pushButton_ClearWindow"));
gridLayout->addWidget(pushButton_ClearWindow, 0, 4, 1, 1);
pushButton_send = new QPushButton(frame);
pushButton_send->setObjectName(QStringLiteral("pushButton_send"));
gridLayout->addWidget(pushButton_send, 0, 2, 1, 1);
pushButton_clear = new QPushButton(frame);
pushButton_clear->setObjectName(QStringLiteral("pushButton_clear"));
gridLayout->addWidget(pushButton_clear, 0, 1, 1, 1);
lineEdit = new QLineEdit(frame);
lineEdit->setObjectName(QStringLiteral("lineEdit"));
gridLayout->addWidget(lineEdit, 0, 0, 1, 1);
pushButton_Save = new QPushButton(frame);
pushButton_Save->setObjectName(QStringLiteral("pushButton_Save"));
gridLayout->addWidget(pushButton_Save, 0, 5, 1, 1);
gridLayout_4->addLayout(gridLayout, 2, 0, 1, 1);
textBrowser = new QTextBrowser(frame);
textBrowser->setObjectName(QStringLiteral("textBrowser"));
textBrowser->setContextMenuPolicy(Qt::NoContextMenu);
textBrowser->setStyleSheet(QLatin1String("color: rgb(255, 255, 255);\n"
"background-color: rgb(0, 0, 0);"));
gridLayout_4->addWidget(textBrowser, 1, 0, 1, 1);
gridLayout_2->addWidget(frame, 0, 0, 1, 1);
retranslateUi(Tools_Index3);
QMetaObject::connectSlotsByName(Tools_Index3);
} // setupUi
void retranslateUi(QWidget *Tools_Index3)
{
Tools_Index3->setWindowTitle(QApplication::translate("Tools_Index3", "Form", Q_NULLPTR));
pushButton_ClearWindow->setText(QApplication::translate("Tools_Index3", "ClearWindow", Q_NULLPTR));
pushButton_send->setText(QApplication::translate("Tools_Index3", "send", Q_NULLPTR));
pushButton_clear->setText(QApplication::translate("Tools_Index3", "clear", Q_NULLPTR));
pushButton_Save->setText(QApplication::translate("Tools_Index3", "Save", Q_NULLPTR));
textBrowser->setHtml(QApplication::translate("Tools_Index3", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun';\"><br /></p></body></html>", Q_NULLPTR));
} // retranslateUi
};
namespace Ui {
class Tools_Index3: public Ui_Tools_Index3 {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_TOOLS_INDEX3_H