/******************************************************************************** ** Form generated from reading UI file 'RegPanelBase.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_REGPANELBASE_H #define UI_REGPANELBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_RegPanelBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QHBoxLayout *hboxLayout; QLabel *topLabel; QSpacerItem *spacer4; QLabel *textLabel4; QSpinBox *chipBox; Q3GroupBox *globalBox; QVBoxLayout *vboxLayout2; QVBoxLayout *vboxLayout3; QHBoxLayout *hboxLayout1; QLabel *statusGRLabel; QSpacerItem *spacer1; QPushButton *statusGR; QSpacerItem *spacer2; QLineEdit *bitsGR; Q3GroupBox *pixelBox; QVBoxLayout *vboxLayout4; QVBoxLayout *vboxLayout5; QHBoxLayout *hboxLayout2; QLabel *statusCP0Label; QSpacerItem *spacer1_2; QPushButton *statusCP0; QSpacerItem *spacer2_2; QLineEdit *bitsCP0; QHBoxLayout *hboxLayout3; QLabel *statusCP1Label; QSpacerItem *spacer1_2_2; QPushButton *statusCP1; QSpacerItem *spacer2_2_2; QLineEdit *bitsCP1; QHBoxLayout *hboxLayout4; QLabel *statusCP2Label; QSpacerItem *spacer1_2_3; QPushButton *statusCP2; QSpacerItem *spacer2_2_3; QLineEdit *bitsCP2; QHBoxLayout *hboxLayout5; QLabel *statusCP3Label; QSpacerItem *spacer1_2_4; QPushButton *statusCP3; QSpacerItem *spacer2_2_4; QLineEdit *bitsCP3; QHBoxLayout *hboxLayout6; QLabel *statusCP4Label; QSpacerItem *spacer1_2_4_4; QPushButton *statusCP4; QSpacerItem *spacer2_2_4_4; QLineEdit *bitsCP4; QHBoxLayout *hboxLayout7; QLabel *statusCP5Label; QSpacerItem *spacer1_2_4_5; QPushButton *statusCP5; QSpacerItem *spacer2_2_4_5; QLineEdit *bitsCP5; QHBoxLayout *hboxLayout8; QLabel *statusCP6Label; QSpacerItem *spacer1_2_4_6; QPushButton *statusCP6; QSpacerItem *spacer2_2_4_6; QLineEdit *bitsCP6; QHBoxLayout *hboxLayout9; QLabel *statusCP7Label; QSpacerItem *spacer1_2_4_7; QPushButton *statusCP7; QSpacerItem *spacer2_2_4_7; QLineEdit *bitsCP7; QHBoxLayout *hboxLayout10; QLabel *statusCP8Label; QSpacerItem *spacer1_2_4_8; QPushButton *statusCP8; QSpacerItem *spacer2_2_4_8; QLineEdit *bitsCP8; QHBoxLayout *hboxLayout11; QSpacerItem *spacer3; QPushButton *closeButton; void setupUi(QDialog *RegPanelBase) { if (RegPanelBase->objectName().isEmpty()) RegPanelBase->setObjectName(QString::fromUtf8("RegPanelBase")); RegPanelBase->resize(508, 571); vboxLayout = new QVBoxLayout(RegPanelBase); 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")); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); topLabel = new QLabel(RegPanelBase); topLabel->setObjectName(QString::fromUtf8("topLabel")); topLabel->setMaximumSize(QSize(32767, 40)); topLabel->setWordWrap(false); hboxLayout->addWidget(topLabel); spacer4 = new QSpacerItem(51, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacer4); textLabel4 = new QLabel(RegPanelBase); textLabel4->setObjectName(QString::fromUtf8("textLabel4")); textLabel4->setWordWrap(false); hboxLayout->addWidget(textLabel4); chipBox = new QSpinBox(RegPanelBase); chipBox->setObjectName(QString::fromUtf8("chipBox")); chipBox->setMaximum(15); hboxLayout->addWidget(chipBox); vboxLayout1->addLayout(hboxLayout); globalBox = new Q3GroupBox(RegPanelBase); globalBox->setObjectName(QString::fromUtf8("globalBox")); globalBox->setColumnLayout(0, Qt::Vertical); globalBox->layout()->setSpacing(6); globalBox->layout()->setContentsMargins(11, 11, 11, 11); vboxLayout2 = new QVBoxLayout(); QBoxLayout *boxlayout = qobject_cast(globalBox->layout()); if (boxlayout) boxlayout->addLayout(vboxLayout2); vboxLayout2->setAlignment(Qt::AlignTop); vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); vboxLayout3 = new QVBoxLayout(); vboxLayout3->setSpacing(6); vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); statusGRLabel = new QLabel(globalBox); statusGRLabel->setObjectName(QString::fromUtf8("statusGRLabel")); statusGRLabel->setWordWrap(false); hboxLayout1->addWidget(statusGRLabel); spacer1 = new QSpacerItem(61, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(spacer1); statusGR = new QPushButton(globalBox); statusGR->setObjectName(QString::fromUtf8("statusGR")); QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(statusGR->sizePolicy().hasHeightForWidth()); statusGR->setSizePolicy(sizePolicy); statusGR->setMaximumSize(QSize(35, 35)); hboxLayout1->addWidget(statusGR); spacer2 = new QSpacerItem(61, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(spacer2); vboxLayout3->addLayout(hboxLayout1); bitsGR = new QLineEdit(globalBox); bitsGR->setObjectName(QString::fromUtf8("bitsGR")); vboxLayout3->addWidget(bitsGR); vboxLayout2->addLayout(vboxLayout3); vboxLayout1->addWidget(globalBox); pixelBox = new Q3GroupBox(RegPanelBase); pixelBox->setObjectName(QString::fromUtf8("pixelBox")); pixelBox->setColumnLayout(0, Qt::Vertical); pixelBox->layout()->setSpacing(6); pixelBox->layout()->setContentsMargins(11, 11, 11, 11); vboxLayout4 = new QVBoxLayout(); QBoxLayout *boxlayout1 = qobject_cast(pixelBox->layout()); if (boxlayout1) boxlayout1->addLayout(vboxLayout4); vboxLayout4->setAlignment(Qt::AlignTop); vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4")); vboxLayout5 = new QVBoxLayout(); vboxLayout5->setSpacing(6); vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5")); hboxLayout2 = new QHBoxLayout(); hboxLayout2->setSpacing(6); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); statusCP0Label = new QLabel(pixelBox); statusCP0Label->setObjectName(QString::fromUtf8("statusCP0Label")); statusCP0Label->setWordWrap(false); hboxLayout2->addWidget(statusCP0Label); spacer1_2 = new QSpacerItem(21, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout2->addItem(spacer1_2); statusCP0 = new QPushButton(pixelBox); statusCP0->setObjectName(QString::fromUtf8("statusCP0")); sizePolicy.setHeightForWidth(statusCP0->sizePolicy().hasHeightForWidth()); statusCP0->setSizePolicy(sizePolicy); statusCP0->setMaximumSize(QSize(35, 35)); statusCP0->setAutoFillBackground(false); hboxLayout2->addWidget(statusCP0); spacer2_2 = new QSpacerItem(22, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout2->addItem(spacer2_2); bitsCP0 = new QLineEdit(pixelBox); bitsCP0->setObjectName(QString::fromUtf8("bitsCP0")); hboxLayout2->addWidget(bitsCP0); vboxLayout5->addLayout(hboxLayout2); hboxLayout3 = new QHBoxLayout(); hboxLayout3->setSpacing(6); hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); statusCP1Label = new QLabel(pixelBox); statusCP1Label->setObjectName(QString::fromUtf8("statusCP1Label")); statusCP1Label->setWordWrap(false); hboxLayout3->addWidget(statusCP1Label); spacer1_2_2 = new QSpacerItem(21, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout3->addItem(spacer1_2_2); statusCP1 = new QPushButton(pixelBox); statusCP1->setObjectName(QString::fromUtf8("statusCP1")); sizePolicy.setHeightForWidth(statusCP1->sizePolicy().hasHeightForWidth()); statusCP1->setSizePolicy(sizePolicy); statusCP1->setMaximumSize(QSize(35, 35)); hboxLayout3->addWidget(statusCP1); spacer2_2_2 = new QSpacerItem(22, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout3->addItem(spacer2_2_2); bitsCP1 = new QLineEdit(pixelBox); bitsCP1->setObjectName(QString::fromUtf8("bitsCP1")); hboxLayout3->addWidget(bitsCP1); vboxLayout5->addLayout(hboxLayout3); hboxLayout4 = new QHBoxLayout(); hboxLayout4->setSpacing(6); hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); statusCP2Label = new QLabel(pixelBox); statusCP2Label->setObjectName(QString::fromUtf8("statusCP2Label")); statusCP2Label->setWordWrap(false); hboxLayout4->addWidget(statusCP2Label); spacer1_2_3 = new QSpacerItem(21, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout4->addItem(spacer1_2_3); statusCP2 = new QPushButton(pixelBox); statusCP2->setObjectName(QString::fromUtf8("statusCP2")); sizePolicy.setHeightForWidth(statusCP2->sizePolicy().hasHeightForWidth()); statusCP2->setSizePolicy(sizePolicy); statusCP2->setMaximumSize(QSize(35, 35)); hboxLayout4->addWidget(statusCP2); spacer2_2_3 = new QSpacerItem(22, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout4->addItem(spacer2_2_3); bitsCP2 = new QLineEdit(pixelBox); bitsCP2->setObjectName(QString::fromUtf8("bitsCP2")); hboxLayout4->addWidget(bitsCP2); vboxLayout5->addLayout(hboxLayout4); hboxLayout5 = new QHBoxLayout(); hboxLayout5->setSpacing(6); hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); statusCP3Label = new QLabel(pixelBox); statusCP3Label->setObjectName(QString::fromUtf8("statusCP3Label")); statusCP3Label->setWordWrap(false); hboxLayout5->addWidget(statusCP3Label); spacer1_2_4 = new QSpacerItem(21, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout5->addItem(spacer1_2_4); statusCP3 = new QPushButton(pixelBox); statusCP3->setObjectName(QString::fromUtf8("statusCP3")); sizePolicy.setHeightForWidth(statusCP3->sizePolicy().hasHeightForWidth()); statusCP3->setSizePolicy(sizePolicy); statusCP3->setMaximumSize(QSize(35, 35)); hboxLayout5->addWidget(statusCP3); spacer2_2_4 = new QSpacerItem(22, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout5->addItem(spacer2_2_4); bitsCP3 = new QLineEdit(pixelBox); bitsCP3->setObjectName(QString::fromUtf8("bitsCP3")); hboxLayout5->addWidget(bitsCP3); vboxLayout5->addLayout(hboxLayout5); hboxLayout6 = new QHBoxLayout(); hboxLayout6->setSpacing(6); hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6")); statusCP4Label = new QLabel(pixelBox); statusCP4Label->setObjectName(QString::fromUtf8("statusCP4Label")); statusCP4Label->setWordWrap(false); hboxLayout6->addWidget(statusCP4Label); spacer1_2_4_4 = new QSpacerItem(21, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout6->addItem(spacer1_2_4_4); statusCP4 = new QPushButton(pixelBox); statusCP4->setObjectName(QString::fromUtf8("statusCP4")); sizePolicy.setHeightForWidth(statusCP4->sizePolicy().hasHeightForWidth()); statusCP4->setSizePolicy(sizePolicy); statusCP4->setMaximumSize(QSize(35, 35)); hboxLayout6->addWidget(statusCP4); spacer2_2_4_4 = new QSpacerItem(22, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout6->addItem(spacer2_2_4_4); bitsCP4 = new QLineEdit(pixelBox); bitsCP4->setObjectName(QString::fromUtf8("bitsCP4")); hboxLayout6->addWidget(bitsCP4); vboxLayout5->addLayout(hboxLayout6); hboxLayout7 = new QHBoxLayout(); hboxLayout7->setSpacing(6); hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7")); statusCP5Label = new QLabel(pixelBox); statusCP5Label->setObjectName(QString::fromUtf8("statusCP5Label")); statusCP5Label->setWordWrap(false); hboxLayout7->addWidget(statusCP5Label); spacer1_2_4_5 = new QSpacerItem(21, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout7->addItem(spacer1_2_4_5); statusCP5 = new QPushButton(pixelBox); statusCP5->setObjectName(QString::fromUtf8("statusCP5")); sizePolicy.setHeightForWidth(statusCP5->sizePolicy().hasHeightForWidth()); statusCP5->setSizePolicy(sizePolicy); statusCP5->setMaximumSize(QSize(35, 35)); hboxLayout7->addWidget(statusCP5); spacer2_2_4_5 = new QSpacerItem(22, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout7->addItem(spacer2_2_4_5); bitsCP5 = new QLineEdit(pixelBox); bitsCP5->setObjectName(QString::fromUtf8("bitsCP5")); hboxLayout7->addWidget(bitsCP5); vboxLayout5->addLayout(hboxLayout7); hboxLayout8 = new QHBoxLayout(); hboxLayout8->setSpacing(6); hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8")); statusCP6Label = new QLabel(pixelBox); statusCP6Label->setObjectName(QString::fromUtf8("statusCP6Label")); statusCP6Label->setWordWrap(false); hboxLayout8->addWidget(statusCP6Label); spacer1_2_4_6 = new QSpacerItem(21, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout8->addItem(spacer1_2_4_6); statusCP6 = new QPushButton(pixelBox); statusCP6->setObjectName(QString::fromUtf8("statusCP6")); sizePolicy.setHeightForWidth(statusCP6->sizePolicy().hasHeightForWidth()); statusCP6->setSizePolicy(sizePolicy); statusCP6->setMaximumSize(QSize(35, 35)); hboxLayout8->addWidget(statusCP6); spacer2_2_4_6 = new QSpacerItem(22, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout8->addItem(spacer2_2_4_6); bitsCP6 = new QLineEdit(pixelBox); bitsCP6->setObjectName(QString::fromUtf8("bitsCP6")); hboxLayout8->addWidget(bitsCP6); vboxLayout5->addLayout(hboxLayout8); hboxLayout9 = new QHBoxLayout(); hboxLayout9->setSpacing(6); hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9")); statusCP7Label = new QLabel(pixelBox); statusCP7Label->setObjectName(QString::fromUtf8("statusCP7Label")); statusCP7Label->setWordWrap(false); hboxLayout9->addWidget(statusCP7Label); spacer1_2_4_7 = new QSpacerItem(21, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout9->addItem(spacer1_2_4_7); statusCP7 = new QPushButton(pixelBox); statusCP7->setObjectName(QString::fromUtf8("statusCP7")); sizePolicy.setHeightForWidth(statusCP7->sizePolicy().hasHeightForWidth()); statusCP7->setSizePolicy(sizePolicy); statusCP7->setMaximumSize(QSize(35, 35)); hboxLayout9->addWidget(statusCP7); spacer2_2_4_7 = new QSpacerItem(22, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout9->addItem(spacer2_2_4_7); bitsCP7 = new QLineEdit(pixelBox); bitsCP7->setObjectName(QString::fromUtf8("bitsCP7")); hboxLayout9->addWidget(bitsCP7); vboxLayout5->addLayout(hboxLayout9); hboxLayout10 = new QHBoxLayout(); hboxLayout10->setSpacing(6); hboxLayout10->setObjectName(QString::fromUtf8("hboxLayout10")); statusCP8Label = new QLabel(pixelBox); statusCP8Label->setObjectName(QString::fromUtf8("statusCP8Label")); statusCP8Label->setWordWrap(false); hboxLayout10->addWidget(statusCP8Label); spacer1_2_4_8 = new QSpacerItem(21, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout10->addItem(spacer1_2_4_8); statusCP8 = new QPushButton(pixelBox); statusCP8->setObjectName(QString::fromUtf8("statusCP8")); sizePolicy.setHeightForWidth(statusCP8->sizePolicy().hasHeightForWidth()); statusCP8->setSizePolicy(sizePolicy); statusCP8->setMaximumSize(QSize(35, 35)); hboxLayout10->addWidget(statusCP8); spacer2_2_4_8 = new QSpacerItem(22, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout10->addItem(spacer2_2_4_8); bitsCP8 = new QLineEdit(pixelBox); bitsCP8->setObjectName(QString::fromUtf8("bitsCP8")); hboxLayout10->addWidget(bitsCP8); vboxLayout5->addLayout(hboxLayout10); vboxLayout4->addLayout(vboxLayout5); vboxLayout1->addWidget(pixelBox); hboxLayout11 = new QHBoxLayout(); hboxLayout11->setSpacing(6); hboxLayout11->setObjectName(QString::fromUtf8("hboxLayout11")); spacer3 = new QSpacerItem(341, 31, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout11->addItem(spacer3); closeButton = new QPushButton(RegPanelBase); closeButton->setObjectName(QString::fromUtf8("closeButton")); hboxLayout11->addWidget(closeButton); vboxLayout1->addLayout(hboxLayout11); vboxLayout->addLayout(vboxLayout1); retranslateUi(RegPanelBase); QMetaObject::connectSlotsByName(RegPanelBase); } // setupUi void retranslateUi(QDialog *RegPanelBase) { RegPanelBase->setWindowTitle(QApplication::translate("RegPanelBase", "Register Test Panel", 0, QApplication::UnicodeUTF8)); topLabel->setText(QApplication::translate("RegPanelBase", "Register test info for module ...", 0, QApplication::UnicodeUTF8)); textLabel4->setText(QApplication::translate("RegPanelBase", "Chip", 0, QApplication::UnicodeUTF8)); globalBox->setTitle(QApplication::translate("RegPanelBase", "Global Register Test", 0, QApplication::UnicodeUTF8)); statusGRLabel->setText(QApplication::translate("RegPanelBase", "Test result", 0, QApplication::UnicodeUTF8)); statusGR->setText(QApplication::translate("RegPanelBase", "?", 0, QApplication::UnicodeUTF8)); pixelBox->setTitle(QApplication::translate("RegPanelBase", "Pixel Register test", 0, QApplication::UnicodeUTF8)); statusCP0Label->setText(QApplication::translate("RegPanelBase", "Test result CP0", 0, QApplication::UnicodeUTF8)); statusCP0->setText(QApplication::translate("RegPanelBase", "?", 0, QApplication::UnicodeUTF8)); statusCP1Label->setText(QApplication::translate("RegPanelBase", "Test result CP1", 0, QApplication::UnicodeUTF8)); statusCP1->setText(QApplication::translate("RegPanelBase", "?", 0, QApplication::UnicodeUTF8)); statusCP2Label->setText(QApplication::translate("RegPanelBase", "Test result CP2", 0, QApplication::UnicodeUTF8)); statusCP2->setText(QApplication::translate("RegPanelBase", "?", 0, QApplication::UnicodeUTF8)); statusCP3Label->setText(QApplication::translate("RegPanelBase", "Test result CP3", 0, QApplication::UnicodeUTF8)); statusCP3->setText(QApplication::translate("RegPanelBase", "?", 0, QApplication::UnicodeUTF8)); statusCP4Label->setText(QApplication::translate("RegPanelBase", "Test result CP4", 0, QApplication::UnicodeUTF8)); statusCP4->setText(QApplication::translate("RegPanelBase", "?", 0, QApplication::UnicodeUTF8)); statusCP5Label->setText(QApplication::translate("RegPanelBase", "Test result CP5", 0, QApplication::UnicodeUTF8)); statusCP5->setText(QApplication::translate("RegPanelBase", "?", 0, QApplication::UnicodeUTF8)); statusCP6Label->setText(QApplication::translate("RegPanelBase", "Test result CP6", 0, QApplication::UnicodeUTF8)); statusCP6->setText(QApplication::translate("RegPanelBase", "?", 0, QApplication::UnicodeUTF8)); statusCP7Label->setText(QApplication::translate("RegPanelBase", "Test result CP7", 0, QApplication::UnicodeUTF8)); statusCP7->setText(QApplication::translate("RegPanelBase", "?", 0, QApplication::UnicodeUTF8)); statusCP8Label->setText(QApplication::translate("RegPanelBase", "Test result CP8", 0, QApplication::UnicodeUTF8)); statusCP8->setText(QApplication::translate("RegPanelBase", "?", 0, QApplication::UnicodeUTF8)); closeButton->setText(QApplication::translate("RegPanelBase", "Close", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class RegPanelBase: public Ui_RegPanelBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_REGPANELBASE_H