第一次上传

This commit is contained in:
2025-08-20 23:06:28 +08:00
commit c0593df9e1
485 changed files with 533424 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
/********************************************************************************
** Form generated from reading UI file 'NetworkPage04.ui'
**
** Created by: Qt User Interface Compiler version 5.14.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_NETWORKPAGE04_H
#define UI_NETWORKPAGE04_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_NetworkPage04
{
public:
void setupUi(QWidget *NetworkPage04)
{
if (NetworkPage04->objectName().isEmpty())
NetworkPage04->setObjectName(QString::fromUtf8("NetworkPage04"));
NetworkPage04->resize(1024, 576);
retranslateUi(NetworkPage04);
QMetaObject::connectSlotsByName(NetworkPage04);
} // setupUi
void retranslateUi(QWidget *NetworkPage04)
{
NetworkPage04->setWindowTitle(QCoreApplication::translate("NetworkPage04", "Form", nullptr));
} // retranslateUi
};
namespace Ui {
class NetworkPage04: public Ui_NetworkPage04 {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_NETWORKPAGE04_H