ui_scope.h 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'scope.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 6.2.4
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_SCOPE_H
  9. #define UI_SCOPE_H
  10. #include <QtCharts/QChartView>
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QIcon>
  13. #include <QtWidgets/QApplication>
  14. #include <QtWidgets/QGridLayout>
  15. #include <QtWidgets/QGroupBox>
  16. #include <QtWidgets/QHBoxLayout>
  17. #include <QtWidgets/QHeaderView>
  18. #include <QtWidgets/QMainWindow>
  19. #include <QtWidgets/QMenuBar>
  20. #include <QtWidgets/QPushButton>
  21. #include <QtWidgets/QSpacerItem>
  22. #include <QtWidgets/QStatusBar>
  23. #include <QtWidgets/QTreeView>
  24. #include <QtWidgets/QVBoxLayout>
  25. #include <QtWidgets/QWidget>
  26. QT_BEGIN_NAMESPACE
  27. class Ui_scope
  28. {
  29. public:
  30. QWidget *centralwidget;
  31. QVBoxLayout *verticalLayout_3;
  32. QVBoxLayout *verticalLayout_2;
  33. QGroupBox *groupBox;
  34. QHBoxLayout *horizontalLayout_2;
  35. QSpacerItem *horizontalSpacer;
  36. QPushButton *pushButton;
  37. QPushButton *btn_one;
  38. QPushButton *btn_save;
  39. QHBoxLayout *horizontalLayout;
  40. QVBoxLayout *verticalLayout;
  41. QTreeView *tree_set_2;
  42. QTreeView *tree_set;
  43. QGroupBox *groupBox_2;
  44. QGridLayout *gridLayout;
  45. QChartView *gra_scope11;
  46. QMenuBar *menubar;
  47. QStatusBar *statusbar;
  48. void setupUi(QMainWindow *scope)
  49. {
  50. if (scope->objectName().isEmpty())
  51. scope->setObjectName(QString::fromUtf8("scope"));
  52. scope->resize(1115, 712);
  53. QIcon icon;
  54. icon.addFile(QString::fromUtf8(":/graph-up.svg"), QSize(), QIcon::Normal, QIcon::Off);
  55. scope->setWindowIcon(icon);
  56. centralwidget = new QWidget(scope);
  57. centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
  58. verticalLayout_3 = new QVBoxLayout(centralwidget);
  59. verticalLayout_3->setSpacing(0);
  60. verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
  61. verticalLayout_3->setContentsMargins(0, 0, 0, 0);
  62. verticalLayout_2 = new QVBoxLayout();
  63. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  64. groupBox = new QGroupBox(centralwidget);
  65. groupBox->setObjectName(QString::fromUtf8("groupBox"));
  66. horizontalLayout_2 = new QHBoxLayout(groupBox);
  67. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  68. horizontalSpacer = new QSpacerItem(704, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  69. horizontalLayout_2->addItem(horizontalSpacer);
  70. pushButton = new QPushButton(groupBox);
  71. pushButton->setObjectName(QString::fromUtf8("pushButton"));
  72. horizontalLayout_2->addWidget(pushButton);
  73. btn_one = new QPushButton(groupBox);
  74. btn_one->setObjectName(QString::fromUtf8("btn_one"));
  75. horizontalLayout_2->addWidget(btn_one);
  76. btn_save = new QPushButton(groupBox);
  77. btn_save->setObjectName(QString::fromUtf8("btn_save"));
  78. horizontalLayout_2->addWidget(btn_save);
  79. verticalLayout_2->addWidget(groupBox);
  80. horizontalLayout = new QHBoxLayout();
  81. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  82. verticalLayout = new QVBoxLayout();
  83. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  84. tree_set_2 = new QTreeView(centralwidget);
  85. tree_set_2->setObjectName(QString::fromUtf8("tree_set_2"));
  86. tree_set_2->setMinimumSize(QSize(150, 0));
  87. tree_set_2->setMaximumSize(QSize(150, 16777215));
  88. verticalLayout->addWidget(tree_set_2);
  89. tree_set = new QTreeView(centralwidget);
  90. tree_set->setObjectName(QString::fromUtf8("tree_set"));
  91. tree_set->setMinimumSize(QSize(150, 0));
  92. tree_set->setMaximumSize(QSize(150, 16777215));
  93. verticalLayout->addWidget(tree_set);
  94. horizontalLayout->addLayout(verticalLayout);
  95. groupBox_2 = new QGroupBox(centralwidget);
  96. groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
  97. groupBox_2->setMaximumSize(QSize(16777215, 16777215));
  98. gridLayout = new QGridLayout(groupBox_2);
  99. gridLayout->setSpacing(1);
  100. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  101. gridLayout->setContentsMargins(1, 1, 1, 1);
  102. gra_scope11 = new QChartView(groupBox_2);
  103. gra_scope11->setObjectName(QString::fromUtf8("gra_scope11"));
  104. gridLayout->addWidget(gra_scope11, 0, 0, 1, 1);
  105. horizontalLayout->addWidget(groupBox_2);
  106. horizontalLayout->setStretch(0, 1);
  107. horizontalLayout->setStretch(1, 7);
  108. verticalLayout_2->addLayout(horizontalLayout);
  109. verticalLayout_3->addLayout(verticalLayout_2);
  110. scope->setCentralWidget(centralwidget);
  111. menubar = new QMenuBar(scope);
  112. menubar->setObjectName(QString::fromUtf8("menubar"));
  113. menubar->setGeometry(QRect(0, 0, 1115, 25));
  114. scope->setMenuBar(menubar);
  115. statusbar = new QStatusBar(scope);
  116. statusbar->setObjectName(QString::fromUtf8("statusbar"));
  117. scope->setStatusBar(statusbar);
  118. retranslateUi(scope);
  119. QMetaObject::connectSlotsByName(scope);
  120. } // setupUi
  121. void retranslateUi(QMainWindow *scope)
  122. {
  123. scope->setWindowTitle(QCoreApplication::translate("scope", "\346\233\262\347\272\277\346\230\276\347\244\272", nullptr));
  124. groupBox->setTitle(QString());
  125. pushButton->setText(QCoreApplication::translate("scope", "PushButton", nullptr));
  126. btn_one->setText(QCoreApplication::translate("scope", "\345\275\222\344\270\200\345\214\226", nullptr));
  127. btn_save->setText(QCoreApplication::translate("scope", "\344\277\235\345\255\230\345\233\276\345\203\217", nullptr));
  128. groupBox_2->setTitle(QString());
  129. } // retranslateUi
  130. };
  131. namespace Ui {
  132. class scope: public Ui_scope {};
  133. } // namespace Ui
  134. QT_END_NAMESPACE
  135. #endif // UI_SCOPE_H