/******************************************************************************** ** Form generated from reading UI file 'dialogviewfeedetail.ui' ** ** Created: Mon Apr 22 12:43:44 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_DIALOGVIEWFEEDETAIL_H #define UI_DIALOGVIEWFEEDETAIL_H #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_DialogViewFeeDetail { public: QVBoxLayout *verticalLayout; QTabWidget *tabWidget; QWidget *tab; QVBoxLayout *verticalLayout_2; QTableWidget *tableWidget; QWidget *tab_2; QVBoxLayout *verticalLayout_3; QWebView *webView; QDialogButtonBox *buttonBox; void setupUi(QDialog *DialogViewFeeDetail) { if (DialogViewFeeDetail->objectName().isEmpty()) DialogViewFeeDetail->setObjectName(QString::fromUtf8("DialogViewFeeDetail")); DialogViewFeeDetail->resize(400, 300); verticalLayout = new QVBoxLayout(DialogViewFeeDetail); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); tabWidget = new QTabWidget(DialogViewFeeDetail); tabWidget->setObjectName(QString::fromUtf8("tabWidget")); tab = new QWidget(); tab->setObjectName(QString::fromUtf8("tab")); verticalLayout_2 = new QVBoxLayout(tab); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); tableWidget = new QTableWidget(tab); tableWidget->setObjectName(QString::fromUtf8("tableWidget")); verticalLayout_2->addWidget(tableWidget); tabWidget->addTab(tab, QString()); tab_2 = new QWidget(); tab_2->setObjectName(QString::fromUtf8("tab_2")); verticalLayout_3 = new QVBoxLayout(tab_2); verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); webView = new QWebView(tab_2); webView->setObjectName(QString::fromUtf8("webView")); webView->setUrl(QUrl(QString::fromUtf8("about:blank"))); verticalLayout_3->addWidget(webView); tabWidget->addTab(tab_2, QString()); verticalLayout->addWidget(tabWidget); buttonBox = new QDialogButtonBox(DialogViewFeeDetail); buttonBox->setObjectName(QString::fromUtf8("buttonBox")); buttonBox->setOrientation(Qt::Horizontal); buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); verticalLayout->addWidget(buttonBox); retranslateUi(DialogViewFeeDetail); QObject::connect(buttonBox, SIGNAL(accepted()), DialogViewFeeDetail, SLOT(accept())); QObject::connect(buttonBox, SIGNAL(rejected()), DialogViewFeeDetail, SLOT(reject())); tabWidget->setCurrentIndex(0); QMetaObject::connectSlotsByName(DialogViewFeeDetail); } // setupUi void retranslateUi(QDialog *DialogViewFeeDetail) { DialogViewFeeDetail->setWindowTitle(QApplication::translate("DialogViewFeeDetail", "\346\266\210\350\264\271\350\257\246\346\203\205/\344\270\232\345\212\241\350\247\204\345\210\231", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("DialogViewFeeDetail", "\346\266\210\350\264\271\350\257\246\346\203\205", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("DialogViewFeeDetail", "\344\270\232\345\212\241\350\247\204\345\210\231", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class DialogViewFeeDetail: public Ui_DialogViewFeeDetail {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DIALOGVIEWFEEDETAIL_H