/******************************************************************************** ** Form generated from reading UI file 'dialogfilecompare.ui' ** ** Created: Mon Apr 22 11:51:39 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_DIALOGFILECOMPARE_H #define UI_DIALOGFILECOMPARE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_DialogFileCompare { public: QVBoxLayout *verticalLayout_2; QGroupBox *groupBox; QVBoxLayout *verticalLayout; QHBoxLayout *horizontalLayout; QLabel *label; QLineEdit *primaryEdit; QPushButton *primaryPB; QHBoxLayout *horizontalLayout_2; QLabel *label_2; QLineEdit *augEdit; QPushButton *augPB; QHBoxLayout *horizontalLayout_3; QSpacerItem *horizontalSpacer; QPushButton *export2PB; QPushButton *export3PB; QSpacerItem *horizontalSpacer_2; QGroupBox *groupBox_2; QHBoxLayout *horizontalLayout_7; QVBoxLayout *verticalLayout_3; QLabel *label_5; QListWidget *listWidget1; QHBoxLayout *horizontalLayout_5; QPushButton *addFilePB; QPushButton *delFilePB; QVBoxLayout *verticalLayout_5; QPushButton *integrationPB; QVBoxLayout *verticalLayout_4; QLabel *label_6; QListWidget *listWidget2; QPushButton *joinButton; QHBoxLayout *horizontalLayout_6; QLineEdit *exportDirEdit; QPushButton *setDirPB; QHBoxLayout *horizontalLayout_8; QLabel *lblProgress; QProgressBar *progressBar; void setupUi(QDialog *DialogFileCompare) { if (DialogFileCompare->objectName().isEmpty()) DialogFileCompare->setObjectName(QString::fromUtf8("DialogFileCompare")); DialogFileCompare->resize(726, 500); verticalLayout_2 = new QVBoxLayout(DialogFileCompare); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); groupBox = new QGroupBox(DialogFileCompare); groupBox->setObjectName(QString::fromUtf8("groupBox")); verticalLayout = new QVBoxLayout(groupBox); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); horizontalLayout = new QHBoxLayout(); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); label = new QLabel(groupBox); label->setObjectName(QString::fromUtf8("label")); horizontalLayout->addWidget(label); primaryEdit = new QLineEdit(groupBox); primaryEdit->setObjectName(QString::fromUtf8("primaryEdit")); primaryEdit->setEnabled(true); horizontalLayout->addWidget(primaryEdit); primaryPB = new QPushButton(groupBox); primaryPB->setObjectName(QString::fromUtf8("primaryPB")); horizontalLayout->addWidget(primaryPB); verticalLayout->addLayout(horizontalLayout); horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); label_2 = new QLabel(groupBox); label_2->setObjectName(QString::fromUtf8("label_2")); horizontalLayout_2->addWidget(label_2); augEdit = new QLineEdit(groupBox); augEdit->setObjectName(QString::fromUtf8("augEdit")); augEdit->setEnabled(true); horizontalLayout_2->addWidget(augEdit); augPB = new QPushButton(groupBox); augPB->setObjectName(QString::fromUtf8("augPB")); horizontalLayout_2->addWidget(augPB); verticalLayout->addLayout(horizontalLayout_2); horizontalLayout_3 = new QHBoxLayout(); horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_3->addItem(horizontalSpacer); export2PB = new QPushButton(groupBox); export2PB->setObjectName(QString::fromUtf8("export2PB")); horizontalLayout_3->addWidget(export2PB); export3PB = new QPushButton(groupBox); export3PB->setObjectName(QString::fromUtf8("export3PB")); horizontalLayout_3->addWidget(export3PB); horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_3->addItem(horizontalSpacer_2); verticalLayout->addLayout(horizontalLayout_3); verticalLayout_2->addWidget(groupBox); groupBox_2 = new QGroupBox(DialogFileCompare); groupBox_2->setObjectName(QString::fromUtf8("groupBox_2")); horizontalLayout_7 = new QHBoxLayout(groupBox_2); horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7")); verticalLayout_3 = new QVBoxLayout(); verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); label_5 = new QLabel(groupBox_2); label_5->setObjectName(QString::fromUtf8("label_5")); verticalLayout_3->addWidget(label_5); listWidget1 = new QListWidget(groupBox_2); listWidget1->setObjectName(QString::fromUtf8("listWidget1")); listWidget1->setSelectionMode(QAbstractItemView::ExtendedSelection); verticalLayout_3->addWidget(listWidget1); horizontalLayout_5 = new QHBoxLayout(); horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5")); addFilePB = new QPushButton(groupBox_2); addFilePB->setObjectName(QString::fromUtf8("addFilePB")); horizontalLayout_5->addWidget(addFilePB); delFilePB = new QPushButton(groupBox_2); delFilePB->setObjectName(QString::fromUtf8("delFilePB")); horizontalLayout_5->addWidget(delFilePB); verticalLayout_3->addLayout(horizontalLayout_5); horizontalLayout_7->addLayout(verticalLayout_3); verticalLayout_5 = new QVBoxLayout(); verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5")); integrationPB = new QPushButton(groupBox_2); integrationPB->setObjectName(QString::fromUtf8("integrationPB")); verticalLayout_5->addWidget(integrationPB); horizontalLayout_7->addLayout(verticalLayout_5); verticalLayout_4 = new QVBoxLayout(); verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4")); label_6 = new QLabel(groupBox_2); label_6->setObjectName(QString::fromUtf8("label_6")); verticalLayout_4->addWidget(label_6); listWidget2 = new QListWidget(groupBox_2); listWidget2->setObjectName(QString::fromUtf8("listWidget2")); listWidget2->setSelectionMode(QAbstractItemView::ExtendedSelection); verticalLayout_4->addWidget(listWidget2); joinButton = new QPushButton(groupBox_2); joinButton->setObjectName(QString::fromUtf8("joinButton")); QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(joinButton->sizePolicy().hasHeightForWidth()); joinButton->setSizePolicy(sizePolicy); verticalLayout_4->addWidget(joinButton); horizontalLayout_7->addLayout(verticalLayout_4); verticalLayout_2->addWidget(groupBox_2); horizontalLayout_6 = new QHBoxLayout(); horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6")); exportDirEdit = new QLineEdit(DialogFileCompare); exportDirEdit->setObjectName(QString::fromUtf8("exportDirEdit")); horizontalLayout_6->addWidget(exportDirEdit); setDirPB = new QPushButton(DialogFileCompare); setDirPB->setObjectName(QString::fromUtf8("setDirPB")); horizontalLayout_6->addWidget(setDirPB); verticalLayout_2->addLayout(horizontalLayout_6); horizontalLayout_8 = new QHBoxLayout(); horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8")); lblProgress = new QLabel(DialogFileCompare); lblProgress->setObjectName(QString::fromUtf8("lblProgress")); lblProgress->setMinimumSize(QSize(16, 16)); lblProgress->setMaximumSize(QSize(16, 16)); lblProgress->setPixmap(QPixmap(QString::fromUtf8("../../QT/NewHMMF-build-desktop-Qt_4_8_0_for_Desktop_-_MinGW__Qt_SDK____/1.gif"))); horizontalLayout_8->addWidget(lblProgress); progressBar = new QProgressBar(DialogFileCompare); progressBar->setObjectName(QString::fromUtf8("progressBar")); progressBar->setValue(0); horizontalLayout_8->addWidget(progressBar); verticalLayout_2->addLayout(horizontalLayout_8); retranslateUi(DialogFileCompare); QMetaObject::connectSlotsByName(DialogFileCompare); } // setupUi void retranslateUi(QDialog *DialogFileCompare) { DialogFileCompare->setWindowTitle(QApplication::translate("DialogFileCompare", "\346\226\207\344\273\266\345\244\204\347\220\206", 0, QApplication::UnicodeUTF8)); groupBox->setTitle(QApplication::translate("DialogFileCompare", "\344\270\244\344\270\252\346\226\207\344\273\266\345\257\271\346\257\224", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("DialogFileCompare", " \344\270\273\346\226\207\344\273\266\357\274\232", 0, QApplication::UnicodeUTF8)); primaryPB->setText(QApplication::translate("DialogFileCompare", "\346\265\217\350\247\210...", 0, QApplication::UnicodeUTF8)); label_2->setText(QApplication::translate("DialogFileCompare", "\350\276\205\345\212\251\346\226\207\344\273\266\357\274\232", 0, QApplication::UnicodeUTF8)); augPB->setText(QApplication::translate("DialogFileCompare", "\346\265\217\350\247\210...", 0, QApplication::UnicodeUTF8)); export2PB->setText(QApplication::translate("DialogFileCompare", " \345\257\271\346\257\224\345\220\216\345\257\274\345\207\272\344\270\272\344\270\244\344\270\252\346\226\207\344\273\266 ", 0, QApplication::UnicodeUTF8)); export3PB->setText(QApplication::translate("DialogFileCompare", " \345\257\271\346\257\224\345\220\216\345\257\274\345\207\272\344\270\272\344\270\211\344\270\252\346\226\207\344\273\266 ", 0, QApplication::UnicodeUTF8)); groupBox_2->setTitle(QApplication::translate("DialogFileCompare", "\346\225\264\345\220\210\345\244\232\344\270\252\346\226\207\344\273\266", 0, QApplication::UnicodeUTF8)); label_5->setText(QApplication::translate("DialogFileCompare", "\350\246\201\350\275\254\345\214\226\347\232\204\346\226\207\344\273\266(*.txt)", 0, QApplication::UnicodeUTF8)); addFilePB->setText(QApplication::translate("DialogFileCompare", "\345\212\240\345\205\245\346\226\207\344\273\266...", 0, QApplication::UnicodeUTF8)); delFilePB->setText(QApplication::translate("DialogFileCompare", "\345\210\240\351\231\244\346\226\207\344\273\266", 0, QApplication::UnicodeUTF8)); integrationPB->setText(QApplication::translate("DialogFileCompare", "\346\225\264\345\220\210\346\226\207\344\273\266=>", 0, QApplication::UnicodeUTF8)); label_6->setText(QApplication::translate("DialogFileCompare", "\350\275\254\345\214\226\345\220\216\347\232\204\346\226\207\344\273\266(*.txt)", 0, QApplication::UnicodeUTF8)); joinButton->setText(QApplication::translate("DialogFileCompare", "\345\212\240\345\205\245\345\210\260\345\216\237\345\247\213\346\225\260\346\215\256", 0, QApplication::UnicodeUTF8)); setDirPB->setText(QApplication::translate("DialogFileCompare", "\350\256\276\345\256\232\350\267\257\345\276\204", 0, QApplication::UnicodeUTF8)); lblProgress->setText(QString()); } // retranslateUi }; namespace Ui { class DialogFileCompare: public Ui_DialogFileCompare {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DIALOGFILECOMPARE_H