11/25
This commit is contained in:
92
ZBD_IIIDL_S_Project/build20241115/UI/ui_maiboxueyangdialog.h
Normal file
92
ZBD_IIIDL_S_Project/build20241115/UI/ui_maiboxueyangdialog.h
Normal file
@@ -0,0 +1,92 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'maiboxueyangdialog.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 5.13.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_MAIBOXUEYANGDIALOG_H
|
||||
#define UI_MAIBOXUEYANGDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGridLayout>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QListWidget>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_MaiBoXueyangDialog
|
||||
{
|
||||
public:
|
||||
QGridLayout *gridLayout;
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QGroupBox *groupBox_2;
|
||||
QListWidget *listWidget;
|
||||
QPushButton *serach_Btn;
|
||||
QPushButton *connect_Btn;
|
||||
|
||||
void setupUi(QDialog *MaiBoXueyangDialog)
|
||||
{
|
||||
if (MaiBoXueyangDialog->objectName().isEmpty())
|
||||
MaiBoXueyangDialog->setObjectName(QString::fromUtf8("MaiBoXueyangDialog"));
|
||||
MaiBoXueyangDialog->resize(539, 442);
|
||||
gridLayout = new QGridLayout(MaiBoXueyangDialog);
|
||||
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
||||
gridLayout->setContentsMargins(0, 0, 0, 0);
|
||||
groupBox = new QGroupBox(MaiBoXueyangDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 541, 61));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("background:#DDECFC;"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
groupBox_2 = new QGroupBox(groupBox);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(20, 90, 361, 321));
|
||||
listWidget = new QListWidget(groupBox_2);
|
||||
listWidget->setObjectName(QString::fromUtf8("listWidget"));
|
||||
listWidget->setGeometry(QRect(10, 10, 341, 301));
|
||||
serach_Btn = new QPushButton(groupBox);
|
||||
serach_Btn->setObjectName(QString::fromUtf8("serach_Btn"));
|
||||
serach_Btn->setGeometry(QRect(410, 90, 93, 29));
|
||||
connect_Btn = new QPushButton(groupBox);
|
||||
connect_Btn->setObjectName(QString::fromUtf8("connect_Btn"));
|
||||
connect_Btn->setGeometry(QRect(410, 150, 93, 29));
|
||||
|
||||
gridLayout->addWidget(groupBox, 0, 0, 1, 1);
|
||||
|
||||
|
||||
retranslateUi(MaiBoXueyangDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(MaiBoXueyangDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *MaiBoXueyangDialog)
|
||||
{
|
||||
MaiBoXueyangDialog->setWindowTitle(QCoreApplication::translate("MaiBoXueyangDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("MaiBoXueyangDialog", "\350\204\211\346\220\217\350\241\200\346\260\247", nullptr));
|
||||
groupBox_2->setTitle(QString());
|
||||
serach_Btn->setText(QCoreApplication::translate("MaiBoXueyangDialog", "\346\220\234\347\264\242", nullptr));
|
||||
connect_Btn->setText(QCoreApplication::translate("MaiBoXueyangDialog", "\350\277\236\346\216\245", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class MaiBoXueyangDialog: public Ui_MaiBoXueyangDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_MAIBOXUEYANGDIALOG_H
|
||||
Reference in New Issue
Block a user