2024-11-25 17:15:44 +08:00

47 lines
1.2 KiB
C++

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