/******************************************************************************** ** Form generated from reading UI file 'QAReportBase.ui' ** ** Created: Mon 23. Jul 10:20:22 2012 ** by: Qt User Interface Compiler version 4.6.3 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_QAREPORTBASE_H #define UI_QAREPORTBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_QAReportBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QLabel *Headline; QTabWidget *TabWidget; QWidget *tab1; QVBoxLayout *vboxLayout2; Q3TextBrowser *ReportText; QWidget *tab2; QVBoxLayout *vboxLayout3; QVBoxLayout *vboxLayout4; Q3GroupBox *qualiMechGroup; QVBoxLayout *vboxLayout5; QVBoxLayout *vboxLayout6; QCheckBox *bareReworked; QHBoxLayout *hboxLayout; QCheckBox *MCCReworked; QSpacerItem *spacer4; QCheckBox *mcc_beforeAssy; QHBoxLayout *hboxLayout1; QCheckBox *flexReworked; QSpacerItem *spacer5; QCheckBox *fp_beforeAssy; QHBoxLayout *hboxLayout2; QSpinBox *moduleBow; QLabel *textLabel1; QSpacerItem *spacer3; QHBoxLayout *hboxLayout3; QSpinBox *discRegions; QLabel *textLabel1_2; QSpacerItem *spacer2; Q3GroupBox *groupBox2; QVBoxLayout *vboxLayout7; QVBoxLayout *vboxLayout8; QLabel *cutLabel; Q3Table *QualiTable; QHBoxLayout *hboxLayout4; QLabel *TextLabel2; QComboBox *testTypeSel; QVBoxLayout *vboxLayout9; QLabel *TextLabel1; QHBoxLayout *hboxLayout5; QLineEdit *FileName; QPushButton *BrowseButton; QHBoxLayout *hboxLayout6; QPushButton *StartButton; QSpacerItem *Spacer3; QPushButton *CloseButt; void setupUi(QDialog *QAReportBase) { if (QAReportBase->objectName().isEmpty()) QAReportBase->setObjectName(QString::fromUtf8("QAReportBase")); QAReportBase->resize(505, 680); vboxLayout = new QVBoxLayout(QAReportBase); vboxLayout->setSpacing(6); vboxLayout->setContentsMargins(11, 11, 11, 11); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); vboxLayout1 = new QVBoxLayout(); vboxLayout1->setSpacing(6); vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); Headline = new QLabel(QAReportBase); Headline->setObjectName(QString::fromUtf8("Headline")); Headline->setWordWrap(false); vboxLayout1->addWidget(Headline); TabWidget = new QTabWidget(QAReportBase); TabWidget->setObjectName(QString::fromUtf8("TabWidget")); tab1 = new QWidget(); tab1->setObjectName(QString::fromUtf8("tab1")); vboxLayout2 = new QVBoxLayout(tab1); vboxLayout2->setSpacing(6); vboxLayout2->setContentsMargins(11, 11, 11, 11); vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); ReportText = new Q3TextBrowser(tab1); ReportText->setObjectName(QString::fromUtf8("ReportText")); vboxLayout2->addWidget(ReportText); TabWidget->addTab(tab1, QString()); tab2 = new QWidget(); tab2->setObjectName(QString::fromUtf8("tab2")); vboxLayout3 = new QVBoxLayout(tab2); vboxLayout3->setSpacing(6); vboxLayout3->setContentsMargins(11, 11, 11, 11); vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); vboxLayout4 = new QVBoxLayout(); vboxLayout4->setSpacing(6); vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4")); qualiMechGroup = new Q3GroupBox(tab2); qualiMechGroup->setObjectName(QString::fromUtf8("qualiMechGroup")); qualiMechGroup->setColumnLayout(0, Qt::Vertical); qualiMechGroup->layout()->setSpacing(6); qualiMechGroup->layout()->setContentsMargins(11, 11, 11, 11); vboxLayout5 = new QVBoxLayout(); QBoxLayout *boxlayout = qobject_cast(qualiMechGroup->layout()); if (boxlayout) boxlayout->addLayout(vboxLayout5); vboxLayout5->setAlignment(Qt::AlignTop); vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5")); vboxLayout6 = new QVBoxLayout(); vboxLayout6->setSpacing(6); vboxLayout6->setObjectName(QString::fromUtf8("vboxLayout6")); bareReworked = new QCheckBox(qualiMechGroup); bareReworked->setObjectName(QString::fromUtf8("bareReworked")); vboxLayout6->addWidget(bareReworked); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); MCCReworked = new QCheckBox(qualiMechGroup); MCCReworked->setObjectName(QString::fromUtf8("MCCReworked")); hboxLayout->addWidget(MCCReworked); spacer4 = new QSpacerItem(41, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacer4); mcc_beforeAssy = new QCheckBox(qualiMechGroup); mcc_beforeAssy->setObjectName(QString::fromUtf8("mcc_beforeAssy")); hboxLayout->addWidget(mcc_beforeAssy); vboxLayout6->addLayout(hboxLayout); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); flexReworked = new QCheckBox(qualiMechGroup); flexReworked->setObjectName(QString::fromUtf8("flexReworked")); hboxLayout1->addWidget(flexReworked); spacer5 = new QSpacerItem(41, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(spacer5); fp_beforeAssy = new QCheckBox(qualiMechGroup); fp_beforeAssy->setObjectName(QString::fromUtf8("fp_beforeAssy")); hboxLayout1->addWidget(fp_beforeAssy); vboxLayout6->addLayout(hboxLayout1); hboxLayout2 = new QHBoxLayout(); hboxLayout2->setSpacing(6); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); moduleBow = new QSpinBox(qualiMechGroup); moduleBow->setObjectName(QString::fromUtf8("moduleBow")); moduleBow->setMinimum(-9999); moduleBow->setMaximum(9999); hboxLayout2->addWidget(moduleBow); textLabel1 = new QLabel(qualiMechGroup); textLabel1->setObjectName(QString::fromUtf8("textLabel1")); textLabel1->setWordWrap(false); hboxLayout2->addWidget(textLabel1); spacer3 = new QSpacerItem(60, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout2->addItem(spacer3); vboxLayout6->addLayout(hboxLayout2); hboxLayout3 = new QHBoxLayout(); hboxLayout3->setSpacing(6); hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); discRegions = new QSpinBox(qualiMechGroup); discRegions->setObjectName(QString::fromUtf8("discRegions")); discRegions->setMaximum(999); hboxLayout3->addWidget(discRegions); textLabel1_2 = new QLabel(qualiMechGroup); textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2")); textLabel1_2->setWordWrap(false); hboxLayout3->addWidget(textLabel1_2); spacer2 = new QSpacerItem(62, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout3->addItem(spacer2); vboxLayout6->addLayout(hboxLayout3); vboxLayout5->addLayout(vboxLayout6); vboxLayout4->addWidget(qualiMechGroup); groupBox2 = new Q3GroupBox(tab2); groupBox2->setObjectName(QString::fromUtf8("groupBox2")); groupBox2->setColumnLayout(0, Qt::Vertical); groupBox2->layout()->setSpacing(6); groupBox2->layout()->setContentsMargins(11, 11, 11, 11); vboxLayout7 = new QVBoxLayout(); QBoxLayout *boxlayout1 = qobject_cast(groupBox2->layout()); if (boxlayout1) boxlayout1->addLayout(vboxLayout7); vboxLayout7->setAlignment(Qt::AlignTop); vboxLayout7->setObjectName(QString::fromUtf8("vboxLayout7")); vboxLayout8 = new QVBoxLayout(); vboxLayout8->setSpacing(6); vboxLayout8->setObjectName(QString::fromUtf8("vboxLayout8")); cutLabel = new QLabel(groupBox2); cutLabel->setObjectName(QString::fromUtf8("cutLabel")); cutLabel->setWordWrap(false); vboxLayout8->addWidget(cutLabel); QualiTable = new Q3Table(groupBox2); QualiTable->setObjectName(QString::fromUtf8("QualiTable")); QualiTable->setNumRows(11); QualiTable->setNumCols(3); vboxLayout8->addWidget(QualiTable); vboxLayout7->addLayout(vboxLayout8); vboxLayout4->addWidget(groupBox2); vboxLayout3->addLayout(vboxLayout4); TabWidget->addTab(tab2, QString()); vboxLayout1->addWidget(TabWidget); hboxLayout4 = new QHBoxLayout(); hboxLayout4->setSpacing(6); hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); TextLabel2 = new QLabel(QAReportBase); TextLabel2->setObjectName(QString::fromUtf8("TextLabel2")); TextLabel2->setWordWrap(false); hboxLayout4->addWidget(TextLabel2); testTypeSel = new QComboBox(QAReportBase); testTypeSel->setObjectName(QString::fromUtf8("testTypeSel")); hboxLayout4->addWidget(testTypeSel); vboxLayout1->addLayout(hboxLayout4); vboxLayout9 = new QVBoxLayout(); vboxLayout9->setSpacing(6); vboxLayout9->setContentsMargins(0, 0, 0, 0); vboxLayout9->setObjectName(QString::fromUtf8("vboxLayout9")); TextLabel1 = new QLabel(QAReportBase); TextLabel1->setObjectName(QString::fromUtf8("TextLabel1")); TextLabel1->setWordWrap(false); vboxLayout9->addWidget(TextLabel1); hboxLayout5 = new QHBoxLayout(); hboxLayout5->setSpacing(6); hboxLayout5->setContentsMargins(0, 0, 0, 0); hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); FileName = new QLineEdit(QAReportBase); FileName->setObjectName(QString::fromUtf8("FileName")); hboxLayout5->addWidget(FileName); BrowseButton = new QPushButton(QAReportBase); BrowseButton->setObjectName(QString::fromUtf8("BrowseButton")); hboxLayout5->addWidget(BrowseButton); vboxLayout9->addLayout(hboxLayout5); vboxLayout1->addLayout(vboxLayout9); hboxLayout6 = new QHBoxLayout(); hboxLayout6->setSpacing(6); hboxLayout6->setContentsMargins(0, 0, 0, 0); hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6")); StartButton = new QPushButton(QAReportBase); StartButton->setObjectName(QString::fromUtf8("StartButton")); StartButton->setEnabled(false); hboxLayout6->addWidget(StartButton); Spacer3 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout6->addItem(Spacer3); CloseButt = new QPushButton(QAReportBase); CloseButt->setObjectName(QString::fromUtf8("CloseButt")); hboxLayout6->addWidget(CloseButt); vboxLayout1->addLayout(hboxLayout6); vboxLayout->addLayout(vboxLayout1); retranslateUi(QAReportBase); QMetaObject::connectSlotsByName(QAReportBase); } // setupUi void retranslateUi(QDialog *QAReportBase) { QAReportBase->setWindowTitle(QApplication::translate("QAReportBase", "QA Report", 0, QApplication::UnicodeUTF8)); Headline->setText(QApplication::translate("QAReportBase", "QA Report for Module ", 0, QApplication::UnicodeUTF8)); TabWidget->setTabText(TabWidget->indexOf(tab1), QApplication::translate("QAReportBase", "Report", 0, QApplication::UnicodeUTF8)); qualiMechGroup->setTitle(QApplication::translate("QAReportBase", "mechanical penalties", 0, QApplication::UnicodeUTF8)); bareReworked->setText(QApplication::translate("QAReportBase", "bare module was reworked", 0, QApplication::UnicodeUTF8)); MCCReworked->setText(QApplication::translate("QAReportBase", "MCC module was reworked", 0, QApplication::UnicodeUTF8)); mcc_beforeAssy->setText(QApplication::translate("QAReportBase", "after assembly", 0, QApplication::UnicodeUTF8)); flexReworked->setText(QApplication::translate("QAReportBase", "flex/pigtail/type-0 module was reworked", 0, QApplication::UnicodeUTF8)); fp_beforeAssy->setText(QApplication::translate("QAReportBase", "after assembly", 0, QApplication::UnicodeUTF8)); textLabel1->setText(QApplication::translate("QAReportBase", "module bow (um)", 0, QApplication::UnicodeUTF8)); textLabel1_2->setText(QApplication::translate("QAReportBase", "regions of >30 disconnected bumps (not auto-filled!)", 0, QApplication::UnicodeUTF8)); groupBox2->setTitle(QApplication::translate("QAReportBase", "module score", 0, QApplication::UnicodeUTF8)); cutLabel->setText(QApplication::translate("QAReportBase", "electrical penalties based on ...", 0, QApplication::UnicodeUTF8)); QualiTable->horizontalHeader()->setLabel(0, QApplication::translate("QAReportBase", "1", 0, QApplication::UnicodeUTF8)); QualiTable->horizontalHeader()->setLabel(1, QApplication::translate("QAReportBase", "2", 0, QApplication::UnicodeUTF8)); QualiTable->horizontalHeader()->setLabel(2, QApplication::translate("QAReportBase", "3", 0, QApplication::UnicodeUTF8)); QualiTable->verticalHeader()->setLabel(0, QApplication::translate("QAReportBase", "1", 0, QApplication::UnicodeUTF8)); QualiTable->verticalHeader()->setLabel(1, QApplication::translate("QAReportBase", "2", 0, QApplication::UnicodeUTF8)); QualiTable->verticalHeader()->setLabel(2, QApplication::translate("QAReportBase", "3", 0, QApplication::UnicodeUTF8)); QualiTable->verticalHeader()->setLabel(3, QApplication::translate("QAReportBase", "4", 0, QApplication::UnicodeUTF8)); QualiTable->verticalHeader()->setLabel(4, QApplication::translate("QAReportBase", "5", 0, QApplication::UnicodeUTF8)); QualiTable->verticalHeader()->setLabel(5, QApplication::translate("QAReportBase", "6", 0, QApplication::UnicodeUTF8)); QualiTable->verticalHeader()->setLabel(6, QApplication::translate("QAReportBase", "7", 0, QApplication::UnicodeUTF8)); QualiTable->verticalHeader()->setLabel(7, QApplication::translate("QAReportBase", "8", 0, QApplication::UnicodeUTF8)); QualiTable->verticalHeader()->setLabel(8, QApplication::translate("QAReportBase", "9", 0, QApplication::UnicodeUTF8)); QualiTable->verticalHeader()->setLabel(9, QApplication::translate("QAReportBase", "10", 0, QApplication::UnicodeUTF8)); QualiTable->verticalHeader()->setLabel(10, QApplication::translate("QAReportBase", "11", 0, QApplication::UnicodeUTF8)); TabWidget->setTabText(TabWidget->indexOf(tab2), QApplication::translate("QAReportBase", "Quali form", 0, QApplication::UnicodeUTF8)); TextLabel2->setText(QApplication::translate("QAReportBase", "Report for type", 0, QApplication::UnicodeUTF8)); testTypeSel->clear(); testTypeSel->insertItems(0, QStringList() << QApplication::translate("QAReportBase", "any", 0, QApplication::UnicodeUTF8) ); TextLabel1->setText(QApplication::translate("QAReportBase", "Report output path", 0, QApplication::UnicodeUTF8)); BrowseButton->setText(QApplication::translate("QAReportBase", "Browse...", 0, QApplication::UnicodeUTF8)); StartButton->setText(QApplication::translate("QAReportBase", "Go!", 0, QApplication::UnicodeUTF8)); CloseButt->setText(QApplication::translate("QAReportBase", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class QAReportBase: public Ui_QAReportBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QAREPORTBASE_H