/******************************************************************************** ** Form generated from reading UI file 'scope.ui' ** ** Created by: Qt User Interface Compiler version 6.2.4 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_SCOPE_H #define UI_SCOPE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_scope { public: QWidget *centralwidget; QVBoxLayout *verticalLayout_3; QVBoxLayout *verticalLayout_2; QGroupBox *groupBox; QHBoxLayout *horizontalLayout_2; QSpacerItem *horizontalSpacer; QPushButton *pushButton; QPushButton *btn_one; QPushButton *btn_save; QHBoxLayout *horizontalLayout; QVBoxLayout *verticalLayout; QTreeView *tree_set_2; QTreeView *tree_set; QGroupBox *groupBox_2; QGridLayout *gridLayout; QChartView *gra_scope11; QMenuBar *menubar; QStatusBar *statusbar; void setupUi(QMainWindow *scope) { if (scope->objectName().isEmpty()) scope->setObjectName(QString::fromUtf8("scope")); scope->resize(1115, 712); QIcon icon; icon.addFile(QString::fromUtf8(":/graph-up.svg"), QSize(), QIcon::Normal, QIcon::Off); scope->setWindowIcon(icon); centralwidget = new QWidget(scope); centralwidget->setObjectName(QString::fromUtf8("centralwidget")); verticalLayout_3 = new QVBoxLayout(centralwidget); verticalLayout_3->setSpacing(0); verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); verticalLayout_3->setContentsMargins(0, 0, 0, 0); verticalLayout_2 = new QVBoxLayout(); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); groupBox = new QGroupBox(centralwidget); groupBox->setObjectName(QString::fromUtf8("groupBox")); horizontalLayout_2 = new QHBoxLayout(groupBox); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); horizontalSpacer = new QSpacerItem(704, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_2->addItem(horizontalSpacer); pushButton = new QPushButton(groupBox); pushButton->setObjectName(QString::fromUtf8("pushButton")); horizontalLayout_2->addWidget(pushButton); btn_one = new QPushButton(groupBox); btn_one->setObjectName(QString::fromUtf8("btn_one")); horizontalLayout_2->addWidget(btn_one); btn_save = new QPushButton(groupBox); btn_save->setObjectName(QString::fromUtf8("btn_save")); horizontalLayout_2->addWidget(btn_save); verticalLayout_2->addWidget(groupBox); horizontalLayout = new QHBoxLayout(); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); verticalLayout = new QVBoxLayout(); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); tree_set_2 = new QTreeView(centralwidget); tree_set_2->setObjectName(QString::fromUtf8("tree_set_2")); tree_set_2->setMinimumSize(QSize(150, 0)); tree_set_2->setMaximumSize(QSize(150, 16777215)); verticalLayout->addWidget(tree_set_2); tree_set = new QTreeView(centralwidget); tree_set->setObjectName(QString::fromUtf8("tree_set")); tree_set->setMinimumSize(QSize(150, 0)); tree_set->setMaximumSize(QSize(150, 16777215)); verticalLayout->addWidget(tree_set); horizontalLayout->addLayout(verticalLayout); groupBox_2 = new QGroupBox(centralwidget); groupBox_2->setObjectName(QString::fromUtf8("groupBox_2")); groupBox_2->setMaximumSize(QSize(16777215, 16777215)); gridLayout = new QGridLayout(groupBox_2); gridLayout->setSpacing(1); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); gridLayout->setContentsMargins(1, 1, 1, 1); gra_scope11 = new QChartView(groupBox_2); gra_scope11->setObjectName(QString::fromUtf8("gra_scope11")); gridLayout->addWidget(gra_scope11, 0, 0, 1, 1); horizontalLayout->addWidget(groupBox_2); horizontalLayout->setStretch(0, 1); horizontalLayout->setStretch(1, 7); verticalLayout_2->addLayout(horizontalLayout); verticalLayout_3->addLayout(verticalLayout_2); scope->setCentralWidget(centralwidget); menubar = new QMenuBar(scope); menubar->setObjectName(QString::fromUtf8("menubar")); menubar->setGeometry(QRect(0, 0, 1115, 25)); scope->setMenuBar(menubar); statusbar = new QStatusBar(scope); statusbar->setObjectName(QString::fromUtf8("statusbar")); scope->setStatusBar(statusbar); retranslateUi(scope); QMetaObject::connectSlotsByName(scope); } // setupUi void retranslateUi(QMainWindow *scope) { scope->setWindowTitle(QCoreApplication::translate("scope", "\346\233\262\347\272\277\346\230\276\347\244\272", nullptr)); groupBox->setTitle(QString()); pushButton->setText(QCoreApplication::translate("scope", "PushButton", nullptr)); btn_one->setText(QCoreApplication::translate("scope", "\345\275\222\344\270\200\345\214\226", nullptr)); btn_save->setText(QCoreApplication::translate("scope", "\344\277\235\345\255\230\345\233\276\345\203\217", nullptr)); groupBox_2->setTitle(QString()); } // retranslateUi }; namespace Ui { class scope: public Ui_scope {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_SCOPE_H