/******************************************************************************** ** Form generated from reading UI file 'fileset.ui' ** ** Created by: Qt User Interface Compiler version 6.8.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_FILESET_H #define UI_FILESET_H #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_FileSet { public: QVBoxLayout *verticalLayout; QHBoxLayout *horizontalLayout; QPushButton *pushButton; QLineEdit *fileName_LEdit; QHBoxLayout *horizontalLayout_2; QLabel *label; QRadioButton *radioButton; QHBoxLayout *horizontalLayout_3; QLabel *label_2; QLineEdit *Time_LEdit; QSpacerItem *horizontalSpacer_2; QHBoxLayout *horizontalLayout_4; QSpacerItem *horizontalSpacer; QPushButton *closeBtn; void setupUi(QDialog *FileSet) { if (FileSet->objectName().isEmpty()) FileSet->setObjectName("FileSet"); FileSet->resize(484, 281); QFont font; font.setFamilies({QString::fromUtf8("\344\273\277\345\256\213")}); font.setPointSize(16); FileSet->setFont(font); FileSet->setStyleSheet(QString::fromUtf8("background-color: rgb(240, 240, 240);")); verticalLayout = new QVBoxLayout(FileSet); verticalLayout->setObjectName("verticalLayout"); horizontalLayout = new QHBoxLayout(); horizontalLayout->setObjectName("horizontalLayout"); pushButton = new QPushButton(FileSet); pushButton->setObjectName("pushButton"); pushButton->setEnabled(true); pushButton->setAutoDefault(false); horizontalLayout->addWidget(pushButton); fileName_LEdit = new QLineEdit(FileSet); fileName_LEdit->setObjectName("fileName_LEdit"); fileName_LEdit->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);")); horizontalLayout->addWidget(fileName_LEdit); verticalLayout->addLayout(horizontalLayout); horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setObjectName("horizontalLayout_2"); label = new QLabel(FileSet); label->setObjectName("label"); horizontalLayout_2->addWidget(label); radioButton = new QRadioButton(FileSet); radioButton->setObjectName("radioButton"); radioButton->setEnabled(true); QFont font1; font1.setFamilies({QString::fromUtf8("\344\273\277\345\256\213")}); font1.setPointSize(72); radioButton->setFont(font1); radioButton->setMouseTracking(true); radioButton->setIconSize(QSize(30, 30)); radioButton->setAutoExclusive(false); horizontalLayout_2->addWidget(radioButton); verticalLayout->addLayout(horizontalLayout_2); horizontalLayout_3 = new QHBoxLayout(); horizontalLayout_3->setObjectName("horizontalLayout_3"); label_2 = new QLabel(FileSet); label_2->setObjectName("label_2"); label_2->setFont(font); horizontalLayout_3->addWidget(label_2); Time_LEdit = new QLineEdit(FileSet); Time_LEdit->setObjectName("Time_LEdit"); Time_LEdit->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);")); Time_LEdit->setDragEnabled(false); horizontalLayout_3->addWidget(Time_LEdit); horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum); horizontalLayout_3->addItem(horizontalSpacer_2); verticalLayout->addLayout(horizontalLayout_3); horizontalLayout_4 = new QHBoxLayout(); horizontalLayout_4->setObjectName("horizontalLayout_4"); horizontalSpacer = new QSpacerItem(48, 20, QSizePolicy::Policy::Expanding, QSizePolicy::Policy::Minimum); horizontalLayout_4->addItem(horizontalSpacer); closeBtn = new QPushButton(FileSet); closeBtn->setObjectName("closeBtn"); horizontalLayout_4->addWidget(closeBtn); verticalLayout->addLayout(horizontalLayout_4); retranslateUi(FileSet); QMetaObject::connectSlotsByName(FileSet); } // setupUi void retranslateUi(QDialog *FileSet) { FileSet->setWindowTitle(QCoreApplication::translate("FileSet", "\346\226\207\344\273\266\345\257\274\345\207\272\350\256\276\347\275\256", nullptr)); pushButton->setText(QCoreApplication::translate("FileSet", "\346\211\223\345\274\200\346\226\207\344\273\266", nullptr)); label->setText(QCoreApplication::translate("FileSet", "\346\230\257\345\220\246\345\257\274\345\207\272\345\210\260\346\226\207\344\273\266", nullptr)); radioButton->setText(QString()); label_2->setText(QCoreApplication::translate("FileSet", "\345\257\274\345\207\272\351\227\264\351\232\224/s", nullptr)); closeBtn->setText(QCoreApplication::translate("FileSet", "\345\205\263\351\227\255", nullptr)); } // retranslateUi }; namespace Ui { class FileSet: public Ui_FileSet {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_FILESET_H