/******************************************************************************** ** Form generated from reading UI file 'io_report.ui' ** ** Created: Wed Mar 31 16:43:25 2010 ** by: Qt User Interface Compiler version 4.6.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_IO_REPORT_H #define UI_IO_REPORT_H #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_io_report { public: QVBoxLayout *verticalLayout; QLabel *label_2; QListWidget *listInputErrors; QCheckBox *cbRemoveFiles; QFrame *line; QLabel *label; QListWidget *listOutputErrors; QFrame *line_2; QLabel *label_3; QListWidget *listReformatErrors; QDialogButtonBox *buttonBox; void setupUi(QDialog *io_report) { if (io_report->objectName().isEmpty()) io_report->setObjectName(QString::fromUtf8("io_report")); io_report->resize(436, 372); QIcon icon; icon.addFile(QString::fromUtf8(":/hl_icon2.png"), QSize(), QIcon::Normal, QIcon::Off); io_report->setWindowIcon(icon); verticalLayout = new QVBoxLayout(io_report); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); label_2 = new QLabel(io_report); label_2->setObjectName(QString::fromUtf8("label_2")); verticalLayout->addWidget(label_2); listInputErrors = new QListWidget(io_report); listInputErrors->setObjectName(QString::fromUtf8("listInputErrors")); verticalLayout->addWidget(listInputErrors); cbRemoveFiles = new QCheckBox(io_report); cbRemoveFiles->setObjectName(QString::fromUtf8("cbRemoveFiles")); verticalLayout->addWidget(cbRemoveFiles); line = new QFrame(io_report); line->setObjectName(QString::fromUtf8("line")); line->setFrameShape(QFrame::HLine); line->setFrameShadow(QFrame::Sunken); verticalLayout->addWidget(line); label = new QLabel(io_report); label->setObjectName(QString::fromUtf8("label")); verticalLayout->addWidget(label); listOutputErrors = new QListWidget(io_report); listOutputErrors->setObjectName(QString::fromUtf8("listOutputErrors")); verticalLayout->addWidget(listOutputErrors); line_2 = new QFrame(io_report); line_2->setObjectName(QString::fromUtf8("line_2")); line_2->setFrameShape(QFrame::HLine); line_2->setFrameShadow(QFrame::Sunken); verticalLayout->addWidget(line_2); label_3 = new QLabel(io_report); label_3->setObjectName(QString::fromUtf8("label_3")); verticalLayout->addWidget(label_3); listReformatErrors = new QListWidget(io_report); listReformatErrors->setObjectName(QString::fromUtf8("listReformatErrors")); verticalLayout->addWidget(listReformatErrors); buttonBox = new QDialogButtonBox(io_report); buttonBox->setObjectName(QString::fromUtf8("buttonBox")); buttonBox->setOrientation(Qt::Horizontal); buttonBox->setStandardButtons(QDialogButtonBox::Ok); verticalLayout->addWidget(buttonBox); retranslateUi(io_report); QObject::connect(buttonBox, SIGNAL(accepted()), io_report, SLOT(accept())); QObject::connect(buttonBox, SIGNAL(rejected()), io_report, SLOT(reject())); QMetaObject::connectSlotsByName(io_report); } // setupUi void retranslateUi(QDialog *io_report) { io_report->setWindowTitle(QApplication::translate("io_report", "Error summary", 0, QApplication::UnicodeUTF8)); label_2->setText(QApplication::translate("io_report", "Input errors:", 0, QApplication::UnicodeUTF8)); cbRemoveFiles->setText(QApplication::translate("io_report", "Remove files above from input file list", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("io_report", "Output errors:", 0, QApplication::UnicodeUTF8)); label_3->setText(QApplication::translate("io_report", "Reformatting not possible:", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class io_report: public Ui_io_report {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_IO_REPORT_H