第一次上传

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

46
unknown/ui_LaunchPage.h Normal file
View File

@@ -0,0 +1,46 @@
/********************************************************************************
** Form generated from reading UI file 'LaunchPage.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_LAUNCHPAGE_H
#define UI_LAUNCHPAGE_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_LaunchPage
{
public:
void setupUi(QWidget *LaunchPage)
{
if (LaunchPage->objectName().isEmpty())
LaunchPage->setObjectName(QString::fromUtf8("LaunchPage"));
LaunchPage->resize(800, 600);
retranslateUi(LaunchPage);
QMetaObject::connectSlotsByName(LaunchPage);
} // setupUi
void retranslateUi(QWidget *LaunchPage)
{
LaunchPage->setWindowTitle(QCoreApplication::translate("LaunchPage", "LaunchPage", nullptr));
} // retranslateUi
};
namespace Ui {
class LaunchPage: public Ui_LaunchPage {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_LAUNCHPAGE_H