54 lines
1.5 KiB
C
54 lines
1.5 KiB
C
|
|
/********************************************************************************
|
||
|
|
** 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/QLabel>
|
||
|
|
#include <QtWidgets/QWidget>
|
||
|
|
|
||
|
|
QT_BEGIN_NAMESPACE
|
||
|
|
|
||
|
|
class Ui_LaunchPage
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
QLabel *label;
|
||
|
|
|
||
|
|
void setupUi(QWidget *LaunchPage)
|
||
|
|
{
|
||
|
|
if (LaunchPage->objectName().isEmpty())
|
||
|
|
LaunchPage->setObjectName(QString::fromUtf8("LaunchPage"));
|
||
|
|
LaunchPage->resize(1024, 768);
|
||
|
|
label = new QLabel(LaunchPage);
|
||
|
|
label->setObjectName(QString::fromUtf8("label"));
|
||
|
|
label->setGeometry(QRect(0, 0, 1031, 771));
|
||
|
|
label->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/Frames/Main.png);"));
|
||
|
|
|
||
|
|
retranslateUi(LaunchPage);
|
||
|
|
|
||
|
|
QMetaObject::connectSlotsByName(LaunchPage);
|
||
|
|
} // setupUi
|
||
|
|
|
||
|
|
void retranslateUi(QWidget *LaunchPage)
|
||
|
|
{
|
||
|
|
LaunchPage->setWindowTitle(QCoreApplication::translate("LaunchPage", "LaunchPage", nullptr));
|
||
|
|
label->setText(QString());
|
||
|
|
} // retranslateUi
|
||
|
|
|
||
|
|
};
|
||
|
|
|
||
|
|
namespace Ui {
|
||
|
|
class LaunchPage: public Ui_LaunchPage {};
|
||
|
|
} // namespace Ui
|
||
|
|
|
||
|
|
QT_END_NAMESPACE
|
||
|
|
|
||
|
|
#endif // UI_LAUNCHPAGE_H
|