123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- /********************************************************************************
- ** Form generated from reading UI file 'launchpage.ui'
- **
- ** Created by: Qt User Interface Compiler version 5.9.0
- **
- ** 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/QAction>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QButtonGroup>
- #include <QtWidgets/QGridLayout>
- #include <QtWidgets/QHBoxLayout>
- #include <QtWidgets/QHeaderView>
- #include <QtWidgets/QLabel>
- #include <QtWidgets/QLineEdit>
- #include <QtWidgets/QMainWindow>
- #include <QtWidgets/QPushButton>
- #include <QtWidgets/QRadioButton>
- #include <QtWidgets/QSpacerItem>
- #include <QtWidgets/QVBoxLayout>
- #include <QtWidgets/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_LaunchPage
- {
- public:
- QWidget *centralwidget;
- QVBoxLayout *verticalLayout_2;
- QWidget *widget_3;
- QHBoxLayout *horizontalLayout_2;
- QSpacerItem *horizontalSpacer_5;
- QLabel *imagelabel;
- QSpacerItem *horizontalSpacer_6;
- QWidget *widget;
- QVBoxLayout *verticalLayout;
- QGridLayout *gridLayout;
- QLabel *label;
- QRadioButton *createExample;
- QPushButton *browseButton;
- QLineEdit *setPath;
- QLabel *label_2;
- QLineEdit *setName;
- QSpacerItem *horizontalSpacer_7;
- QGridLayout *gridLayout_2;
- QLabel *openLabel2;
- QLineEdit *readName;
- QLabel *openLabel1;
- QRadioButton *openExample;
- QLineEdit *readPath;
- QSpacerItem *horizontalSpacer_4;
- QWidget *widget_2;
- QHBoxLayout *horizontalLayout;
- QSpacerItem *horizontalSpacer;
- QPushButton *confirmButton;
- QSpacerItem *horizontalSpacer_3;
- QPushButton *cancelButton;
- QSpacerItem *horizontalSpacer_2;
- void setupUi(QMainWindow *LaunchPage)
- {
- if (LaunchPage->objectName().isEmpty())
- LaunchPage->setObjectName(QStringLiteral("LaunchPage"));
- LaunchPage->resize(686, 495);
- centralwidget = new QWidget(LaunchPage);
- centralwidget->setObjectName(QStringLiteral("centralwidget"));
- verticalLayout_2 = new QVBoxLayout(centralwidget);
- verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
- widget_3 = new QWidget(centralwidget);
- widget_3->setObjectName(QStringLiteral("widget_3"));
- horizontalLayout_2 = new QHBoxLayout(widget_3);
- horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
- horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_2->addItem(horizontalSpacer_5);
- imagelabel = new QLabel(widget_3);
- imagelabel->setObjectName(QStringLiteral("imagelabel"));
- imagelabel->setMinimumSize(QSize(100, 100));
- imagelabel->setBaseSize(QSize(100, 100));
- QFont font;
- font.setPointSize(15);
- font.setBold(false);
- font.setWeight(50);
- imagelabel->setFont(font);
- imagelabel->setLayoutDirection(Qt::LeftToRight);
- imagelabel->setLineWidth(1);
- imagelabel->setAlignment(Qt::AlignCenter);
- horizontalLayout_2->addWidget(imagelabel);
- horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_2->addItem(horizontalSpacer_6);
- verticalLayout_2->addWidget(widget_3);
- widget = new QWidget(centralwidget);
- widget->setObjectName(QStringLiteral("widget"));
- verticalLayout = new QVBoxLayout(widget);
- verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
- gridLayout = new QGridLayout();
- gridLayout->setObjectName(QStringLiteral("gridLayout"));
- label = new QLabel(widget);
- label->setObjectName(QStringLiteral("label"));
- gridLayout->addWidget(label, 0, 1, 1, 1);
- createExample = new QRadioButton(widget);
- createExample->setObjectName(QStringLiteral("createExample"));
- gridLayout->addWidget(createExample, 0, 0, 1, 1);
- browseButton = new QPushButton(widget);
- browseButton->setObjectName(QStringLiteral("browseButton"));
- gridLayout->addWidget(browseButton, 1, 3, 1, 1);
- setPath = new QLineEdit(widget);
- setPath->setObjectName(QStringLiteral("setPath"));
- setPath->setCursorPosition(0);
- setPath->setReadOnly(true);
- gridLayout->addWidget(setPath, 1, 2, 1, 1);
- label_2 = new QLabel(widget);
- label_2->setObjectName(QStringLiteral("label_2"));
- gridLayout->addWidget(label_2, 1, 1, 1, 1);
- setName = new QLineEdit(widget);
- setName->setObjectName(QStringLiteral("setName"));
- gridLayout->addWidget(setName, 0, 2, 1, 1);
- verticalLayout->addLayout(gridLayout);
- horizontalSpacer_7 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- verticalLayout->addItem(horizontalSpacer_7);
- gridLayout_2 = new QGridLayout();
- gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
- openLabel2 = new QLabel(widget);
- openLabel2->setObjectName(QStringLiteral("openLabel2"));
- gridLayout_2->addWidget(openLabel2, 0, 1, 1, 1);
- readName = new QLineEdit(widget);
- readName->setObjectName(QStringLiteral("readName"));
- gridLayout_2->addWidget(readName, 0, 2, 1, 1);
- openLabel1 = new QLabel(widget);
- openLabel1->setObjectName(QStringLiteral("openLabel1"));
- gridLayout_2->addWidget(openLabel1, 1, 1, 1, 1);
- openExample = new QRadioButton(widget);
- openExample->setObjectName(QStringLiteral("openExample"));
- gridLayout_2->addWidget(openExample, 0, 0, 1, 1);
- readPath = new QLineEdit(widget);
- readPath->setObjectName(QStringLiteral("readPath"));
- gridLayout_2->addWidget(readPath, 1, 2, 1, 1);
- horizontalSpacer_4 = new QSpacerItem(100, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
- gridLayout_2->addItem(horizontalSpacer_4, 1, 3, 1, 1);
- verticalLayout->addLayout(gridLayout_2);
- verticalLayout_2->addWidget(widget);
- widget_2 = new QWidget(centralwidget);
- widget_2->setObjectName(QStringLiteral("widget_2"));
- horizontalLayout = new QHBoxLayout(widget_2);
- horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout->addItem(horizontalSpacer);
- confirmButton = new QPushButton(widget_2);
- confirmButton->setObjectName(QStringLiteral("confirmButton"));
- horizontalLayout->addWidget(confirmButton);
- horizontalSpacer_3 = new QSpacerItem(50, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
- horizontalLayout->addItem(horizontalSpacer_3);
- cancelButton = new QPushButton(widget_2);
- cancelButton->setObjectName(QStringLiteral("cancelButton"));
- horizontalLayout->addWidget(cancelButton);
- horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout->addItem(horizontalSpacer_2);
- verticalLayout_2->addWidget(widget_2);
- LaunchPage->setCentralWidget(centralwidget);
- retranslateUi(LaunchPage);
- QMetaObject::connectSlotsByName(LaunchPage);
- } // setupUi
- void retranslateUi(QMainWindow *LaunchPage)
- {
- LaunchPage->setWindowTitle(QApplication::translate("LaunchPage", "MainWindow", Q_NULLPTR));
- imagelabel->setText(QApplication::translate("LaunchPage", "IMAGE", Q_NULLPTR));
- label->setText(QApplication::translate("LaunchPage", "\345\267\245 \347\250\213 \345\220\215\357\274\232", Q_NULLPTR));
- createExample->setText(QApplication::translate("LaunchPage", "\346\226\260\345\273\272\347\256\227\344\276\213", Q_NULLPTR));
- browseButton->setText(QApplication::translate("LaunchPage", "\346\265\217 \350\247\210", Q_NULLPTR));
- label_2->setText(QApplication::translate("LaunchPage", "\345\210\233\345\273\272\350\267\257\345\276\204\357\274\232", Q_NULLPTR));
- openLabel2->setText(QApplication::translate("LaunchPage", "\345\267\245 \347\250\213 \345\220\215\357\274\232", Q_NULLPTR));
- openLabel1->setText(QApplication::translate("LaunchPage", "\345\267\245\347\250\213\350\267\257\345\276\204\357\274\232", Q_NULLPTR));
- openExample->setText(QApplication::translate("LaunchPage", "\346\211\223\345\274\200\347\256\227\344\276\213", Q_NULLPTR));
- confirmButton->setText(QApplication::translate("LaunchPage", "\347\241\256 \345\256\232", Q_NULLPTR));
- cancelButton->setText(QApplication::translate("LaunchPage", "\351\200\200 \345\207\272", Q_NULLPTR));
- } // retranslateUi
- };
- namespace Ui {
- class LaunchPage: public Ui_LaunchPage {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_LAUNCHPAGE_H
|