ui_launchpage.h 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'launchpage.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.9.0
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_LAUNCHPAGE_H
  9. #define UI_LAUNCHPAGE_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QAction>
  12. #include <QtWidgets/QApplication>
  13. #include <QtWidgets/QButtonGroup>
  14. #include <QtWidgets/QGridLayout>
  15. #include <QtWidgets/QHBoxLayout>
  16. #include <QtWidgets/QHeaderView>
  17. #include <QtWidgets/QLabel>
  18. #include <QtWidgets/QLineEdit>
  19. #include <QtWidgets/QMainWindow>
  20. #include <QtWidgets/QPushButton>
  21. #include <QtWidgets/QRadioButton>
  22. #include <QtWidgets/QSpacerItem>
  23. #include <QtWidgets/QVBoxLayout>
  24. #include <QtWidgets/QWidget>
  25. QT_BEGIN_NAMESPACE
  26. class Ui_LaunchPage
  27. {
  28. public:
  29. QWidget *centralwidget;
  30. QVBoxLayout *verticalLayout_2;
  31. QWidget *widget_3;
  32. QHBoxLayout *horizontalLayout_2;
  33. QSpacerItem *horizontalSpacer_5;
  34. QLabel *imagelabel;
  35. QSpacerItem *horizontalSpacer_6;
  36. QWidget *widget;
  37. QVBoxLayout *verticalLayout;
  38. QGridLayout *gridLayout;
  39. QLabel *label;
  40. QRadioButton *createExample;
  41. QPushButton *browseButton;
  42. QLineEdit *setPath;
  43. QLabel *label_2;
  44. QLineEdit *setName;
  45. QSpacerItem *horizontalSpacer_7;
  46. QGridLayout *gridLayout_2;
  47. QLabel *openLabel2;
  48. QLineEdit *readName;
  49. QLabel *openLabel1;
  50. QRadioButton *openExample;
  51. QLineEdit *readPath;
  52. QSpacerItem *horizontalSpacer_4;
  53. QWidget *widget_2;
  54. QHBoxLayout *horizontalLayout;
  55. QSpacerItem *horizontalSpacer;
  56. QPushButton *confirmButton;
  57. QSpacerItem *horizontalSpacer_3;
  58. QPushButton *cancelButton;
  59. QSpacerItem *horizontalSpacer_2;
  60. void setupUi(QMainWindow *LaunchPage)
  61. {
  62. if (LaunchPage->objectName().isEmpty())
  63. LaunchPage->setObjectName(QStringLiteral("LaunchPage"));
  64. LaunchPage->resize(686, 495);
  65. centralwidget = new QWidget(LaunchPage);
  66. centralwidget->setObjectName(QStringLiteral("centralwidget"));
  67. verticalLayout_2 = new QVBoxLayout(centralwidget);
  68. verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
  69. widget_3 = new QWidget(centralwidget);
  70. widget_3->setObjectName(QStringLiteral("widget_3"));
  71. horizontalLayout_2 = new QHBoxLayout(widget_3);
  72. horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
  73. horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  74. horizontalLayout_2->addItem(horizontalSpacer_5);
  75. imagelabel = new QLabel(widget_3);
  76. imagelabel->setObjectName(QStringLiteral("imagelabel"));
  77. imagelabel->setMinimumSize(QSize(100, 100));
  78. imagelabel->setBaseSize(QSize(100, 100));
  79. QFont font;
  80. font.setPointSize(15);
  81. font.setBold(false);
  82. font.setWeight(50);
  83. imagelabel->setFont(font);
  84. imagelabel->setLayoutDirection(Qt::LeftToRight);
  85. imagelabel->setLineWidth(1);
  86. imagelabel->setAlignment(Qt::AlignCenter);
  87. horizontalLayout_2->addWidget(imagelabel);
  88. horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  89. horizontalLayout_2->addItem(horizontalSpacer_6);
  90. verticalLayout_2->addWidget(widget_3);
  91. widget = new QWidget(centralwidget);
  92. widget->setObjectName(QStringLiteral("widget"));
  93. verticalLayout = new QVBoxLayout(widget);
  94. verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
  95. gridLayout = new QGridLayout();
  96. gridLayout->setObjectName(QStringLiteral("gridLayout"));
  97. label = new QLabel(widget);
  98. label->setObjectName(QStringLiteral("label"));
  99. gridLayout->addWidget(label, 0, 1, 1, 1);
  100. createExample = new QRadioButton(widget);
  101. createExample->setObjectName(QStringLiteral("createExample"));
  102. gridLayout->addWidget(createExample, 0, 0, 1, 1);
  103. browseButton = new QPushButton(widget);
  104. browseButton->setObjectName(QStringLiteral("browseButton"));
  105. gridLayout->addWidget(browseButton, 1, 3, 1, 1);
  106. setPath = new QLineEdit(widget);
  107. setPath->setObjectName(QStringLiteral("setPath"));
  108. setPath->setCursorPosition(0);
  109. setPath->setReadOnly(true);
  110. gridLayout->addWidget(setPath, 1, 2, 1, 1);
  111. label_2 = new QLabel(widget);
  112. label_2->setObjectName(QStringLiteral("label_2"));
  113. gridLayout->addWidget(label_2, 1, 1, 1, 1);
  114. setName = new QLineEdit(widget);
  115. setName->setObjectName(QStringLiteral("setName"));
  116. gridLayout->addWidget(setName, 0, 2, 1, 1);
  117. verticalLayout->addLayout(gridLayout);
  118. horizontalSpacer_7 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  119. verticalLayout->addItem(horizontalSpacer_7);
  120. gridLayout_2 = new QGridLayout();
  121. gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
  122. openLabel2 = new QLabel(widget);
  123. openLabel2->setObjectName(QStringLiteral("openLabel2"));
  124. gridLayout_2->addWidget(openLabel2, 0, 1, 1, 1);
  125. readName = new QLineEdit(widget);
  126. readName->setObjectName(QStringLiteral("readName"));
  127. gridLayout_2->addWidget(readName, 0, 2, 1, 1);
  128. openLabel1 = new QLabel(widget);
  129. openLabel1->setObjectName(QStringLiteral("openLabel1"));
  130. gridLayout_2->addWidget(openLabel1, 1, 1, 1, 1);
  131. openExample = new QRadioButton(widget);
  132. openExample->setObjectName(QStringLiteral("openExample"));
  133. gridLayout_2->addWidget(openExample, 0, 0, 1, 1);
  134. readPath = new QLineEdit(widget);
  135. readPath->setObjectName(QStringLiteral("readPath"));
  136. gridLayout_2->addWidget(readPath, 1, 2, 1, 1);
  137. horizontalSpacer_4 = new QSpacerItem(100, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
  138. gridLayout_2->addItem(horizontalSpacer_4, 1, 3, 1, 1);
  139. verticalLayout->addLayout(gridLayout_2);
  140. verticalLayout_2->addWidget(widget);
  141. widget_2 = new QWidget(centralwidget);
  142. widget_2->setObjectName(QStringLiteral("widget_2"));
  143. horizontalLayout = new QHBoxLayout(widget_2);
  144. horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
  145. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  146. horizontalLayout->addItem(horizontalSpacer);
  147. confirmButton = new QPushButton(widget_2);
  148. confirmButton->setObjectName(QStringLiteral("confirmButton"));
  149. horizontalLayout->addWidget(confirmButton);
  150. horizontalSpacer_3 = new QSpacerItem(50, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
  151. horizontalLayout->addItem(horizontalSpacer_3);
  152. cancelButton = new QPushButton(widget_2);
  153. cancelButton->setObjectName(QStringLiteral("cancelButton"));
  154. horizontalLayout->addWidget(cancelButton);
  155. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  156. horizontalLayout->addItem(horizontalSpacer_2);
  157. verticalLayout_2->addWidget(widget_2);
  158. LaunchPage->setCentralWidget(centralwidget);
  159. retranslateUi(LaunchPage);
  160. QMetaObject::connectSlotsByName(LaunchPage);
  161. } // setupUi
  162. void retranslateUi(QMainWindow *LaunchPage)
  163. {
  164. LaunchPage->setWindowTitle(QApplication::translate("LaunchPage", "MainWindow", Q_NULLPTR));
  165. imagelabel->setText(QApplication::translate("LaunchPage", "IMAGE", Q_NULLPTR));
  166. label->setText(QApplication::translate("LaunchPage", "\345\267\245 \347\250\213 \345\220\215\357\274\232", Q_NULLPTR));
  167. createExample->setText(QApplication::translate("LaunchPage", "\346\226\260\345\273\272\347\256\227\344\276\213", Q_NULLPTR));
  168. browseButton->setText(QApplication::translate("LaunchPage", "\346\265\217 \350\247\210", Q_NULLPTR));
  169. label_2->setText(QApplication::translate("LaunchPage", "\345\210\233\345\273\272\350\267\257\345\276\204\357\274\232", Q_NULLPTR));
  170. openLabel2->setText(QApplication::translate("LaunchPage", "\345\267\245 \347\250\213 \345\220\215\357\274\232", Q_NULLPTR));
  171. openLabel1->setText(QApplication::translate("LaunchPage", "\345\267\245\347\250\213\350\267\257\345\276\204\357\274\232", Q_NULLPTR));
  172. openExample->setText(QApplication::translate("LaunchPage", "\346\211\223\345\274\200\347\256\227\344\276\213", Q_NULLPTR));
  173. confirmButton->setText(QApplication::translate("LaunchPage", "\347\241\256 \345\256\232", Q_NULLPTR));
  174. cancelButton->setText(QApplication::translate("LaunchPage", "\351\200\200 \345\207\272", Q_NULLPTR));
  175. } // retranslateUi
  176. };
  177. namespace Ui {
  178. class LaunchPage: public Ui_LaunchPage {};
  179. } // namespace Ui
  180. QT_END_NAMESPACE
  181. #endif // UI_LAUNCHPAGE_H