/******************************************************************************** ** Form generated from reading UI file 'WaferTestPanel.ui' ** ** Created: Mon 23. Jul 10:26:15 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_WAFERTESTPANEL_H #define UI_WAFERTESTPANEL_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_WaferTestPanel { public: QVBoxLayout *verticalLayout_2; QVBoxLayout *verticalLayout; QLabel *label; QHBoxLayout *horizontalLayout; QLabel *label_3; QComboBox *proberTypesBox; QSpacerItem *spacer9_2; QPushButton *newEditButton; QSpacerItem *horizontalSpacer_3; QPushButton *loadButton; QSpacerItem *spacer9; QPushButton *saveButton; QHBoxLayout *_2; QLabel *dname_label; QLineEdit *outdirName; QPushButton *browseDirButton; QHBoxLayout *horizontalLayout_5; QLabel *label_5; QLineEdit *waferLabel; QLabel *label_7; QLineEdit *waferSN; QSpacerItem *horizontalSpacer_6; QComboBox *indexLabelType; QHBoxLayout *horizontalLayout_3; QLabel *chipLabel; QLabel *indexLabel; QLineEdit *indexField; QLabel *colLabel; QLineEdit *colField; QLabel *label_2; QLineEdit *rowField; QSpacerItem *horizontalSpacer; QComboBox *subdieBox; QSpacerItem *horizontalSpacer_2; QHBoxLayout *horizontalLayout_4; QCheckBox *firstChipBox; QSpacerItem *horizontalSpacer_4; QLabel *label_4; QSpinBox *nChips; QSpacerItem *horizontalSpacer_5; QHBoxLayout *horizontalLayout_6; QLabel *label_6; QLCDNumber *nTestedChips; QSpacerItem *horizontalSpacer_8; QLabel *statusLabel; QSpacerItem *horizontalSpacer_7; QFrame *line; void setupUi(QWidget *WaferTestPanel) { if (WaferTestPanel->objectName().isEmpty()) WaferTestPanel->setObjectName(QString::fromUtf8("WaferTestPanel")); WaferTestPanel->setEnabled(true); WaferTestPanel->resize(531, 284); QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(WaferTestPanel->sizePolicy().hasHeightForWidth()); WaferTestPanel->setSizePolicy(sizePolicy); WaferTestPanel->setMinimumSize(QSize(400, 0)); WaferTestPanel->setFocusPolicy(Qt::WheelFocus); verticalLayout_2 = new QVBoxLayout(WaferTestPanel); verticalLayout_2->setSpacing(6); verticalLayout_2->setContentsMargins(11, 11, 11, 11); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); verticalLayout = new QVBoxLayout(); verticalLayout->setSpacing(6); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); label = new QLabel(WaferTestPanel); label->setObjectName(QString::fromUtf8("label")); QFont font; font.setBold(true); font.setWeight(75); label->setFont(font); label->setAlignment(Qt::AlignCenter); verticalLayout->addWidget(label); horizontalLayout = new QHBoxLayout(); horizontalLayout->setSpacing(6); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); label_3 = new QLabel(WaferTestPanel); label_3->setObjectName(QString::fromUtf8("label_3")); horizontalLayout->addWidget(label_3); proberTypesBox = new QComboBox(WaferTestPanel); proberTypesBox->setObjectName(QString::fromUtf8("proberTypesBox")); horizontalLayout->addWidget(proberTypesBox); spacer9_2 = new QSpacerItem(28, 20, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayout->addItem(spacer9_2); newEditButton = new QPushButton(WaferTestPanel); newEditButton->setObjectName(QString::fromUtf8("newEditButton")); horizontalLayout->addWidget(newEditButton); horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer_3); loadButton = new QPushButton(WaferTestPanel); loadButton->setObjectName(QString::fromUtf8("loadButton")); loadButton->setEnabled(true); horizontalLayout->addWidget(loadButton); spacer9 = new QSpacerItem(28, 31, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(spacer9); saveButton = new QPushButton(WaferTestPanel); saveButton->setObjectName(QString::fromUtf8("saveButton")); saveButton->setEnabled(true); horizontalLayout->addWidget(saveButton); verticalLayout->addLayout(horizontalLayout); _2 = new QHBoxLayout(); _2->setSpacing(6); _2->setObjectName(QString::fromUtf8("_2")); dname_label = new QLabel(WaferTestPanel); dname_label->setObjectName(QString::fromUtf8("dname_label")); dname_label->setWordWrap(false); _2->addWidget(dname_label); outdirName = new QLineEdit(WaferTestPanel); outdirName->setObjectName(QString::fromUtf8("outdirName")); _2->addWidget(outdirName); browseDirButton = new QPushButton(WaferTestPanel); browseDirButton->setObjectName(QString::fromUtf8("browseDirButton")); browseDirButton->setEnabled(true); _2->addWidget(browseDirButton); verticalLayout->addLayout(_2); horizontalLayout_5 = new QHBoxLayout(); horizontalLayout_5->setSpacing(6); horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5")); label_5 = new QLabel(WaferTestPanel); label_5->setObjectName(QString::fromUtf8("label_5")); horizontalLayout_5->addWidget(label_5); waferLabel = new QLineEdit(WaferTestPanel); waferLabel->setObjectName(QString::fromUtf8("waferLabel")); horizontalLayout_5->addWidget(waferLabel); label_7 = new QLabel(WaferTestPanel); label_7->setObjectName(QString::fromUtf8("label_7")); horizontalLayout_5->addWidget(label_7); waferSN = new QLineEdit(WaferTestPanel); waferSN->setObjectName(QString::fromUtf8("waferSN")); horizontalLayout_5->addWidget(waferSN); horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayout_5->addItem(horizontalSpacer_6); indexLabelType = new QComboBox(WaferTestPanel); indexLabelType->setObjectName(QString::fromUtf8("indexLabelType")); indexLabelType->setMinimumSize(QSize(140, 0)); horizontalLayout_5->addWidget(indexLabelType); verticalLayout->addLayout(horizontalLayout_5); horizontalLayout_3 = new QHBoxLayout(); horizontalLayout_3->setSpacing(6); horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); chipLabel = new QLabel(WaferTestPanel); chipLabel->setObjectName(QString::fromUtf8("chipLabel")); horizontalLayout_3->addWidget(chipLabel); indexLabel = new QLabel(WaferTestPanel); indexLabel->setObjectName(QString::fromUtf8("indexLabel")); horizontalLayout_3->addWidget(indexLabel); indexField = new QLineEdit(WaferTestPanel); indexField->setObjectName(QString::fromUtf8("indexField")); horizontalLayout_3->addWidget(indexField); colLabel = new QLabel(WaferTestPanel); colLabel->setObjectName(QString::fromUtf8("colLabel")); horizontalLayout_3->addWidget(colLabel); colField = new QLineEdit(WaferTestPanel); colField->setObjectName(QString::fromUtf8("colField")); colField->setEnabled(false); horizontalLayout_3->addWidget(colField); label_2 = new QLabel(WaferTestPanel); label_2->setObjectName(QString::fromUtf8("label_2")); horizontalLayout_3->addWidget(label_2); rowField = new QLineEdit(WaferTestPanel); rowField->setObjectName(QString::fromUtf8("rowField")); rowField->setEnabled(false); horizontalLayout_3->addWidget(rowField); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayout_3->addItem(horizontalSpacer); subdieBox = new QComboBox(WaferTestPanel); subdieBox->setObjectName(QString::fromUtf8("subdieBox")); subdieBox->setEnabled(false); horizontalLayout_3->addWidget(subdieBox); horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_3->addItem(horizontalSpacer_2); verticalLayout->addLayout(horizontalLayout_3); horizontalLayout_4 = new QHBoxLayout(); horizontalLayout_4->setSpacing(6); horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4")); firstChipBox = new QCheckBox(WaferTestPanel); firstChipBox->setObjectName(QString::fromUtf8("firstChipBox")); firstChipBox->setChecked(true); horizontalLayout_4->addWidget(firstChipBox); horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayout_4->addItem(horizontalSpacer_4); label_4 = new QLabel(WaferTestPanel); label_4->setObjectName(QString::fromUtf8("label_4")); horizontalLayout_4->addWidget(label_4); nChips = new QSpinBox(WaferTestPanel); nChips->setObjectName(QString::fromUtf8("nChips")); nChips->setMaximum(999999); horizontalLayout_4->addWidget(nChips); horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_4->addItem(horizontalSpacer_5); verticalLayout->addLayout(horizontalLayout_4); horizontalLayout_6 = new QHBoxLayout(); horizontalLayout_6->setSpacing(6); horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6")); label_6 = new QLabel(WaferTestPanel); label_6->setObjectName(QString::fromUtf8("label_6")); horizontalLayout_6->addWidget(label_6); nTestedChips = new QLCDNumber(WaferTestPanel); nTestedChips->setObjectName(QString::fromUtf8("nTestedChips")); QPalette palette; QBrush brush(QColor(0, 0, 0, 255)); brush.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::WindowText, brush); QBrush brush1(QColor(0, 0, 255, 255)); brush1.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Button, brush1); QBrush brush2(QColor(127, 127, 255, 255)); brush2.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Light, brush2); QBrush brush3(QColor(63, 63, 255, 255)); brush3.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Midlight, brush3); QBrush brush4(QColor(0, 0, 127, 255)); brush4.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Dark, brush4); QBrush brush5(QColor(0, 0, 170, 255)); brush5.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Mid, brush5); palette.setBrush(QPalette::Active, QPalette::Text, brush); QBrush brush6(QColor(255, 255, 255, 255)); brush6.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::BrightText, brush6); palette.setBrush(QPalette::Active, QPalette::ButtonText, brush); palette.setBrush(QPalette::Active, QPalette::Base, brush6); palette.setBrush(QPalette::Active, QPalette::Window, brush1); palette.setBrush(QPalette::Active, QPalette::Shadow, brush); palette.setBrush(QPalette::Active, QPalette::AlternateBase, brush2); QBrush brush7(QColor(255, 255, 220, 255)); brush7.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::ToolTipBase, brush7); palette.setBrush(QPalette::Active, QPalette::ToolTipText, brush); palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush); palette.setBrush(QPalette::Inactive, QPalette::Button, brush1); palette.setBrush(QPalette::Inactive, QPalette::Light, brush2); palette.setBrush(QPalette::Inactive, QPalette::Midlight, brush3); palette.setBrush(QPalette::Inactive, QPalette::Dark, brush4); palette.setBrush(QPalette::Inactive, QPalette::Mid, brush5); palette.setBrush(QPalette::Inactive, QPalette::Text, brush); palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush6); palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush); palette.setBrush(QPalette::Inactive, QPalette::Base, brush6); palette.setBrush(QPalette::Inactive, QPalette::Window, brush1); palette.setBrush(QPalette::Inactive, QPalette::Shadow, brush); palette.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush2); palette.setBrush(QPalette::Inactive, QPalette::ToolTipBase, brush7); palette.setBrush(QPalette::Inactive, QPalette::ToolTipText, brush); palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush4); palette.setBrush(QPalette::Disabled, QPalette::Button, brush1); palette.setBrush(QPalette::Disabled, QPalette::Light, brush2); palette.setBrush(QPalette::Disabled, QPalette::Midlight, brush3); palette.setBrush(QPalette::Disabled, QPalette::Dark, brush4); palette.setBrush(QPalette::Disabled, QPalette::Mid, brush5); palette.setBrush(QPalette::Disabled, QPalette::Text, brush4); palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush6); palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush4); palette.setBrush(QPalette::Disabled, QPalette::Base, brush1); palette.setBrush(QPalette::Disabled, QPalette::Window, brush1); palette.setBrush(QPalette::Disabled, QPalette::Shadow, brush); palette.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush1); palette.setBrush(QPalette::Disabled, QPalette::ToolTipBase, brush7); palette.setBrush(QPalette::Disabled, QPalette::ToolTipText, brush); nTestedChips->setPalette(palette); QFont font1; font1.setBold(false); font1.setWeight(50); nTestedChips->setFont(font1); nTestedChips->setFrameShape(QFrame::Box); nTestedChips->setLineWidth(1); nTestedChips->setSmallDecimalPoint(false); nTestedChips->setSegmentStyle(QLCDNumber::Filled); horizontalLayout_6->addWidget(nTestedChips); horizontalSpacer_8 = new QSpacerItem(20, 15, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayout_6->addItem(horizontalSpacer_8); statusLabel = new QLabel(WaferTestPanel); statusLabel->setObjectName(QString::fromUtf8("statusLabel")); horizontalLayout_6->addWidget(statusLabel); horizontalSpacer_7 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_6->addItem(horizontalSpacer_7); verticalLayout->addLayout(horizontalLayout_6); line = new QFrame(WaferTestPanel); line->setObjectName(QString::fromUtf8("line")); line->setFrameShape(QFrame::HLine); line->setFrameShadow(QFrame::Sunken); verticalLayout->addWidget(line); verticalLayout_2->addLayout(verticalLayout); retranslateUi(WaferTestPanel); QMetaObject::connectSlotsByName(WaferTestPanel); } // setupUi void retranslateUi(QWidget *WaferTestPanel) { WaferTestPanel->setWindowTitle(QApplication::translate("WaferTestPanel", "Wafer Test Panel", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("WaferTestPanel", "Wafer Test Panel", 0, QApplication::UnicodeUTF8)); label_3->setText(QApplication::translate("WaferTestPanel", "Prober types: ", 0, QApplication::UnicodeUTF8)); newEditButton->setText(QApplication::translate("WaferTestPanel", "New Prober", 0, QApplication::UnicodeUTF8)); loadButton->setText(QApplication::translate("WaferTestPanel", "Load Prober", 0, QApplication::UnicodeUTF8)); saveButton->setText(QApplication::translate("WaferTestPanel", "Save Prober", 0, QApplication::UnicodeUTF8)); dname_label->setText(QApplication::translate("WaferTestPanel", "Output Folder", 0, QApplication::UnicodeUTF8)); browseDirButton->setText(QApplication::translate("WaferTestPanel", "Browse", 0, QApplication::UnicodeUTF8)); label_5->setText(QApplication::translate("WaferTestPanel", "Wafer label", 0, QApplication::UnicodeUTF8)); waferLabel->setText(QApplication::translate("WaferTestPanel", "AB12CD34", 0, QApplication::UnicodeUTF8)); label_7->setText(QApplication::translate("WaferTestPanel", "Wafer SN", 0, QApplication::UnicodeUTF8)); waferSN->setText(QApplication::translate("WaferTestPanel", "0", 0, QApplication::UnicodeUTF8)); indexLabelType->clear(); indexLabelType->insertItems(0, QStringList() << QApplication::translate("WaferTestPanel", "label by chip index", 0, QApplication::UnicodeUTF8) << QApplication::translate("WaferTestPanel", "label by row,col", 0, QApplication::UnicodeUTF8) << QApplication::translate("WaferTestPanel", "label by row, col and sub-die", 0, QApplication::UnicodeUTF8) ); chipLabel->setText(QApplication::translate("WaferTestPanel", "Chip: ", 0, QApplication::UnicodeUTF8)); indexLabel->setText(QApplication::translate("WaferTestPanel", "index", 0, QApplication::UnicodeUTF8)); indexField->setText(QApplication::translate("WaferTestPanel", "1", 0, QApplication::UnicodeUTF8)); colLabel->setText(QApplication::translate("WaferTestPanel", "col", 0, QApplication::UnicodeUTF8)); colField->setText(QApplication::translate("WaferTestPanel", "0", 0, QApplication::UnicodeUTF8)); label_2->setText(QApplication::translate("WaferTestPanel", "row", 0, QApplication::UnicodeUTF8)); rowField->setInputMask(QString()); rowField->setText(QApplication::translate("WaferTestPanel", "0", 0, QApplication::UnicodeUTF8)); subdieBox->clear(); subdieBox->insertItems(0, QStringList() << QApplication::translate("WaferTestPanel", "A", 0, QApplication::UnicodeUTF8) << QApplication::translate("WaferTestPanel", "B", 0, QApplication::UnicodeUTF8) ); firstChipBox->setText(QApplication::translate("WaferTestPanel", "start at first chip", 0, QApplication::UnicodeUTF8)); label_4->setText(QApplication::translate("WaferTestPanel", "No. of chips to probe (0: probe all)", 0, QApplication::UnicodeUTF8)); label_6->setText(QApplication::translate("WaferTestPanel", "No. of chips probed", 0, QApplication::UnicodeUTF8)); statusLabel->setText(QApplication::translate("WaferTestPanel", "----", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class WaferTestPanel: public Ui_WaferTestPanel {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_WAFERTESTPANEL_H