更新ui
This commit is contained in:
+133
@@ -0,0 +1,133 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'LinkUI.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 5.14.1
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_LINKUI_H
|
||||
#define UI_LINKUI_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QFrame>
|
||||
#include <QtWidgets/QGridLayout>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QSpacerItem>
|
||||
#include <QtWidgets/QTabWidget>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_LinkUI
|
||||
{
|
||||
public:
|
||||
QGridLayout *gridLayout;
|
||||
QTabWidget *tabWidget;
|
||||
QWidget *tab;
|
||||
QGridLayout *gridLayout_2;
|
||||
QSpacerItem *horizontalSpacer;
|
||||
QSpacerItem *verticalSpacer_2;
|
||||
QFrame *frame_InterfaceType;
|
||||
QGridLayout *gridLayout_3;
|
||||
QSpacerItem *verticalSpacer;
|
||||
QPushButton *pushButton_SerialPort;
|
||||
QPushButton *pushButton_UDP;
|
||||
QPushButton *pushButton_Multicast;
|
||||
QFrame *frame_DeviceType;
|
||||
QGridLayout *gridLayout_4;
|
||||
|
||||
void setupUi(QWidget *LinkUI)
|
||||
{
|
||||
if (LinkUI->objectName().isEmpty())
|
||||
LinkUI->setObjectName(QString::fromUtf8("LinkUI"));
|
||||
LinkUI->resize(782, 478);
|
||||
gridLayout = new QGridLayout(LinkUI);
|
||||
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
||||
gridLayout->setContentsMargins(1, 1, 1, 1);
|
||||
tabWidget = new QTabWidget(LinkUI);
|
||||
tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
|
||||
tab = new QWidget();
|
||||
tab->setObjectName(QString::fromUtf8("tab"));
|
||||
gridLayout_2 = new QGridLayout(tab);
|
||||
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
|
||||
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||||
|
||||
gridLayout_2->addItem(horizontalSpacer, 1, 2, 1, 1);
|
||||
|
||||
verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
||||
|
||||
gridLayout_2->addItem(verticalSpacer_2, 3, 1, 1, 1);
|
||||
|
||||
frame_InterfaceType = new QFrame(tab);
|
||||
frame_InterfaceType->setObjectName(QString::fromUtf8("frame_InterfaceType"));
|
||||
frame_InterfaceType->setFrameShape(QFrame::StyledPanel);
|
||||
frame_InterfaceType->setFrameShadow(QFrame::Raised);
|
||||
gridLayout_3 = new QGridLayout(frame_InterfaceType);
|
||||
gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
|
||||
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
||||
|
||||
gridLayout_3->addItem(verticalSpacer, 3, 0, 1, 1);
|
||||
|
||||
pushButton_SerialPort = new QPushButton(frame_InterfaceType);
|
||||
pushButton_SerialPort->setObjectName(QString::fromUtf8("pushButton_SerialPort"));
|
||||
pushButton_SerialPort->setMinimumSize(QSize(200, 80));
|
||||
|
||||
gridLayout_3->addWidget(pushButton_SerialPort, 0, 0, 1, 1);
|
||||
|
||||
pushButton_UDP = new QPushButton(frame_InterfaceType);
|
||||
pushButton_UDP->setObjectName(QString::fromUtf8("pushButton_UDP"));
|
||||
pushButton_UDP->setMinimumSize(QSize(200, 80));
|
||||
|
||||
gridLayout_3->addWidget(pushButton_UDP, 1, 0, 1, 1);
|
||||
|
||||
pushButton_Multicast = new QPushButton(frame_InterfaceType);
|
||||
pushButton_Multicast->setObjectName(QString::fromUtf8("pushButton_Multicast"));
|
||||
pushButton_Multicast->setMinimumSize(QSize(200, 80));
|
||||
|
||||
gridLayout_3->addWidget(pushButton_Multicast, 2, 0, 1, 1);
|
||||
|
||||
|
||||
gridLayout_2->addWidget(frame_InterfaceType, 1, 0, 1, 1);
|
||||
|
||||
frame_DeviceType = new QFrame(tab);
|
||||
frame_DeviceType->setObjectName(QString::fromUtf8("frame_DeviceType"));
|
||||
frame_DeviceType->setFrameShape(QFrame::StyledPanel);
|
||||
frame_DeviceType->setFrameShadow(QFrame::Raised);
|
||||
gridLayout_4 = new QGridLayout(frame_DeviceType);
|
||||
gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
|
||||
|
||||
gridLayout_2->addWidget(frame_DeviceType, 1, 1, 1, 1);
|
||||
|
||||
tabWidget->addTab(tab, QString());
|
||||
|
||||
gridLayout->addWidget(tabWidget, 0, 0, 1, 1);
|
||||
|
||||
|
||||
retranslateUi(LinkUI);
|
||||
|
||||
tabWidget->setCurrentIndex(0);
|
||||
|
||||
|
||||
QMetaObject::connectSlotsByName(LinkUI);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *LinkUI)
|
||||
{
|
||||
LinkUI->setWindowTitle(QCoreApplication::translate("LinkUI", "Form", nullptr));
|
||||
pushButton_SerialPort->setText(QCoreApplication::translate("LinkUI", "SerialPort", nullptr));
|
||||
pushButton_UDP->setText(QCoreApplication::translate("LinkUI", "UDP", nullptr));
|
||||
pushButton_Multicast->setText(QCoreApplication::translate("LinkUI", "Multicast", nullptr));
|
||||
tabWidget->setTabText(tabWidget->indexOf(tab), QCoreApplication::translate("LinkUI", "Add", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class LinkUI: public Ui_LinkUI {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_LINKUI_H
|
||||
Reference in New Issue
Block a user