/******************************************************************************** ** Form generated from reading UI file 'chart_file.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_CHART_FILE_H #define UI_CHART_FILE_H #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_chart_file { public: QGridLayout *gridLayout; QPushButton *btn_clear; QVBoxLayout *mainvertical; QVBoxLayout *behindvertical; QTableView *tableView; QGroupBox *groupBox; QVBoxLayout *verticalLayout; QRadioButton *allRadioButton; QRadioButton *invertRadioButton; QTreeView *tree_set; QPushButton *btn_one; QPushButton *btn_save; void setupUi(QWidget *chart_file) { if (chart_file->objectName().isEmpty()) chart_file->setObjectName(QString::fromUtf8("chart_file")); chart_file->resize(882, 694); chart_file->setStyleSheet(QString::fromUtf8("background-color: rgb(238, 247, 255);")); gridLayout = new QGridLayout(chart_file); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); btn_clear = new QPushButton(chart_file); btn_clear->setObjectName(QString::fromUtf8("btn_clear")); gridLayout->addWidget(btn_clear, 1, 3, 1, 1); mainvertical = new QVBoxLayout(); mainvertical->setSpacing(0); mainvertical->setObjectName(QString::fromUtf8("mainvertical")); behindvertical = new QVBoxLayout(); behindvertical->setSpacing(0); behindvertical->setObjectName(QString::fromUtf8("behindvertical")); tableView = new QTableView(chart_file); tableView->setObjectName(QString::fromUtf8("tableView")); behindvertical->addWidget(tableView); mainvertical->addLayout(behindvertical); gridLayout->addLayout(mainvertical, 0, 1, 5, 2); groupBox = new QGroupBox(chart_file); groupBox->setObjectName(QString::fromUtf8("groupBox")); groupBox->setMinimumSize(QSize(120, 0)); groupBox->setMaximumSize(QSize(120, 100)); groupBox->setToolTipDuration(-1); groupBox->setLayoutDirection(Qt::LeftToRight); groupBox->setFlat(false); verticalLayout = new QVBoxLayout(groupBox); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); allRadioButton = new QRadioButton(groupBox); allRadioButton->setObjectName(QString::fromUtf8("allRadioButton")); allRadioButton->setIconSize(QSize(16, 16)); verticalLayout->addWidget(allRadioButton); invertRadioButton = new QRadioButton(groupBox); invertRadioButton->setObjectName(QString::fromUtf8("invertRadioButton")); verticalLayout->addWidget(invertRadioButton); gridLayout->addWidget(groupBox, 0, 3, 1, 1); tree_set = new QTreeView(chart_file); tree_set->setObjectName(QString::fromUtf8("tree_set")); tree_set->setMinimumSize(QSize(120, 0)); tree_set->setMaximumSize(QSize(120, 16777215)); gridLayout->addWidget(tree_set, 0, 0, 5, 1); btn_one = new QPushButton(chart_file); btn_one->setObjectName(QString::fromUtf8("btn_one")); gridLayout->addWidget(btn_one, 2, 3, 1, 1); btn_save = new QPushButton(chart_file); btn_save->setObjectName(QString::fromUtf8("btn_save")); gridLayout->addWidget(btn_save, 3, 3, 1, 1); retranslateUi(chart_file); QMetaObject::connectSlotsByName(chart_file); } // setupUi void retranslateUi(QWidget *chart_file) { chart_file->setWindowTitle(QCoreApplication::translate("chart_file", "Form", nullptr)); btn_clear->setText(QCoreApplication::translate("chart_file", "\346\270\205\347\251\272\347\252\227\345\217\243", nullptr)); groupBox->setTitle(QCoreApplication::translate("chart_file", "\346\233\262\347\272\277", nullptr)); allRadioButton->setText(QCoreApplication::translate("chart_file", "\345\205\250\351\200\211", nullptr)); invertRadioButton->setText(QCoreApplication::translate("chart_file", "\345\217\215\350\275\254", nullptr)); btn_one->setText(QCoreApplication::translate("chart_file", "\345\275\222\344\270\200\345\214\226", nullptr)); btn_save->setText(QCoreApplication::translate("chart_file", "\344\277\235\345\255\230", nullptr)); } // retranslateUi }; namespace Ui { class chart_file: public Ui_chart_file {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_CHART_FILE_H