代码拉取完成,页面将自动刷新
/********************************************************************************
** Form generated from reading UI file 'networksetting.ui'
**
** Created by: Qt User Interface Compiler version 5.12.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_NETWORKSETTING_H
#define UI_NETWORKSETTING_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QRadioButton>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_NetworkSetting
{
public:
QLabel *label_2;
QComboBox *DeviceName;
QLabel *label_48;
QRadioButton *DhcpBt;
QRadioButton *StaticBt;
QLineEdit *IpLine;
QLabel *label_45;
QPushButton *IpTestButton;
QLineEdit *NetMask;
QLabel *label_46;
QLineEdit *GateWay;
QLabel *label_47;
QLabel *label_49;
QLineEdit *DNS;
QPushButton *ok;
QLabel *IPInfo;
void setupUi(QWidget *NetworkSetting)
{
if (NetworkSetting->objectName().isEmpty())
NetworkSetting->setObjectName(QString::fromUtf8("NetworkSetting"));
NetworkSetting->resize(1010, 800);
QFont font;
font.setPointSize(20);
NetworkSetting->setFont(font);
label_2 = new QLabel(NetworkSetting);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(90, 40, 111, 41));
label_2->setStyleSheet(QString::fromUtf8("font: 24px\"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);\n"
"border:0px solid;"));
DeviceName = new QComboBox(NetworkSetting);
DeviceName->setObjectName(QString::fromUtf8("DeviceName"));
DeviceName->setGeometry(QRect(230, 40, 231, 40));
DeviceName->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"border:2px solid rgb(251, 160, 57);\n"
"font: 24px\"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
label_48 = new QLabel(NetworkSetting);
label_48->setObjectName(QString::fromUtf8("label_48"));
label_48->setGeometry(QRect(100, 100, 101, 50));
label_48->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;"));
label_48->setAlignment(Qt::AlignCenter);
DhcpBt = new QRadioButton(NetworkSetting);
DhcpBt->setObjectName(QString::fromUtf8("DhcpBt"));
DhcpBt->setGeometry(QRect(350, 100, 121, 50));
DhcpBt->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"border:0px solid;"));
StaticBt = new QRadioButton(NetworkSetting);
StaticBt->setObjectName(QString::fromUtf8("StaticBt"));
StaticBt->setGeometry(QRect(230, 100, 111, 50));
StaticBt->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"border:0px solid;"));
IpLine = new QLineEdit(NetworkSetting);
IpLine->setObjectName(QString::fromUtf8("IpLine"));
IpLine->setGeometry(QRect(230, 160, 261, 50));
QFont font1;
font1.setPointSize(20);
font1.setBold(true);
font1.setWeight(75);
IpLine->setFont(font1);
IpLine->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);\n"
"color: rgb(255, 255, 255);"));
label_45 = new QLabel(NetworkSetting);
label_45->setObjectName(QString::fromUtf8("label_45"));
label_45->setGeometry(QRect(80, 160, 121, 50));
label_45->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;"));
label_45->setAlignment(Qt::AlignCenter);
IpTestButton = new QPushButton(NetworkSetting);
IpTestButton->setObjectName(QString::fromUtf8("IpTestButton"));
IpTestButton->setGeometry(QRect(520, 160, 131, 50));
IpTestButton->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
NetMask = new QLineEdit(NetworkSetting);
NetMask->setObjectName(QString::fromUtf8("NetMask"));
NetMask->setGeometry(QRect(230, 230, 261, 50));
NetMask->setFont(font1);
NetMask->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);\n"
"color: rgb(255, 255, 255);"));
label_46 = new QLabel(NetworkSetting);
label_46->setObjectName(QString::fromUtf8("label_46"));
label_46->setGeometry(QRect(70, 230, 121, 50));
label_46->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;"));
label_46->setAlignment(Qt::AlignCenter);
GateWay = new QLineEdit(NetworkSetting);
GateWay->setObjectName(QString::fromUtf8("GateWay"));
GateWay->setGeometry(QRect(230, 300, 261, 50));
GateWay->setFont(font1);
GateWay->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);\n"
"color: rgb(255, 255, 255);"));
label_47 = new QLabel(NetworkSetting);
label_47->setObjectName(QString::fromUtf8("label_47"));
label_47->setGeometry(QRect(110, 300, 91, 50));
label_47->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;"));
label_47->setAlignment(Qt::AlignCenter);
label_49 = new QLabel(NetworkSetting);
label_49->setObjectName(QString::fromUtf8("label_49"));
label_49->setGeometry(QRect(110, 370, 91, 50));
label_49->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;"));
label_49->setAlignment(Qt::AlignCenter);
DNS = new QLineEdit(NetworkSetting);
DNS->setObjectName(QString::fromUtf8("DNS"));
DNS->setGeometry(QRect(230, 370, 261, 50));
DNS->setFont(font1);
DNS->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);\n"
"color: rgb(255, 255, 255);"));
ok = new QPushButton(NetworkSetting);
ok->setObjectName(QString::fromUtf8("ok"));
ok->setGeometry(QRect(230, 470, 101, 50));
ok->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
IPInfo = new QLabel(NetworkSetting);
IPInfo->setObjectName(QString::fromUtf8("IPInfo"));
IPInfo->setGeometry(QRect(680, 176, 311, 31));
QFont font2;
font2.setPointSize(16);
IPInfo->setFont(font2);
IPInfo->setStyleSheet(QString::fromUtf8("color: rgb(239, 41, 41);"));
retranslateUi(NetworkSetting);
QMetaObject::connectSlotsByName(NetworkSetting);
} // setupUi
void retranslateUi(QWidget *NetworkSetting)
{
NetworkSetting->setWindowTitle(QApplication::translate("NetworkSetting", "Form", nullptr));
label_2->setText(QApplication::translate("NetworkSetting", "\350\256\276\345\244\207\345\220\215\347\247\260", nullptr));
label_48->setText(QApplication::translate("NetworkSetting", "Type", nullptr));
DhcpBt->setText(QApplication::translate("NetworkSetting", "Dhcp", nullptr));
StaticBt->setText(QApplication::translate("NetworkSetting", "Static", nullptr));
label_45->setText(QApplication::translate("NetworkSetting", "IP\345\234\260\345\235\200", nullptr));
IpTestButton->setText(QApplication::translate("NetworkSetting", "IP\346\265\213\350\257\225", nullptr));
label_46->setText(QApplication::translate("NetworkSetting", "\345\255\220\347\275\221\346\216\251\347\240\201", nullptr));
label_47->setText(QApplication::translate("NetworkSetting", "\347\275\221\345\205\263", nullptr));
label_49->setText(QApplication::translate("NetworkSetting", "DNS", nullptr));
ok->setText(QApplication::translate("NetworkSetting", "\344\277\235\345\255\230", nullptr));
IPInfo->setText(QString());
} // retranslateUi
};
namespace Ui {
class NetworkSetting: public Ui_NetworkSetting {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_NETWORKSETTING_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。