/******************************************************************************** ** 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 #include #include #include QT_BEGIN_NAMESPACE class Ui_LaunchPage { public: QListWidget *LoaderList; void setupUi(QWidget *LaunchPage) { if (LaunchPage->objectName().isEmpty()) LaunchPage->setObjectName(QString::fromUtf8("LaunchPage")); LaunchPage->resize(1024, 768); LoaderList = new QListWidget(LaunchPage); LoaderList->setObjectName(QString::fromUtf8("LoaderList")); LoaderList->setGeometry(QRect(0, 0, 1024, 768)); LoaderList->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/Frames/Main.png);\n" "font: 87 24pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n" "color: rgb(0, 255, 0);")); 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