11/25
This commit is contained in:
46
ZBD_IIIDL_S_Project/build20241115/UI/ui_gamecontainer.h
Normal file
46
ZBD_IIIDL_S_Project/build20241115/UI/ui_gamecontainer.h
Normal file
@@ -0,0 +1,46 @@
|
||||
/********************************************************************************
|
||||
** 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
|
||||
Reference in New Issue
Block a user