ui_oambaseparam.h 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'oambaseparam.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 6.6.1
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_OAMBASEPARAM_H
  9. #define UI_OAMBASEPARAM_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QCheckBox>
  13. #include <QtWidgets/QComboBox>
  14. #include <QtWidgets/QDialog>
  15. #include <QtWidgets/QGridLayout>
  16. #include <QtWidgets/QGroupBox>
  17. #include <QtWidgets/QHBoxLayout>
  18. #include <QtWidgets/QLabel>
  19. #include <QtWidgets/QLineEdit>
  20. #include <QtWidgets/QPushButton>
  21. #include <QtWidgets/QSpacerItem>
  22. #include <QtWidgets/QVBoxLayout>
  23. #include <QtWidgets/QWidget>
  24. QT_BEGIN_NAMESPACE
  25. class Ui_OamBaseParam
  26. {
  27. public:
  28. QGridLayout *gridLayout_2;
  29. QSpacerItem *horizontalSpacer_2;
  30. QSpacerItem *verticalSpacer;
  31. QVBoxLayout *verticalLayout_3;
  32. QGroupBox *groupBox;
  33. QWidget *widget;
  34. QVBoxLayout *verticalLayout;
  35. QGridLayout *gridLayout;
  36. QCheckBox *checkBoxProjectId;
  37. QLabel *label_6;
  38. QLineEdit *lineEditProjectId;
  39. QCheckBox *checkBoxGenNo;
  40. QLabel *label_2;
  41. QLineEdit *lineEditGenNo;
  42. QCheckBox *checkBoxDeviceType;
  43. QLabel *label_5;
  44. QComboBox *comboBoxDeviceType;
  45. QCheckBox *checkBoxDeviceModel;
  46. QLabel *label_4;
  47. QLineEdit *lineEditDeviceModel;
  48. QCheckBox *checkBoxSoftVersion;
  49. QLabel *label_3;
  50. QLineEdit *lineEditSoftVersion;
  51. QCheckBox *checkBoxBleBtsName;
  52. QLabel *label_7;
  53. QLineEdit *lineEditBleBtsName;
  54. QPushButton *pushButtonImportBleBtsName;
  55. QHBoxLayout *horizontalLayout;
  56. QPushButton *pushButtonAllSel;
  57. QPushButton *pushButtonAllNoSel;
  58. QPushButton *pushButtonClear;
  59. QPushButton *pushButtonQuery;
  60. QPushButton *pushButtonConfig;
  61. QPushButton *pushButtonUpload;
  62. QVBoxLayout *verticalLayout_2;
  63. QLabel *label_8;
  64. QLabel *label_13;
  65. QLabel *label_14;
  66. QLabel *label_10;
  67. QSpacerItem *horizontalSpacer;
  68. QSpacerItem *verticalSpacer_2;
  69. void setupUi(QDialog *OamBaseParam)
  70. {
  71. if (OamBaseParam->objectName().isEmpty())
  72. OamBaseParam->setObjectName("OamBaseParam");
  73. OamBaseParam->resize(1024, 700);
  74. OamBaseParam->setMinimumSize(QSize(1024, 700));
  75. OamBaseParam->setMaximumSize(QSize(16777215, 12345678));
  76. OamBaseParam->setStyleSheet(QString::fromUtf8(""));
  77. gridLayout_2 = new QGridLayout(OamBaseParam);
  78. gridLayout_2->setObjectName("gridLayout_2");
  79. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  80. gridLayout_2->addItem(horizontalSpacer_2, 1, 0, 1, 1);
  81. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  82. gridLayout_2->addItem(verticalSpacer, 0, 1, 1, 1);
  83. verticalLayout_3 = new QVBoxLayout();
  84. verticalLayout_3->setObjectName("verticalLayout_3");
  85. groupBox = new QGroupBox(OamBaseParam);
  86. groupBox->setObjectName("groupBox");
  87. groupBox->setMinimumSize(QSize(770, 330));
  88. widget = new QWidget(groupBox);
  89. widget->setObjectName("widget");
  90. widget->setGeometry(QRect(18, 15, 740, 297));
  91. verticalLayout = new QVBoxLayout(widget);
  92. verticalLayout->setSpacing(20);
  93. verticalLayout->setObjectName("verticalLayout");
  94. verticalLayout->setContentsMargins(0, 0, 0, 0);
  95. gridLayout = new QGridLayout();
  96. gridLayout->setObjectName("gridLayout");
  97. gridLayout->setHorizontalSpacing(10);
  98. gridLayout->setVerticalSpacing(15);
  99. checkBoxProjectId = new QCheckBox(widget);
  100. checkBoxProjectId->setObjectName("checkBoxProjectId");
  101. gridLayout->addWidget(checkBoxProjectId, 0, 0, 1, 1);
  102. label_6 = new QLabel(widget);
  103. label_6->setObjectName("label_6");
  104. gridLayout->addWidget(label_6, 0, 1, 1, 1);
  105. lineEditProjectId = new QLineEdit(widget);
  106. lineEditProjectId->setObjectName("lineEditProjectId");
  107. lineEditProjectId->setMinimumSize(QSize(640, 28));
  108. lineEditProjectId->setReadOnly(false);
  109. gridLayout->addWidget(lineEditProjectId, 0, 2, 1, 2);
  110. checkBoxGenNo = new QCheckBox(widget);
  111. checkBoxGenNo->setObjectName("checkBoxGenNo");
  112. gridLayout->addWidget(checkBoxGenNo, 1, 0, 1, 1);
  113. label_2 = new QLabel(widget);
  114. label_2->setObjectName("label_2");
  115. gridLayout->addWidget(label_2, 1, 1, 1, 1);
  116. lineEditGenNo = new QLineEdit(widget);
  117. lineEditGenNo->setObjectName("lineEditGenNo");
  118. lineEditGenNo->setMinimumSize(QSize(640, 28));
  119. lineEditGenNo->setReadOnly(false);
  120. gridLayout->addWidget(lineEditGenNo, 1, 2, 1, 2);
  121. checkBoxDeviceType = new QCheckBox(widget);
  122. checkBoxDeviceType->setObjectName("checkBoxDeviceType");
  123. gridLayout->addWidget(checkBoxDeviceType, 2, 0, 1, 1);
  124. label_5 = new QLabel(widget);
  125. label_5->setObjectName("label_5");
  126. gridLayout->addWidget(label_5, 2, 1, 1, 1);
  127. comboBoxDeviceType = new QComboBox(widget);
  128. comboBoxDeviceType->setObjectName("comboBoxDeviceType");
  129. comboBoxDeviceType->setMinimumSize(QSize(640, 28));
  130. gridLayout->addWidget(comboBoxDeviceType, 2, 2, 1, 2);
  131. checkBoxDeviceModel = new QCheckBox(widget);
  132. checkBoxDeviceModel->setObjectName("checkBoxDeviceModel");
  133. gridLayout->addWidget(checkBoxDeviceModel, 3, 0, 1, 1);
  134. label_4 = new QLabel(widget);
  135. label_4->setObjectName("label_4");
  136. gridLayout->addWidget(label_4, 3, 1, 1, 1);
  137. lineEditDeviceModel = new QLineEdit(widget);
  138. lineEditDeviceModel->setObjectName("lineEditDeviceModel");
  139. lineEditDeviceModel->setMinimumSize(QSize(640, 28));
  140. lineEditDeviceModel->setReadOnly(true);
  141. gridLayout->addWidget(lineEditDeviceModel, 3, 2, 1, 2);
  142. checkBoxSoftVersion = new QCheckBox(widget);
  143. checkBoxSoftVersion->setObjectName("checkBoxSoftVersion");
  144. gridLayout->addWidget(checkBoxSoftVersion, 4, 0, 1, 1);
  145. label_3 = new QLabel(widget);
  146. label_3->setObjectName("label_3");
  147. gridLayout->addWidget(label_3, 4, 1, 1, 1);
  148. lineEditSoftVersion = new QLineEdit(widget);
  149. lineEditSoftVersion->setObjectName("lineEditSoftVersion");
  150. lineEditSoftVersion->setMinimumSize(QSize(640, 28));
  151. lineEditSoftVersion->setAutoFillBackground(true);
  152. lineEditSoftVersion->setReadOnly(true);
  153. gridLayout->addWidget(lineEditSoftVersion, 4, 2, 1, 2);
  154. checkBoxBleBtsName = new QCheckBox(widget);
  155. checkBoxBleBtsName->setObjectName("checkBoxBleBtsName");
  156. gridLayout->addWidget(checkBoxBleBtsName, 5, 0, 1, 1);
  157. label_7 = new QLabel(widget);
  158. label_7->setObjectName("label_7");
  159. gridLayout->addWidget(label_7, 5, 1, 1, 1);
  160. lineEditBleBtsName = new QLineEdit(widget);
  161. lineEditBleBtsName->setObjectName("lineEditBleBtsName");
  162. lineEditBleBtsName->setMinimumSize(QSize(520, 28));
  163. lineEditBleBtsName->setMaximumSize(QSize(290, 16777215));
  164. lineEditBleBtsName->setAutoFillBackground(true);
  165. lineEditBleBtsName->setReadOnly(true);
  166. gridLayout->addWidget(lineEditBleBtsName, 5, 2, 1, 1);
  167. pushButtonImportBleBtsName = new QPushButton(widget);
  168. pushButtonImportBleBtsName->setObjectName("pushButtonImportBleBtsName");
  169. pushButtonImportBleBtsName->setMinimumSize(QSize(60, 0));
  170. gridLayout->addWidget(pushButtonImportBleBtsName, 5, 3, 1, 1);
  171. verticalLayout->addLayout(gridLayout);
  172. horizontalLayout = new QHBoxLayout();
  173. horizontalLayout->setObjectName("horizontalLayout");
  174. pushButtonAllSel = new QPushButton(widget);
  175. pushButtonAllSel->setObjectName("pushButtonAllSel");
  176. horizontalLayout->addWidget(pushButtonAllSel);
  177. pushButtonAllNoSel = new QPushButton(widget);
  178. pushButtonAllNoSel->setObjectName("pushButtonAllNoSel");
  179. horizontalLayout->addWidget(pushButtonAllNoSel);
  180. pushButtonClear = new QPushButton(widget);
  181. pushButtonClear->setObjectName("pushButtonClear");
  182. horizontalLayout->addWidget(pushButtonClear);
  183. pushButtonQuery = new QPushButton(widget);
  184. pushButtonQuery->setObjectName("pushButtonQuery");
  185. horizontalLayout->addWidget(pushButtonQuery);
  186. pushButtonConfig = new QPushButton(widget);
  187. pushButtonConfig->setObjectName("pushButtonConfig");
  188. horizontalLayout->addWidget(pushButtonConfig);
  189. pushButtonUpload = new QPushButton(widget);
  190. pushButtonUpload->setObjectName("pushButtonUpload");
  191. horizontalLayout->addWidget(pushButtonUpload);
  192. verticalLayout->addLayout(horizontalLayout);
  193. verticalLayout_3->addWidget(groupBox);
  194. verticalLayout_2 = new QVBoxLayout();
  195. verticalLayout_2->setObjectName("verticalLayout_2");
  196. label_8 = new QLabel(OamBaseParam);
  197. label_8->setObjectName("label_8");
  198. verticalLayout_2->addWidget(label_8);
  199. label_13 = new QLabel(OamBaseParam);
  200. label_13->setObjectName("label_13");
  201. verticalLayout_2->addWidget(label_13);
  202. label_14 = new QLabel(OamBaseParam);
  203. label_14->setObjectName("label_14");
  204. verticalLayout_2->addWidget(label_14);
  205. verticalLayout_3->addLayout(verticalLayout_2);
  206. gridLayout_2->addLayout(verticalLayout_3, 1, 1, 1, 1);
  207. label_10 = new QLabel(OamBaseParam);
  208. label_10->setObjectName("label_10");
  209. gridLayout_2->addWidget(label_10, 2, 1, 1, 1);
  210. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  211. gridLayout_2->addItem(horizontalSpacer, 1, 2, 1, 1);
  212. verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  213. gridLayout_2->addItem(verticalSpacer_2, 3, 1, 1, 1);
  214. retranslateUi(OamBaseParam);
  215. comboBoxDeviceType->setCurrentIndex(-1);
  216. QMetaObject::connectSlotsByName(OamBaseParam);
  217. } // setupUi
  218. void retranslateUi(QDialog *OamBaseParam)
  219. {
  220. OamBaseParam->setWindowTitle(QCoreApplication::translate("OamBaseParam", "\350\256\276\345\244\207\345\237\272\346\234\254\345\217\202\346\225\260", nullptr));
  221. groupBox->setTitle(QString());
  222. checkBoxProjectId->setText(QString());
  223. label_6->setText(QCoreApplication::translate("OamBaseParam", "\351\241\271\347\233\256\347\274\226\345\217\267", nullptr));
  224. checkBoxGenNo->setText(QString());
  225. label_2->setText(QCoreApplication::translate("OamBaseParam", "\347\224\237\344\272\247\345\272\217\345\217\267", nullptr));
  226. checkBoxDeviceType->setText(QString());
  227. label_5->setText(QCoreApplication::translate("OamBaseParam", "\350\256\276\345\244\207\347\261\273\345\236\213", nullptr));
  228. checkBoxDeviceModel->setText(QString());
  229. label_4->setText(QCoreApplication::translate("OamBaseParam", "\350\256\276\345\244\207\345\236\213\345\217\267", nullptr));
  230. checkBoxSoftVersion->setText(QString());
  231. label_3->setText(QCoreApplication::translate("OamBaseParam", "\350\275\257\344\273\266\347\211\210\346\234\254", nullptr));
  232. checkBoxBleBtsName->setText(QString());
  233. label_7->setText(QCoreApplication::translate("OamBaseParam", "\350\223\235\347\211\231\345\220\215\347\247\260", nullptr));
  234. lineEditBleBtsName->setPlaceholderText(QCoreApplication::translate("OamBaseParam", "\345\237\272\347\253\231\350\207\252\345\270\246\350\223\235\347\211\231\346\250\241\345\235\227\347\232\204\345\220\215\347\247\260", nullptr));
  235. pushButtonImportBleBtsName->setText(QCoreApplication::translate("OamBaseParam", "\345\257\274\345\205\245", nullptr));
  236. pushButtonAllSel->setText(QCoreApplication::translate("OamBaseParam", "\345\205\250\351\200\211", nullptr));
  237. pushButtonAllNoSel->setText(QCoreApplication::translate("OamBaseParam", "\345\205\250\344\270\215\351\200\211", nullptr));
  238. pushButtonClear->setText(QCoreApplication::translate("OamBaseParam", "\346\270\205\347\251\272", nullptr));
  239. pushButtonQuery->setText(QCoreApplication::translate("OamBaseParam", "\346\237\245\350\257\242", nullptr));
  240. pushButtonConfig->setText(QCoreApplication::translate("OamBaseParam", "\350\256\276\347\275\256", nullptr));
  241. pushButtonUpload->setText(QCoreApplication::translate("OamBaseParam", "\344\270\212\344\274\240\346\225\260\346\215\256", nullptr));
  242. label_8->setText(QCoreApplication::translate("OamBaseParam", "\346\263\250\346\204\217\357\274\232", nullptr));
  243. label_13->setText(QCoreApplication::translate("OamBaseParam", "1\343\200\201\345\234\250\351\205\215\347\275\256\350\223\235\347\211\231\345\220\215\347\247\260\345\211\215\357\274\214\350\257\267\345\205\210\346\211\247\350\241\214\345\257\274\345\205\245\346\223\215\344\275\234", nullptr));
  244. label_14->setText(QCoreApplication::translate("OamBaseParam", "2\343\200\201\"\344\270\212\344\274\240\346\225\260\346\215\256\"\357\274\214\345\215\263\345\260\206\346\225\260\346\215\256\344\270\212\344\274\240\350\207\263\347\256\241\347\220\206\344\270\255\345\277\203", nullptr));
  245. label_10->setText(QString());
  246. } // retranslateUi
  247. };
  248. namespace Ui {
  249. class OamBaseParam: public Ui_OamBaseParam {};
  250. } // namespace Ui
  251. QT_END_NAMESPACE
  252. #endif // UI_OAMBASEPARAM_H