1 Star 0 Fork 0

qinxude/rk3568ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ui_systemtool.h 5.97 KB
一键复制 编辑 原始数据 按行查看 历史
qinxude 提交于 2024-09-03 09:38 . 3568ui base
/********************************************************************************
** Form generated from reading UI file 'systemtool.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_SYSTEMTOOL_H
#define UI_SYSTEMTOOL_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QTextBrowser>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_SystemTool
{
public:
QPushButton *ifconfigCmd;
QPushButton *PingGatewayCmd;
QPushButton *PingIp1Cmd;
QPushButton *PingIp2Cmd;
QPushButton *PingDomainCmd;
QPushButton *PingIp3Cmd;
QPushButton *PingCloudCmd;
QPushButton *CmdRun;
QLineEdit *CmdLine;
QTextBrowser *OutputBrower;
void setupUi(QWidget *SystemTool)
{
if (SystemTool->objectName().isEmpty())
SystemTool->setObjectName(QString::fromUtf8("SystemTool"));
SystemTool->resize(1010, 1200);
ifconfigCmd = new QPushButton(SystemTool);
ifconfigCmd->setObjectName(QString::fromUtf8("ifconfigCmd"));
ifconfigCmd->setGeometry(QRect(20, 920, 200, 60));
ifconfigCmd->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
PingGatewayCmd = new QPushButton(SystemTool);
PingGatewayCmd->setObjectName(QString::fromUtf8("PingGatewayCmd"));
PingGatewayCmd->setGeometry(QRect(270, 920, 200, 60));
PingGatewayCmd->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
PingIp1Cmd = new QPushButton(SystemTool);
PingIp1Cmd->setObjectName(QString::fromUtf8("PingIp1Cmd"));
PingIp1Cmd->setGeometry(QRect(530, 920, 200, 60));
PingIp1Cmd->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
PingIp2Cmd = new QPushButton(SystemTool);
PingIp2Cmd->setObjectName(QString::fromUtf8("PingIp2Cmd"));
PingIp2Cmd->setGeometry(QRect(790, 920, 200, 60));
PingIp2Cmd->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
PingDomainCmd = new QPushButton(SystemTool);
PingDomainCmd->setObjectName(QString::fromUtf8("PingDomainCmd"));
PingDomainCmd->setGeometry(QRect(270, 1020, 200, 60));
PingDomainCmd->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
PingIp3Cmd = new QPushButton(SystemTool);
PingIp3Cmd->setObjectName(QString::fromUtf8("PingIp3Cmd"));
PingIp3Cmd->setGeometry(QRect(20, 1020, 200, 60));
PingIp3Cmd->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
PingCloudCmd = new QPushButton(SystemTool);
PingCloudCmd->setObjectName(QString::fromUtf8("PingCloudCmd"));
PingCloudCmd->setGeometry(QRect(530, 1020, 200, 60));
PingCloudCmd->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
CmdRun = new QPushButton(SystemTool);
CmdRun->setObjectName(QString::fromUtf8("CmdRun"));
CmdRun->setGeometry(QRect(790, 820, 200, 60));
CmdRun->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"font: 24px \"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
CmdLine = new QLineEdit(SystemTool);
CmdLine->setObjectName(QString::fromUtf8("CmdLine"));
CmdLine->setGeometry(QRect(20, 820, 711, 60));
QFont font;
font.setPointSize(24);
CmdLine->setFont(font);
CmdLine->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);\n"
"color: rgb(255, 255, 255);"));
OutputBrower = new QTextBrowser(SystemTool);
OutputBrower->setObjectName(QString::fromUtf8("OutputBrower"));
OutputBrower->setGeometry(QRect(20, 20, 970, 771));
QFont font1;
font1.setPointSize(20);
OutputBrower->setFont(font1);
OutputBrower->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);\n"
"color: rgb(255, 255, 255);"));
retranslateUi(SystemTool);
QMetaObject::connectSlotsByName(SystemTool);
} // setupUi
void retranslateUi(QWidget *SystemTool)
{
SystemTool->setWindowTitle(QApplication::translate("SystemTool", "Form", nullptr));
ifconfigCmd->setText(QApplication::translate("SystemTool", "\346\237\245\347\234\213\347\275\221\345\215\241", nullptr));
PingGatewayCmd->setText(QApplication::translate("SystemTool", "ping\347\275\221\345\205\263", nullptr));
PingIp1Cmd->setText(QApplication::translate("SystemTool", "ping\346\221\204\345\203\217\345\244\2641", nullptr));
PingIp2Cmd->setText(QApplication::translate("SystemTool", "ping\346\221\204\345\203\217\345\244\2642", nullptr));
PingDomainCmd->setText(QApplication::translate("SystemTool", "ping\345\237\237\345\220\215\346\234\215\345\212\241\345\231\250", nullptr));
PingIp3Cmd->setText(QApplication::translate("SystemTool", "ping\346\221\204\345\203\217\345\244\2643", nullptr));
PingCloudCmd->setText(QApplication::translate("SystemTool", "ping\344\272\221\346\234\215\345\212\241\345\231\250", nullptr));
CmdRun->setText(QApplication::translate("SystemTool", "\346\211\247\350\241\214\345\221\275\344\273\244", nullptr));
} // retranslateUi
};
namespace Ui {
class SystemTool: public Ui_SystemTool {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_SYSTEMTOOL_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/qinxude/rk3568ui.git
[email protected]:qinxude/rk3568ui.git
qinxude
rk3568ui
rk3568ui
master

搜索帮助