ui_chart_file.h 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'chart_file.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_CHART_FILE_H
  9. #define UI_CHART_FILE_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QGridLayout>
  13. #include <QtWidgets/QGroupBox>
  14. #include <QtWidgets/QHeaderView>
  15. #include <QtWidgets/QPushButton>
  16. #include <QtWidgets/QRadioButton>
  17. #include <QtWidgets/QTableView>
  18. #include <QtWidgets/QTreeView>
  19. #include <QtWidgets/QVBoxLayout>
  20. #include <QtWidgets/QWidget>
  21. QT_BEGIN_NAMESPACE
  22. class Ui_chart_file
  23. {
  24. public:
  25. QGridLayout *gridLayout;
  26. QPushButton *btn_clear;
  27. QVBoxLayout *mainvertical;
  28. QVBoxLayout *behindvertical;
  29. QTableView *tableView;
  30. QGroupBox *groupBox;
  31. QVBoxLayout *verticalLayout;
  32. QRadioButton *allRadioButton;
  33. QRadioButton *invertRadioButton;
  34. QTreeView *tree_set;
  35. QPushButton *btn_one;
  36. QPushButton *btn_save;
  37. void setupUi(QWidget *chart_file)
  38. {
  39. if (chart_file->objectName().isEmpty())
  40. chart_file->setObjectName(QString::fromUtf8("chart_file"));
  41. chart_file->resize(882, 694);
  42. chart_file->setStyleSheet(QString::fromUtf8("background-color: rgb(238, 247, 255);"));
  43. gridLayout = new QGridLayout(chart_file);
  44. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  45. btn_clear = new QPushButton(chart_file);
  46. btn_clear->setObjectName(QString::fromUtf8("btn_clear"));
  47. gridLayout->addWidget(btn_clear, 1, 3, 1, 1);
  48. mainvertical = new QVBoxLayout();
  49. mainvertical->setSpacing(0);
  50. mainvertical->setObjectName(QString::fromUtf8("mainvertical"));
  51. behindvertical = new QVBoxLayout();
  52. behindvertical->setSpacing(0);
  53. behindvertical->setObjectName(QString::fromUtf8("behindvertical"));
  54. tableView = new QTableView(chart_file);
  55. tableView->setObjectName(QString::fromUtf8("tableView"));
  56. behindvertical->addWidget(tableView);
  57. mainvertical->addLayout(behindvertical);
  58. gridLayout->addLayout(mainvertical, 0, 1, 5, 2);
  59. groupBox = new QGroupBox(chart_file);
  60. groupBox->setObjectName(QString::fromUtf8("groupBox"));
  61. groupBox->setMinimumSize(QSize(120, 0));
  62. groupBox->setMaximumSize(QSize(120, 100));
  63. groupBox->setToolTipDuration(-1);
  64. groupBox->setLayoutDirection(Qt::LeftToRight);
  65. groupBox->setFlat(false);
  66. verticalLayout = new QVBoxLayout(groupBox);
  67. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  68. allRadioButton = new QRadioButton(groupBox);
  69. allRadioButton->setObjectName(QString::fromUtf8("allRadioButton"));
  70. allRadioButton->setIconSize(QSize(16, 16));
  71. verticalLayout->addWidget(allRadioButton);
  72. invertRadioButton = new QRadioButton(groupBox);
  73. invertRadioButton->setObjectName(QString::fromUtf8("invertRadioButton"));
  74. verticalLayout->addWidget(invertRadioButton);
  75. gridLayout->addWidget(groupBox, 0, 3, 1, 1);
  76. tree_set = new QTreeView(chart_file);
  77. tree_set->setObjectName(QString::fromUtf8("tree_set"));
  78. tree_set->setMinimumSize(QSize(120, 0));
  79. tree_set->setMaximumSize(QSize(120, 16777215));
  80. gridLayout->addWidget(tree_set, 0, 0, 5, 1);
  81. btn_one = new QPushButton(chart_file);
  82. btn_one->setObjectName(QString::fromUtf8("btn_one"));
  83. gridLayout->addWidget(btn_one, 2, 3, 1, 1);
  84. btn_save = new QPushButton(chart_file);
  85. btn_save->setObjectName(QString::fromUtf8("btn_save"));
  86. gridLayout->addWidget(btn_save, 3, 3, 1, 1);
  87. retranslateUi(chart_file);
  88. QMetaObject::connectSlotsByName(chart_file);
  89. } // setupUi
  90. void retranslateUi(QWidget *chart_file)
  91. {
  92. chart_file->setWindowTitle(QCoreApplication::translate("chart_file", "Form", nullptr));
  93. btn_clear->setText(QCoreApplication::translate("chart_file", "\346\270\205\347\251\272\347\252\227\345\217\243", nullptr));
  94. groupBox->setTitle(QCoreApplication::translate("chart_file", "\346\233\262\347\272\277", nullptr));
  95. allRadioButton->setText(QCoreApplication::translate("chart_file", "\345\205\250\351\200\211", nullptr));
  96. invertRadioButton->setText(QCoreApplication::translate("chart_file", "\345\217\215\350\275\254", nullptr));
  97. btn_one->setText(QCoreApplication::translate("chart_file", "\345\275\222\344\270\200\345\214\226", nullptr));
  98. btn_save->setText(QCoreApplication::translate("chart_file", "\344\277\235\345\255\230", nullptr));
  99. } // retranslateUi
  100. };
  101. namespace Ui {
  102. class chart_file: public Ui_chart_file {};
  103. } // namespace Ui
  104. QT_END_NAMESPACE
  105. #endif // UI_CHART_FILE_H