| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- /********************************************************************************
- ** Form generated from reading UI file 'dialogsetextractmethod.ui'
- **
- ** Created: Thu Jul 25 17:21:49 2019
- ** by: Qt User Interface Compiler version 4.8.4
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_DIALOGSETEXTRACTMETHOD_H
- #define UI_DIALOGSETEXTRACTMETHOD_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QDialog>
- #include <QtGui/QDialogButtonBox>
- #include <QtGui/QGroupBox>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QRadioButton>
- #include <QtGui/QVBoxLayout>
- QT_BEGIN_NAMESPACE
- class Ui_DialogSetExtractMethod
- {
- public:
- QVBoxLayout *verticalLayout_2;
- QGroupBox *groupBox;
- QVBoxLayout *verticalLayout;
- QRadioButton *fromFileRB;
- QRadioButton *fromPasteRB;
- QLabel *label;
- QDialogButtonBox *buttonBox;
- void setupUi(QDialog *DialogSetExtractMethod)
- {
- if (DialogSetExtractMethod->objectName().isEmpty())
- DialogSetExtractMethod->setObjectName(QString::fromUtf8("DialogSetExtractMethod"));
- DialogSetExtractMethod->resize(366, 200);
- QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(DialogSetExtractMethod->sizePolicy().hasHeightForWidth());
- DialogSetExtractMethod->setSizePolicy(sizePolicy);
- DialogSetExtractMethod->setMinimumSize(QSize(366, 200));
- DialogSetExtractMethod->setMaximumSize(QSize(366, 200));
- verticalLayout_2 = new QVBoxLayout(DialogSetExtractMethod);
- verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
- groupBox = new QGroupBox(DialogSetExtractMethod);
- groupBox->setObjectName(QString::fromUtf8("groupBox"));
- verticalLayout = new QVBoxLayout(groupBox);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- fromFileRB = new QRadioButton(groupBox);
- fromFileRB->setObjectName(QString::fromUtf8("fromFileRB"));
- fromFileRB->setChecked(true);
- verticalLayout->addWidget(fromFileRB);
- fromPasteRB = new QRadioButton(groupBox);
- fromPasteRB->setObjectName(QString::fromUtf8("fromPasteRB"));
- verticalLayout->addWidget(fromPasteRB);
- verticalLayout_2->addWidget(groupBox);
- label = new QLabel(DialogSetExtractMethod);
- label->setObjectName(QString::fromUtf8("label"));
- verticalLayout_2->addWidget(label);
- buttonBox = new QDialogButtonBox(DialogSetExtractMethod);
- buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
- buttonBox->setOrientation(Qt::Horizontal);
- buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
- verticalLayout_2->addWidget(buttonBox);
- retranslateUi(DialogSetExtractMethod);
- QObject::connect(buttonBox, SIGNAL(accepted()), DialogSetExtractMethod, SLOT(accept()));
- QObject::connect(buttonBox, SIGNAL(rejected()), DialogSetExtractMethod, SLOT(reject()));
- QMetaObject::connectSlotsByName(DialogSetExtractMethod);
- } // setupUi
- void retranslateUi(QDialog *DialogSetExtractMethod)
- {
- DialogSetExtractMethod->setWindowTitle(QApplication::translate("DialogSetExtractMethod", "\346\217\220\345\217\226\345\217\267\347\240\201", 0, QApplication::UnicodeUTF8));
- groupBox->setTitle(QApplication::translate("DialogSetExtractMethod", "\351\200\211\346\213\251\346\217\220\345\217\226\346\235\245\346\272\220", 0, QApplication::UnicodeUTF8));
- fromFileRB->setText(QApplication::translate("DialogSetExtractMethod", "\344\273\216\346\214\207\345\256\232\347\232\204\346\226\207\344\273\266\344\270\255\346\217\220\345\217\226", 0, QApplication::UnicodeUTF8));
- fromPasteRB->setText(QApplication::translate("DialogSetExtractMethod", "\344\273\216\345\211\252\350\264\264\346\235\277\347\233\264\346\216\245\347\262\230\350\264\264", 0, QApplication::UnicodeUTF8));
- label->setText(QApplication::translate("DialogSetExtractMethod", "\345\244\207\346\263\250\357\274\232\346\217\220\345\217\226\345\217\267\347\240\201\345\260\206\350\277\233\350\241\214\345\217\267\347\240\201\350\247\204\345\210\231\346\240\241\351\252\214\357\274\214\350\200\227\346\227\266\350\276\203\351\225\277\357\274\214\350\257\267\346\202\250\350\200\220\345\277\203\347\255\211\345\276\205\343\200\202\n"
- " \345\246\202\346\236\234\346\202\250\346\214\207\345\256\232\347\232\204\346\226\207\344\273\266\346\230\257\344\270\200\344\270\252\346\240\207\345\207\206\345\217\267\347\240\201\346\226\207\344\273\266\357\274\214\350\257\267\344\275\277\347\224\250\345\257\274\345\205\245\346\226\207\344\273\266\343\200\202 \n"
- " \345\257\274\345\205\245\346\226\207\344\273\266\346\223\215\344\275\234\346\257\224\346\217\220\345\217\226\345\217\267\347\240\201\345\244\204\347\220\206\351\200\237\345\272\246\345\277\253\343\200\202", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class DialogSetExtractMethod: public Ui_DialogSetExtractMethod {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_DIALOGSETEXTRACTMETHOD_H
|