ui_oamnetworkparam.h 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'oamnetworkparam.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_OAMNETWORKPARAM_H
  9. #define UI_OAMNETWORKPARAM_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/QSpinBox>
  23. #include <QtWidgets/QVBoxLayout>
  24. QT_BEGIN_NAMESPACE
  25. class Ui_OamNetworkParam
  26. {
  27. public:
  28. QGridLayout *gridLayout_3;
  29. QSpacerItem *horizontalSpacer;
  30. QSpacerItem *horizontalSpacer_2;
  31. QVBoxLayout *verticalLayout_3;
  32. QGroupBox *groupBox;
  33. QGridLayout *gridLayout_2;
  34. QVBoxLayout *verticalLayout;
  35. QGridLayout *gridLayout;
  36. QCheckBox *checkBoxSwitch;
  37. QLabel *label_7;
  38. QComboBox *comboBoxSwitch;
  39. QCheckBox *checkBoxWifiName;
  40. QLabel *label_3;
  41. QLineEdit *lineEditWifiName;
  42. QCheckBox *checkBoxWifiPwd;
  43. QLabel *label_4;
  44. QLineEdit *lineEditWifiPwd;
  45. QCheckBox *checkBoxServiceIp;
  46. QLabel *label_6;
  47. QLineEdit *lineEditServiceIp;
  48. QCheckBox *checkBoxServicePort;
  49. QLabel *label_5;
  50. QSpinBox *spinBoxServicePort;
  51. QHBoxLayout *horizontalLayout;
  52. QPushButton *pushButtonAllSel;
  53. QPushButton *pushButtonAllNoSel;
  54. QPushButton *pushButtonClear;
  55. QPushButton *pushButtonQuery;
  56. QPushButton *pushButtonConfig;
  57. QPushButton *pushButtonUpload;
  58. QVBoxLayout *verticalLayout_2;
  59. QLabel *label_22;
  60. QLabel *label;
  61. QLabel *label_2;
  62. QLabel *label_8;
  63. QLabel *label_9;
  64. QSpacerItem *verticalSpacer;
  65. QSpacerItem *verticalSpacer_2;
  66. void setupUi(QDialog *OamNetworkParam)
  67. {
  68. if (OamNetworkParam->objectName().isEmpty())
  69. OamNetworkParam->setObjectName("OamNetworkParam");
  70. OamNetworkParam->resize(1024, 700);
  71. OamNetworkParam->setMinimumSize(QSize(800, 0));
  72. gridLayout_3 = new QGridLayout(OamNetworkParam);
  73. gridLayout_3->setObjectName("gridLayout_3");
  74. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  75. gridLayout_3->addItem(horizontalSpacer, 1, 0, 1, 1);
  76. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  77. gridLayout_3->addItem(horizontalSpacer_2, 1, 2, 1, 1);
  78. verticalLayout_3 = new QVBoxLayout();
  79. verticalLayout_3->setSpacing(20);
  80. verticalLayout_3->setObjectName("verticalLayout_3");
  81. groupBox = new QGroupBox(OamNetworkParam);
  82. groupBox->setObjectName("groupBox");
  83. groupBox->setMinimumSize(QSize(590, 285));
  84. groupBox->setMaximumSize(QSize(16777215, 300));
  85. gridLayout_2 = new QGridLayout(groupBox);
  86. gridLayout_2->setObjectName("gridLayout_2");
  87. verticalLayout = new QVBoxLayout();
  88. verticalLayout->setSpacing(20);
  89. verticalLayout->setObjectName("verticalLayout");
  90. gridLayout = new QGridLayout();
  91. gridLayout->setObjectName("gridLayout");
  92. gridLayout->setHorizontalSpacing(10);
  93. gridLayout->setVerticalSpacing(15);
  94. checkBoxSwitch = new QCheckBox(groupBox);
  95. checkBoxSwitch->setObjectName("checkBoxSwitch");
  96. gridLayout->addWidget(checkBoxSwitch, 0, 0, 1, 1);
  97. label_7 = new QLabel(groupBox);
  98. label_7->setObjectName("label_7");
  99. gridLayout->addWidget(label_7, 0, 1, 1, 1);
  100. comboBoxSwitch = new QComboBox(groupBox);
  101. comboBoxSwitch->setObjectName("comboBoxSwitch");
  102. comboBoxSwitch->setMinimumSize(QSize(500, 26));
  103. gridLayout->addWidget(comboBoxSwitch, 0, 2, 1, 1);
  104. checkBoxWifiName = new QCheckBox(groupBox);
  105. checkBoxWifiName->setObjectName("checkBoxWifiName");
  106. gridLayout->addWidget(checkBoxWifiName, 1, 0, 1, 1);
  107. label_3 = new QLabel(groupBox);
  108. label_3->setObjectName("label_3");
  109. gridLayout->addWidget(label_3, 1, 1, 1, 1);
  110. lineEditWifiName = new QLineEdit(groupBox);
  111. lineEditWifiName->setObjectName("lineEditWifiName");
  112. lineEditWifiName->setMinimumSize(QSize(500, 26));
  113. lineEditWifiName->setMaximumSize(QSize(16777215, 16777215));
  114. lineEditWifiName->setMaxLength(32);
  115. gridLayout->addWidget(lineEditWifiName, 1, 2, 1, 1);
  116. checkBoxWifiPwd = new QCheckBox(groupBox);
  117. checkBoxWifiPwd->setObjectName("checkBoxWifiPwd");
  118. gridLayout->addWidget(checkBoxWifiPwd, 2, 0, 1, 1);
  119. label_4 = new QLabel(groupBox);
  120. label_4->setObjectName("label_4");
  121. gridLayout->addWidget(label_4, 2, 1, 1, 1);
  122. lineEditWifiPwd = new QLineEdit(groupBox);
  123. lineEditWifiPwd->setObjectName("lineEditWifiPwd");
  124. lineEditWifiPwd->setMinimumSize(QSize(500, 26));
  125. lineEditWifiPwd->setMaximumSize(QSize(16777215, 16777215));
  126. lineEditWifiPwd->setMaxLength(32);
  127. gridLayout->addWidget(lineEditWifiPwd, 2, 2, 1, 1);
  128. checkBoxServiceIp = new QCheckBox(groupBox);
  129. checkBoxServiceIp->setObjectName("checkBoxServiceIp");
  130. gridLayout->addWidget(checkBoxServiceIp, 3, 0, 1, 1);
  131. label_6 = new QLabel(groupBox);
  132. label_6->setObjectName("label_6");
  133. gridLayout->addWidget(label_6, 3, 1, 1, 1);
  134. lineEditServiceIp = new QLineEdit(groupBox);
  135. lineEditServiceIp->setObjectName("lineEditServiceIp");
  136. lineEditServiceIp->setMinimumSize(QSize(500, 26));
  137. lineEditServiceIp->setMaximumSize(QSize(16777215, 16777215));
  138. lineEditServiceIp->setMaxLength(32);
  139. gridLayout->addWidget(lineEditServiceIp, 3, 2, 1, 1);
  140. checkBoxServicePort = new QCheckBox(groupBox);
  141. checkBoxServicePort->setObjectName("checkBoxServicePort");
  142. gridLayout->addWidget(checkBoxServicePort, 4, 0, 1, 1);
  143. label_5 = new QLabel(groupBox);
  144. label_5->setObjectName("label_5");
  145. gridLayout->addWidget(label_5, 4, 1, 1, 1);
  146. spinBoxServicePort = new QSpinBox(groupBox);
  147. spinBoxServicePort->setObjectName("spinBoxServicePort");
  148. spinBoxServicePort->setMinimumSize(QSize(500, 26));
  149. spinBoxServicePort->setMaximumSize(QSize(500, 16777215));
  150. spinBoxServicePort->setMaximum(65535);
  151. spinBoxServicePort->setValue(8972);
  152. gridLayout->addWidget(spinBoxServicePort, 4, 2, 1, 1);
  153. verticalLayout->addLayout(gridLayout);
  154. horizontalLayout = new QHBoxLayout();
  155. horizontalLayout->setObjectName("horizontalLayout");
  156. pushButtonAllSel = new QPushButton(groupBox);
  157. pushButtonAllSel->setObjectName("pushButtonAllSel");
  158. horizontalLayout->addWidget(pushButtonAllSel);
  159. pushButtonAllNoSel = new QPushButton(groupBox);
  160. pushButtonAllNoSel->setObjectName("pushButtonAllNoSel");
  161. horizontalLayout->addWidget(pushButtonAllNoSel);
  162. pushButtonClear = new QPushButton(groupBox);
  163. pushButtonClear->setObjectName("pushButtonClear");
  164. horizontalLayout->addWidget(pushButtonClear);
  165. pushButtonQuery = new QPushButton(groupBox);
  166. pushButtonQuery->setObjectName("pushButtonQuery");
  167. horizontalLayout->addWidget(pushButtonQuery);
  168. pushButtonConfig = new QPushButton(groupBox);
  169. pushButtonConfig->setObjectName("pushButtonConfig");
  170. horizontalLayout->addWidget(pushButtonConfig);
  171. pushButtonUpload = new QPushButton(groupBox);
  172. pushButtonUpload->setObjectName("pushButtonUpload");
  173. horizontalLayout->addWidget(pushButtonUpload);
  174. verticalLayout->addLayout(horizontalLayout);
  175. gridLayout_2->addLayout(verticalLayout, 0, 0, 1, 1);
  176. verticalLayout_3->addWidget(groupBox);
  177. verticalLayout_2 = new QVBoxLayout();
  178. verticalLayout_2->setSpacing(15);
  179. verticalLayout_2->setObjectName("verticalLayout_2");
  180. label_22 = new QLabel(OamNetworkParam);
  181. label_22->setObjectName("label_22");
  182. verticalLayout_2->addWidget(label_22);
  183. label = new QLabel(OamNetworkParam);
  184. label->setObjectName("label");
  185. verticalLayout_2->addWidget(label);
  186. label_2 = new QLabel(OamNetworkParam);
  187. label_2->setObjectName("label_2");
  188. verticalLayout_2->addWidget(label_2);
  189. label_8 = new QLabel(OamNetworkParam);
  190. label_8->setObjectName("label_8");
  191. verticalLayout_2->addWidget(label_8);
  192. label_9 = new QLabel(OamNetworkParam);
  193. label_9->setObjectName("label_9");
  194. verticalLayout_2->addWidget(label_9);
  195. verticalLayout_3->addLayout(verticalLayout_2);
  196. gridLayout_3->addLayout(verticalLayout_3, 1, 1, 1, 1);
  197. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  198. gridLayout_3->addItem(verticalSpacer, 2, 1, 1, 1);
  199. verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  200. gridLayout_3->addItem(verticalSpacer_2, 0, 1, 1, 1);
  201. retranslateUi(OamNetworkParam);
  202. QMetaObject::connectSlotsByName(OamNetworkParam);
  203. } // setupUi
  204. void retranslateUi(QDialog *OamNetworkParam)
  205. {
  206. OamNetworkParam->setWindowTitle(QCoreApplication::translate("OamNetworkParam", "Dialog", nullptr));
  207. groupBox->setTitle(QString());
  208. checkBoxSwitch->setText(QString());
  209. label_7->setText(QCoreApplication::translate("OamNetworkParam", "\347\275\221\347\256\241\344\275\277\350\203\275", nullptr));
  210. checkBoxWifiName->setText(QString());
  211. label_3->setText(QCoreApplication::translate("OamNetworkParam", "WiFi \345\220\215\347\247\260", nullptr));
  212. checkBoxWifiPwd->setText(QString());
  213. label_4->setText(QCoreApplication::translate("OamNetworkParam", "WiFi \345\257\206\347\240\201", nullptr));
  214. checkBoxServiceIp->setText(QString());
  215. label_6->setText(QCoreApplication::translate("OamNetworkParam", "socket\345\234\260\345\235\200", nullptr));
  216. lineEditServiceIp->setPlaceholderText(QCoreApplication::translate("OamNetworkParam", "www.xxx.cn\346\210\226\350\200\205xxx.xxx.xxx.xxx", nullptr));
  217. checkBoxServicePort->setText(QString());
  218. label_5->setText(QCoreApplication::translate("OamNetworkParam", "socket\347\253\257\345\217\243", nullptr));
  219. pushButtonAllSel->setText(QCoreApplication::translate("OamNetworkParam", "\345\205\250\351\200\211", nullptr));
  220. pushButtonAllNoSel->setText(QCoreApplication::translate("OamNetworkParam", "\345\205\250\344\270\215\351\200\211", nullptr));
  221. pushButtonClear->setText(QCoreApplication::translate("OamNetworkParam", "\346\270\205\347\251\272", nullptr));
  222. pushButtonQuery->setText(QCoreApplication::translate("OamNetworkParam", "\346\237\245\350\257\242", nullptr));
  223. pushButtonConfig->setText(QCoreApplication::translate("OamNetworkParam", "\350\256\276\347\275\256", nullptr));
  224. pushButtonUpload->setText(QCoreApplication::translate("OamNetworkParam", "\344\270\212\344\274\240\346\225\260\346\215\256", nullptr));
  225. label_22->setText(QCoreApplication::translate("OamNetworkParam", "\346\263\250\346\204\217\357\274\232", nullptr));
  226. label->setText(QCoreApplication::translate("OamNetworkParam", "1\343\200\201\347\275\221\347\256\241\344\275\277\350\203\275\350\213\245\351\200\211\346\213\251\346\211\223\345\274\200\357\274\214\345\210\231\345\217\257\350\277\234\347\250\213\347\256\241\347\220\206\350\256\276\345\244\207\345\217\202\346\225\260\357\274\214\345\214\205\346\213\254\350\275\257\344\273\266\345\215\207\347\272\247", nullptr));
  227. label_2->setText(QCoreApplication::translate("OamNetworkParam", "2\343\200\201socket\345\234\260\345\235\200\357\274\214\345\215\263socket\346\234\215\345\212\241\345\231\250\350\256\277\351\227\256\345\234\260\345\235\200\357\274\214\345\217\257\344\273\245\346\230\257\345\237\237\345\220\215\344\271\237\345\217\257\344\273\245\346\230\257ip\345\234\260\345\235\200", nullptr));
  228. label_8->setText(QCoreApplication::translate("OamNetworkParam", "3\343\200\201socket\347\253\257\345\217\243\357\274\214\345\215\263socket\346\234\215\345\212\241\345\231\250\347\233\221\345\220\254\347\253\257\345\217\243", nullptr));
  229. label_9->setText(QCoreApplication::translate("OamNetworkParam", "4\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));
  230. } // retranslateUi
  231. };
  232. namespace Ui {
  233. class OamNetworkParam: public Ui_OamNetworkParam {};
  234. } // namespace Ui
  235. QT_END_NAMESPACE
  236. #endif // UI_OAMNETWORKPARAM_H