ui_oamconfigparam.h 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'oamconfigparam.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_OAMCONFIGPARAM_H
  9. #define UI_OAMCONFIGPARAM_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/QPushButton>
  20. #include <QtWidgets/QSpacerItem>
  21. #include <QtWidgets/QVBoxLayout>
  22. #include <QtWidgets/QWidget>
  23. QT_BEGIN_NAMESPACE
  24. class Ui_OamConfigParam
  25. {
  26. public:
  27. QGridLayout *gridLayout_2;
  28. QVBoxLayout *verticalLayout_2;
  29. QGroupBox *groupBox;
  30. QWidget *widget;
  31. QVBoxLayout *verticalLayout;
  32. QGridLayout *gridLayout;
  33. QCheckBox *checkBoxDaSwitch;
  34. QLabel *label_3;
  35. QComboBox *comboBoxDaSwitch;
  36. QCheckBox *checkBoxDaGain;
  37. QLabel *label_4;
  38. QComboBox *comboBoxDaGain;
  39. QCheckBox *checkBoxPaSwitch;
  40. QLabel *label_5;
  41. QComboBox *comboBoxPaSwitch;
  42. QCheckBox *checkBoxPaGain;
  43. QLabel *label_6;
  44. QComboBox *comboBoxPaGain;
  45. QHBoxLayout *horizontalLayout;
  46. QPushButton *pushButtonAllSel;
  47. QPushButton *pushButtonAllNoSel;
  48. QPushButton *pushButtonClear;
  49. QPushButton *pushButtonQuery;
  50. QPushButton *pushButtonConfig;
  51. QPushButton *pushButtonUpload;
  52. QLabel *label_7;
  53. QSpacerItem *verticalSpacer;
  54. QSpacerItem *verticalSpacer_2;
  55. QSpacerItem *horizontalSpacer;
  56. QSpacerItem *horizontalSpacer_2;
  57. void setupUi(QDialog *OamConfigParam)
  58. {
  59. if (OamConfigParam->objectName().isEmpty())
  60. OamConfigParam->setObjectName("OamConfigParam");
  61. OamConfigParam->resize(1024, 700);
  62. OamConfigParam->setMinimumSize(QSize(1024, 700));
  63. OamConfigParam->setMaximumSize(QSize(16777215, 16777215));
  64. gridLayout_2 = new QGridLayout(OamConfigParam);
  65. gridLayout_2->setObjectName("gridLayout_2");
  66. verticalLayout_2 = new QVBoxLayout();
  67. verticalLayout_2->setObjectName("verticalLayout_2");
  68. groupBox = new QGroupBox(OamConfigParam);
  69. groupBox->setObjectName("groupBox");
  70. groupBox->setMinimumSize(QSize(770, 245));
  71. widget = new QWidget(groupBox);
  72. widget->setObjectName("widget");
  73. widget->setGeometry(QRect(14, 15, 742, 211));
  74. verticalLayout = new QVBoxLayout(widget);
  75. verticalLayout->setSpacing(20);
  76. verticalLayout->setObjectName("verticalLayout");
  77. verticalLayout->setContentsMargins(0, 0, 0, 0);
  78. gridLayout = new QGridLayout();
  79. gridLayout->setObjectName("gridLayout");
  80. gridLayout->setHorizontalSpacing(10);
  81. gridLayout->setVerticalSpacing(15);
  82. checkBoxDaSwitch = new QCheckBox(widget);
  83. checkBoxDaSwitch->setObjectName("checkBoxDaSwitch");
  84. gridLayout->addWidget(checkBoxDaSwitch, 0, 0, 1, 1);
  85. label_3 = new QLabel(widget);
  86. label_3->setObjectName("label_3");
  87. gridLayout->addWidget(label_3, 0, 1, 1, 1);
  88. comboBoxDaSwitch = new QComboBox(widget);
  89. comboBoxDaSwitch->setObjectName("comboBoxDaSwitch");
  90. comboBoxDaSwitch->setMinimumSize(QSize(550, 28));
  91. gridLayout->addWidget(comboBoxDaSwitch, 0, 2, 1, 1);
  92. checkBoxDaGain = new QCheckBox(widget);
  93. checkBoxDaGain->setObjectName("checkBoxDaGain");
  94. gridLayout->addWidget(checkBoxDaGain, 1, 0, 1, 1);
  95. label_4 = new QLabel(widget);
  96. label_4->setObjectName("label_4");
  97. gridLayout->addWidget(label_4, 1, 1, 1, 1);
  98. comboBoxDaGain = new QComboBox(widget);
  99. comboBoxDaGain->setObjectName("comboBoxDaGain");
  100. comboBoxDaGain->setMinimumSize(QSize(640, 28));
  101. gridLayout->addWidget(comboBoxDaGain, 1, 2, 1, 1);
  102. checkBoxPaSwitch = new QCheckBox(widget);
  103. checkBoxPaSwitch->setObjectName("checkBoxPaSwitch");
  104. gridLayout->addWidget(checkBoxPaSwitch, 2, 0, 1, 1);
  105. label_5 = new QLabel(widget);
  106. label_5->setObjectName("label_5");
  107. gridLayout->addWidget(label_5, 2, 1, 1, 1);
  108. comboBoxPaSwitch = new QComboBox(widget);
  109. comboBoxPaSwitch->setObjectName("comboBoxPaSwitch");
  110. comboBoxPaSwitch->setMinimumSize(QSize(640, 28));
  111. gridLayout->addWidget(comboBoxPaSwitch, 2, 2, 1, 1);
  112. checkBoxPaGain = new QCheckBox(widget);
  113. checkBoxPaGain->setObjectName("checkBoxPaGain");
  114. gridLayout->addWidget(checkBoxPaGain, 3, 0, 1, 1);
  115. label_6 = new QLabel(widget);
  116. label_6->setObjectName("label_6");
  117. gridLayout->addWidget(label_6, 3, 1, 1, 1);
  118. comboBoxPaGain = new QComboBox(widget);
  119. comboBoxPaGain->setObjectName("comboBoxPaGain");
  120. comboBoxPaGain->setMinimumSize(QSize(640, 28));
  121. gridLayout->addWidget(comboBoxPaGain, 3, 2, 1, 1);
  122. verticalLayout->addLayout(gridLayout);
  123. horizontalLayout = new QHBoxLayout();
  124. horizontalLayout->setObjectName("horizontalLayout");
  125. pushButtonAllSel = new QPushButton(widget);
  126. pushButtonAllSel->setObjectName("pushButtonAllSel");
  127. horizontalLayout->addWidget(pushButtonAllSel);
  128. pushButtonAllNoSel = new QPushButton(widget);
  129. pushButtonAllNoSel->setObjectName("pushButtonAllNoSel");
  130. horizontalLayout->addWidget(pushButtonAllNoSel);
  131. pushButtonClear = new QPushButton(widget);
  132. pushButtonClear->setObjectName("pushButtonClear");
  133. horizontalLayout->addWidget(pushButtonClear);
  134. pushButtonQuery = new QPushButton(widget);
  135. pushButtonQuery->setObjectName("pushButtonQuery");
  136. horizontalLayout->addWidget(pushButtonQuery);
  137. pushButtonConfig = new QPushButton(widget);
  138. pushButtonConfig->setObjectName("pushButtonConfig");
  139. horizontalLayout->addWidget(pushButtonConfig);
  140. pushButtonUpload = new QPushButton(widget);
  141. pushButtonUpload->setObjectName("pushButtonUpload");
  142. horizontalLayout->addWidget(pushButtonUpload);
  143. verticalLayout->addLayout(horizontalLayout);
  144. verticalLayout_2->addWidget(groupBox);
  145. label_7 = new QLabel(OamConfigParam);
  146. label_7->setObjectName("label_7");
  147. verticalLayout_2->addWidget(label_7);
  148. gridLayout_2->addLayout(verticalLayout_2, 1, 1, 1, 1);
  149. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  150. gridLayout_2->addItem(verticalSpacer, 0, 1, 1, 1);
  151. verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  152. gridLayout_2->addItem(verticalSpacer_2, 2, 1, 1, 1);
  153. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  154. gridLayout_2->addItem(horizontalSpacer, 1, 2, 1, 1);
  155. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  156. gridLayout_2->addItem(horizontalSpacer_2, 1, 0, 1, 1);
  157. retranslateUi(OamConfigParam);
  158. QMetaObject::connectSlotsByName(OamConfigParam);
  159. } // setupUi
  160. void retranslateUi(QDialog *OamConfigParam)
  161. {
  162. OamConfigParam->setWindowTitle(QCoreApplication::translate("OamConfigParam", "\351\205\215\347\275\256\345\217\202\346\225\260", nullptr));
  163. groupBox->setTitle(QString());
  164. checkBoxDaSwitch->setText(QString());
  165. label_3->setText(QCoreApplication::translate("OamConfigParam", "DAC\345\274\200\345\205\263", nullptr));
  166. checkBoxDaGain->setText(QString());
  167. label_4->setText(QCoreApplication::translate("OamConfigParam", "DAC\345\242\236\347\233\212", nullptr));
  168. checkBoxPaSwitch->setText(QString());
  169. label_5->setText(QCoreApplication::translate("OamConfigParam", "\345\212\237\346\224\276\345\274\200\345\205\263", nullptr));
  170. checkBoxPaGain->setText(QString());
  171. label_6->setText(QCoreApplication::translate("OamConfigParam", "\345\212\237\346\224\276\345\242\236\347\233\212", nullptr));
  172. pushButtonAllSel->setText(QCoreApplication::translate("OamConfigParam", "\345\205\250\351\200\211", nullptr));
  173. pushButtonAllNoSel->setText(QCoreApplication::translate("OamConfigParam", "\345\205\250\344\270\215\351\200\211", nullptr));
  174. pushButtonClear->setText(QCoreApplication::translate("OamConfigParam", "\346\270\205\347\251\272", nullptr));
  175. pushButtonQuery->setText(QCoreApplication::translate("OamConfigParam", "\346\237\245\350\257\242", nullptr));
  176. pushButtonConfig->setText(QCoreApplication::translate("OamConfigParam", "\350\256\276\347\275\256", nullptr));
  177. pushButtonUpload->setText(QCoreApplication::translate("OamConfigParam", "\344\270\212\344\274\240\346\225\260\346\215\256", nullptr));
  178. label_7->setText(QCoreApplication::translate("OamConfigParam", "\346\263\250\346\204\217\357\274\232\342\200\234\344\270\212\344\274\240\346\225\260\346\215\256\342\200\235\346\230\257\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));
  179. } // retranslateUi
  180. };
  181. namespace Ui {
  182. class OamConfigParam: public Ui_OamConfigParam {};
  183. } // namespace Ui
  184. QT_END_NAMESPACE
  185. #endif // UI_OAMCONFIGPARAM_H