ui_oamupgrade.h 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'oamupgrade.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_OAMUPGRADE_H
  9. #define UI_OAMUPGRADE_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QDialog>
  13. #include <QtWidgets/QGridLayout>
  14. #include <QtWidgets/QGroupBox>
  15. #include <QtWidgets/QHBoxLayout>
  16. #include <QtWidgets/QLabel>
  17. #include <QtWidgets/QLineEdit>
  18. #include <QtWidgets/QProgressBar>
  19. #include <QtWidgets/QPushButton>
  20. #include <QtWidgets/QSpacerItem>
  21. #include <QtWidgets/QVBoxLayout>
  22. QT_BEGIN_NAMESPACE
  23. class Ui_OamUpgrade
  24. {
  25. public:
  26. QHBoxLayout *horizontalLayout;
  27. QSpacerItem *horizontalSpacer;
  28. QVBoxLayout *verticalLayout;
  29. QSpacerItem *verticalSpacer;
  30. QLabel *label_3;
  31. QLabel *label_6;
  32. QGroupBox *groupBox;
  33. QGridLayout *gridLayout;
  34. QLineEdit *lineEditFilePath;
  35. QProgressBar *progressBarUpgrade;
  36. QPushButton *pushButtonOpenFIle;
  37. QLabel *label;
  38. QLabel *label_2;
  39. QPushButton *pushButtonUpgrade;
  40. QLabel *label_7;
  41. QSpacerItem *verticalSpacer_2;
  42. QLabel *label_4;
  43. QLabel *label_5;
  44. QSpacerItem *horizontalSpacer_2;
  45. void setupUi(QDialog *OamUpgrade)
  46. {
  47. if (OamUpgrade->objectName().isEmpty())
  48. OamUpgrade->setObjectName("OamUpgrade");
  49. OamUpgrade->resize(1024, 700);
  50. horizontalLayout = new QHBoxLayout(OamUpgrade);
  51. horizontalLayout->setObjectName("horizontalLayout");
  52. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  53. horizontalLayout->addItem(horizontalSpacer);
  54. verticalLayout = new QVBoxLayout();
  55. verticalLayout->setObjectName("verticalLayout");
  56. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  57. verticalLayout->addItem(verticalSpacer);
  58. label_3 = new QLabel(OamUpgrade);
  59. label_3->setObjectName("label_3");
  60. verticalLayout->addWidget(label_3);
  61. label_6 = new QLabel(OamUpgrade);
  62. label_6->setObjectName("label_6");
  63. verticalLayout->addWidget(label_6);
  64. groupBox = new QGroupBox(OamUpgrade);
  65. groupBox->setObjectName("groupBox");
  66. groupBox->setMinimumSize(QSize(800, 120));
  67. groupBox->setFlat(false);
  68. groupBox->setCheckable(false);
  69. gridLayout = new QGridLayout(groupBox);
  70. gridLayout->setObjectName("gridLayout");
  71. lineEditFilePath = new QLineEdit(groupBox);
  72. lineEditFilePath->setObjectName("lineEditFilePath");
  73. lineEditFilePath->setMinimumSize(QSize(600, 28));
  74. lineEditFilePath->setReadOnly(true);
  75. gridLayout->addWidget(lineEditFilePath, 0, 1, 1, 1);
  76. progressBarUpgrade = new QProgressBar(groupBox);
  77. progressBarUpgrade->setObjectName("progressBarUpgrade");
  78. progressBarUpgrade->setMinimumSize(QSize(600, 28));
  79. progressBarUpgrade->setValue(0);
  80. gridLayout->addWidget(progressBarUpgrade, 1, 1, 1, 1);
  81. pushButtonOpenFIle = new QPushButton(groupBox);
  82. pushButtonOpenFIle->setObjectName("pushButtonOpenFIle");
  83. pushButtonOpenFIle->setMinimumSize(QSize(80, 0));
  84. gridLayout->addWidget(pushButtonOpenFIle, 0, 2, 1, 1);
  85. label = new QLabel(groupBox);
  86. label->setObjectName("label");
  87. gridLayout->addWidget(label, 0, 0, 1, 1);
  88. label_2 = new QLabel(groupBox);
  89. label_2->setObjectName("label_2");
  90. gridLayout->addWidget(label_2, 1, 0, 1, 1);
  91. pushButtonUpgrade = new QPushButton(groupBox);
  92. pushButtonUpgrade->setObjectName("pushButtonUpgrade");
  93. pushButtonUpgrade->setMinimumSize(QSize(80, 0));
  94. gridLayout->addWidget(pushButtonUpgrade, 1, 2, 1, 1);
  95. verticalLayout->addWidget(groupBox);
  96. label_7 = new QLabel(OamUpgrade);
  97. label_7->setObjectName("label_7");
  98. verticalLayout->addWidget(label_7);
  99. verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  100. verticalLayout->addItem(verticalSpacer_2);
  101. label_4 = new QLabel(OamUpgrade);
  102. label_4->setObjectName("label_4");
  103. verticalLayout->addWidget(label_4);
  104. label_5 = new QLabel(OamUpgrade);
  105. label_5->setObjectName("label_5");
  106. verticalLayout->addWidget(label_5);
  107. horizontalLayout->addLayout(verticalLayout);
  108. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  109. horizontalLayout->addItem(horizontalSpacer_2);
  110. retranslateUi(OamUpgrade);
  111. QMetaObject::connectSlotsByName(OamUpgrade);
  112. } // setupUi
  113. void retranslateUi(QDialog *OamUpgrade)
  114. {
  115. OamUpgrade->setWindowTitle(QCoreApplication::translate("OamUpgrade", "Dialog", nullptr));
  116. label_3->setText(QString());
  117. label_6->setText(QString());
  118. groupBox->setTitle(QString());
  119. pushButtonOpenFIle->setText(QCoreApplication::translate("OamUpgrade", "\351\200\211\346\213\251\346\226\207\344\273\266", nullptr));
  120. label->setText(QCoreApplication::translate("OamUpgrade", "\346\226\207\344\273\266\350\267\257\345\276\204", nullptr));
  121. label_2->setText(QCoreApplication::translate("OamUpgrade", "\345\215\207\347\272\247\350\277\233\345\272\246", nullptr));
  122. pushButtonUpgrade->setText(QCoreApplication::translate("OamUpgrade", "\345\274\200\345\247\213\345\215\207\347\272\247", nullptr));
  123. label_7->setText(QCoreApplication::translate("OamUpgrade", "\346\263\250\346\204\217\357\274\232\345\215\207\347\272\247\350\277\207\347\250\213\344\270\255\344\270\215\350\246\201\350\277\233\350\241\214\344\273\273\344\275\225\345\205\266\345\256\203\346\223\215\344\275\234\357\274\214\344\273\245\345\205\215\345\257\274\350\207\264\345\215\207\347\272\247\345\244\261\350\264\245", nullptr));
  124. label_4->setText(QString());
  125. label_5->setText(QString());
  126. } // retranslateUi
  127. };
  128. namespace Ui {
  129. class OamUpgrade: public Ui_OamUpgrade {};
  130. } // namespace Ui
  131. QT_END_NAMESPACE
  132. #endif // UI_OAMUPGRADE_H