11/25
This commit is contained in:
77
ZBD_IIIDL_S_Project/build20241115/UI/ui_protectgamestart.h
Normal file
77
ZBD_IIIDL_S_Project/build20241115/UI/ui_protectgamestart.h
Normal file
@@ -0,0 +1,77 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'protectgamestart.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_PROTECTGAMESTART_H
|
||||
#define UI_PROTECTGAMESTART_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_ProtectGameStart
|
||||
{
|
||||
public:
|
||||
QGroupBox *downPictureGroupBox;
|
||||
QLabel *text_Label;
|
||||
QLabel *gif_Label;
|
||||
QLabel *text_Label_2;
|
||||
|
||||
void setupUi(QWidget *ProtectGameStart)
|
||||
{
|
||||
if (ProtectGameStart->objectName().isEmpty())
|
||||
ProtectGameStart->setObjectName(QString::fromUtf8("ProtectGameStart"));
|
||||
ProtectGameStart->resize(1920, 1080);
|
||||
downPictureGroupBox = new QGroupBox(ProtectGameStart);
|
||||
downPictureGroupBox->setObjectName(QString::fromUtf8("downPictureGroupBox"));
|
||||
downPictureGroupBox->setGeometry(QRect(0, 0, 1920, 1080));
|
||||
downPictureGroupBox->setStyleSheet(QString::fromUtf8("\n"
|
||||
"#downPictureGroupBox{border-image: url(:/DependFile/Source/dialog/waiting.png);border:none;}\n"
|
||||
""));
|
||||
text_Label = new QLabel(downPictureGroupBox);
|
||||
text_Label->setObjectName(QString::fromUtf8("text_Label"));
|
||||
text_Label->setGeometry(QRect(400, 360, 551, 300));
|
||||
gif_Label = new QLabel(downPictureGroupBox);
|
||||
gif_Label->setObjectName(QString::fromUtf8("gif_Label"));
|
||||
gif_Label->setGeometry(QRect(810, 320, 300, 300));
|
||||
text_Label_2 = new QLabel(downPictureGroupBox);
|
||||
text_Label_2->setObjectName(QString::fromUtf8("text_Label_2"));
|
||||
text_Label_2->setGeometry(QRect(760, 650, 400, 60));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(30);
|
||||
text_Label_2->setFont(font);
|
||||
text_Label_2->setStyleSheet(QString::fromUtf8("color: #0D9DDB;"));
|
||||
text_Label_2->setAlignment(Qt::AlignCenter);
|
||||
|
||||
retranslateUi(ProtectGameStart);
|
||||
|
||||
QMetaObject::connectSlotsByName(ProtectGameStart);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *ProtectGameStart)
|
||||
{
|
||||
ProtectGameStart->setWindowTitle(QCoreApplication::translate("ProtectGameStart", "Form", nullptr));
|
||||
downPictureGroupBox->setTitle(QString());
|
||||
text_Label->setText(QString());
|
||||
gif_Label->setText(QString());
|
||||
text_Label_2->setText(QCoreApplication::translate("ProtectGameStart", "\345\212\240\350\275\275\344\270\255...", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class ProtectGameStart: public Ui_ProtectGameStart {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_PROTECTGAMESTART_H
|
||||
Reference in New Issue
Block a user