第一次上传
This commit is contained in:
46
LocalDesktop/ui_LaunchPage.h
Normal file
46
LocalDesktop/ui_LaunchPage.h
Normal 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
|
||||
Reference in New Issue
Block a user