/******************************************************************************** ** Form generated from reading UI file 'ModuleCfgPageBase.ui' ** ** Created: Mon 23. Jul 10:26:14 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_MODULECFGPAGEBASE_H #define UI_MODULECFGPAGEBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_ModuleCfgPageBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; Q3GroupBox *groupBox2; QVBoxLayout *vboxLayout2; QVBoxLayout *vboxLayout3; QHBoxLayout *hboxLayout; QLabel *TextLabel1_3_2; QLineEdit *FileName; QPushButton *BrowseButton; QHBoxLayout *hboxLayout1; QLabel *textLabel1_2; QLineEdit *ModName; QSpacerItem *Spacer1_2; QLabel *textLabel1; QSpinBox *moduleID; QSpacerItem *Spacer1; QCheckBox *EnableBox; Q3GroupBox *groupBox8; QHBoxLayout *hboxLayout2; QHBoxLayout *hboxLayout3; QLabel *textLabel1_3; QSpinBox *grpID; QSpacerItem *spacer32_2; Q3GroupBox *groupBox1; QHBoxLayout *hboxLayout4; QHBoxLayout *hboxLayout5; QVBoxLayout *vboxLayout4; QHBoxLayout *hboxLayout6; QLabel *TextLabel1_5_3; QComboBox *SetupBox; QHBoxLayout *hboxLayout7; QLabel *TextLabel1_5_3_2; QComboBox *PP0Box; QHBoxLayout *hboxLayout8; QLabel *TextLabel1_5_4; QComboBox *SlotBox; QHBoxLayout *hboxLayout9; QLabel *TextLabel1_5; QComboBox *InputBox; QVBoxLayout *vboxLayout5; QHBoxLayout *hboxLayout10; QLabel *TextLabel1_5_2; QComboBox *Output0Box; QHBoxLayout *hboxLayout11; QLabel *TextLabel1_5_2_2; QComboBox *Output1Box; QHBoxLayout *hboxLayout12; QLabel *TextLabel1_5_2_3; QComboBox *Output2Box; QHBoxLayout *hboxLayout13; QLabel *TextLabel1_5_2_4; QComboBox *Output3Box; Q3GroupBox *geoBox; QHBoxLayout *hboxLayout14; QHBoxLayout *hboxLayout15; QComboBox *stave_sectorBox; QSpacerItem *spacer24_2; QLabel *textLabel1_4_2; QSpinBox *staveID; QSpacerItem *spacer26; QLabel *textLabel1_4; QSpinBox *modPosition; QSpacerItem *spacer25_2; QSpacerItem *spacer3; void setupUi(QWidget *ModuleCfgPageBase) { if (ModuleCfgPageBase->objectName().isEmpty()) ModuleCfgPageBase->setObjectName(QString::fromUtf8("ModuleCfgPageBase")); ModuleCfgPageBase->resize(511, 543); vboxLayout = new QVBoxLayout(ModuleCfgPageBase); 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")); groupBox2 = new Q3GroupBox(ModuleCfgPageBase); groupBox2->setObjectName(QString::fromUtf8("groupBox2")); groupBox2->setColumnLayout(0, Qt::Vertical); groupBox2->layout()->setSpacing(6); groupBox2->layout()->setContentsMargins(11, 11, 11, 11); vboxLayout2 = new QVBoxLayout(); QBoxLayout *boxlayout = qobject_cast(groupBox2->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")); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setContentsMargins(0, 0, 0, 0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); TextLabel1_3_2 = new QLabel(groupBox2); TextLabel1_3_2->setObjectName(QString::fromUtf8("TextLabel1_3_2")); TextLabel1_3_2->setMinimumSize(QSize(80, 18)); TextLabel1_3_2->setWordWrap(false); hboxLayout->addWidget(TextLabel1_3_2); FileName = new QLineEdit(groupBox2); FileName->setObjectName(QString::fromUtf8("FileName")); hboxLayout->addWidget(FileName); BrowseButton = new QPushButton(groupBox2); BrowseButton->setObjectName(QString::fromUtf8("BrowseButton")); hboxLayout->addWidget(BrowseButton); vboxLayout3->addLayout(hboxLayout); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); textLabel1_2 = new QLabel(groupBox2); textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2")); textLabel1_2->setMouseTracking(true); textLabel1_2->setWordWrap(false); hboxLayout1->addWidget(textLabel1_2); ModName = new QLineEdit(groupBox2); ModName->setObjectName(QString::fromUtf8("ModName")); ModName->setEnabled(false); hboxLayout1->addWidget(ModName); Spacer1_2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(Spacer1_2); textLabel1 = new QLabel(groupBox2); textLabel1->setObjectName(QString::fromUtf8("textLabel1")); textLabel1->setWordWrap(false); hboxLayout1->addWidget(textLabel1); moduleID = new QSpinBox(groupBox2); moduleID->setObjectName(QString::fromUtf8("moduleID")); moduleID->setEnabled(false); hboxLayout1->addWidget(moduleID); Spacer1 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(Spacer1); EnableBox = new QCheckBox(groupBox2); EnableBox->setObjectName(QString::fromUtf8("EnableBox")); EnableBox->setChecked(true); hboxLayout1->addWidget(EnableBox); vboxLayout3->addLayout(hboxLayout1); vboxLayout2->addLayout(vboxLayout3); vboxLayout1->addWidget(groupBox2); groupBox8 = new Q3GroupBox(ModuleCfgPageBase); groupBox8->setObjectName(QString::fromUtf8("groupBox8")); groupBox8->setColumnLayout(0, Qt::Vertical); groupBox8->layout()->setSpacing(6); groupBox8->layout()->setContentsMargins(11, 11, 11, 11); hboxLayout2 = new QHBoxLayout(); QBoxLayout *boxlayout1 = qobject_cast(groupBox8->layout()); if (boxlayout1) boxlayout1->addLayout(hboxLayout2); hboxLayout2->setAlignment(Qt::AlignTop); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); hboxLayout3 = new QHBoxLayout(); hboxLayout3->setSpacing(6); hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); textLabel1_3 = new QLabel(groupBox8); textLabel1_3->setObjectName(QString::fromUtf8("textLabel1_3")); textLabel1_3->setWordWrap(false); hboxLayout3->addWidget(textLabel1_3); grpID = new QSpinBox(groupBox8); grpID->setObjectName(QString::fromUtf8("grpID")); grpID->setMaximum(3); hboxLayout3->addWidget(grpID); spacer32_2 = new QSpacerItem(71, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout3->addItem(spacer32_2); hboxLayout2->addLayout(hboxLayout3); vboxLayout1->addWidget(groupBox8); groupBox1 = new Q3GroupBox(ModuleCfgPageBase); groupBox1->setObjectName(QString::fromUtf8("groupBox1")); groupBox1->setColumnLayout(0, Qt::Vertical); groupBox1->layout()->setSpacing(6); groupBox1->layout()->setContentsMargins(11, 11, 11, 11); hboxLayout4 = new QHBoxLayout(); QBoxLayout *boxlayout2 = qobject_cast(groupBox1->layout()); if (boxlayout2) boxlayout2->addLayout(hboxLayout4); hboxLayout4->setAlignment(Qt::AlignTop); hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); hboxLayout5 = new QHBoxLayout(); hboxLayout5->setSpacing(6); hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); vboxLayout4 = new QVBoxLayout(); vboxLayout4->setSpacing(6); vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4")); hboxLayout6 = new QHBoxLayout(); hboxLayout6->setSpacing(6); hboxLayout6->setContentsMargins(0, 0, 0, 0); hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6")); TextLabel1_5_3 = new QLabel(groupBox1); TextLabel1_5_3->setObjectName(QString::fromUtf8("TextLabel1_5_3")); TextLabel1_5_3->setWordWrap(false); hboxLayout6->addWidget(TextLabel1_5_3); SetupBox = new QComboBox(groupBox1); SetupBox->setObjectName(QString::fromUtf8("SetupBox")); SetupBox->setEnabled(true); hboxLayout6->addWidget(SetupBox); vboxLayout4->addLayout(hboxLayout6); hboxLayout7 = new QHBoxLayout(); hboxLayout7->setSpacing(6); hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7")); TextLabel1_5_3_2 = new QLabel(groupBox1); TextLabel1_5_3_2->setObjectName(QString::fromUtf8("TextLabel1_5_3_2")); TextLabel1_5_3_2->setWordWrap(false); hboxLayout7->addWidget(TextLabel1_5_3_2); PP0Box = new QComboBox(groupBox1); PP0Box->setObjectName(QString::fromUtf8("PP0Box")); PP0Box->setEnabled(true); hboxLayout7->addWidget(PP0Box); vboxLayout4->addLayout(hboxLayout7); hboxLayout8 = new QHBoxLayout(); hboxLayout8->setSpacing(6); hboxLayout8->setContentsMargins(0, 0, 0, 0); hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8")); TextLabel1_5_4 = new QLabel(groupBox1); TextLabel1_5_4->setObjectName(QString::fromUtf8("TextLabel1_5_4")); TextLabel1_5_4->setWordWrap(false); hboxLayout8->addWidget(TextLabel1_5_4); SlotBox = new QComboBox(groupBox1); SlotBox->setObjectName(QString::fromUtf8("SlotBox")); hboxLayout8->addWidget(SlotBox); vboxLayout4->addLayout(hboxLayout8); hboxLayout9 = new QHBoxLayout(); hboxLayout9->setSpacing(6); hboxLayout9->setContentsMargins(0, 0, 0, 0); hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9")); TextLabel1_5 = new QLabel(groupBox1); TextLabel1_5->setObjectName(QString::fromUtf8("TextLabel1_5")); TextLabel1_5->setWordWrap(false); hboxLayout9->addWidget(TextLabel1_5); InputBox = new QComboBox(groupBox1); InputBox->setObjectName(QString::fromUtf8("InputBox")); InputBox->setEnabled(false); hboxLayout9->addWidget(InputBox); vboxLayout4->addLayout(hboxLayout9); hboxLayout5->addLayout(vboxLayout4); vboxLayout5 = new QVBoxLayout(); vboxLayout5->setSpacing(6); vboxLayout5->setContentsMargins(0, 0, 0, 0); vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5")); hboxLayout10 = new QHBoxLayout(); hboxLayout10->setSpacing(6); hboxLayout10->setContentsMargins(0, 0, 0, 0); hboxLayout10->setObjectName(QString::fromUtf8("hboxLayout10")); TextLabel1_5_2 = new QLabel(groupBox1); TextLabel1_5_2->setObjectName(QString::fromUtf8("TextLabel1_5_2")); TextLabel1_5_2->setWordWrap(false); hboxLayout10->addWidget(TextLabel1_5_2); Output0Box = new QComboBox(groupBox1); Output0Box->setObjectName(QString::fromUtf8("Output0Box")); Output0Box->setEnabled(false); hboxLayout10->addWidget(Output0Box); vboxLayout5->addLayout(hboxLayout10); hboxLayout11 = new QHBoxLayout(); hboxLayout11->setSpacing(6); hboxLayout11->setContentsMargins(0, 0, 0, 0); hboxLayout11->setObjectName(QString::fromUtf8("hboxLayout11")); TextLabel1_5_2_2 = new QLabel(groupBox1); TextLabel1_5_2_2->setObjectName(QString::fromUtf8("TextLabel1_5_2_2")); TextLabel1_5_2_2->setWordWrap(false); hboxLayout11->addWidget(TextLabel1_5_2_2); Output1Box = new QComboBox(groupBox1); Output1Box->setObjectName(QString::fromUtf8("Output1Box")); Output1Box->setEnabled(false); hboxLayout11->addWidget(Output1Box); vboxLayout5->addLayout(hboxLayout11); hboxLayout12 = new QHBoxLayout(); hboxLayout12->setSpacing(6); hboxLayout12->setContentsMargins(0, 0, 0, 0); hboxLayout12->setObjectName(QString::fromUtf8("hboxLayout12")); TextLabel1_5_2_3 = new QLabel(groupBox1); TextLabel1_5_2_3->setObjectName(QString::fromUtf8("TextLabel1_5_2_3")); TextLabel1_5_2_3->setWordWrap(false); hboxLayout12->addWidget(TextLabel1_5_2_3); Output2Box = new QComboBox(groupBox1); Output2Box->setObjectName(QString::fromUtf8("Output2Box")); Output2Box->setEnabled(false); hboxLayout12->addWidget(Output2Box); vboxLayout5->addLayout(hboxLayout12); hboxLayout13 = new QHBoxLayout(); hboxLayout13->setSpacing(6); hboxLayout13->setContentsMargins(0, 0, 0, 0); hboxLayout13->setObjectName(QString::fromUtf8("hboxLayout13")); TextLabel1_5_2_4 = new QLabel(groupBox1); TextLabel1_5_2_4->setObjectName(QString::fromUtf8("TextLabel1_5_2_4")); TextLabel1_5_2_4->setWordWrap(false); hboxLayout13->addWidget(TextLabel1_5_2_4); Output3Box = new QComboBox(groupBox1); Output3Box->setObjectName(QString::fromUtf8("Output3Box")); Output3Box->setEnabled(false); hboxLayout13->addWidget(Output3Box); vboxLayout5->addLayout(hboxLayout13); hboxLayout5->addLayout(vboxLayout5); hboxLayout4->addLayout(hboxLayout5); vboxLayout1->addWidget(groupBox1); geoBox = new Q3GroupBox(ModuleCfgPageBase); geoBox->setObjectName(QString::fromUtf8("geoBox")); geoBox->setColumnLayout(0, Qt::Vertical); geoBox->layout()->setSpacing(6); geoBox->layout()->setContentsMargins(11, 11, 11, 11); hboxLayout14 = new QHBoxLayout(); QBoxLayout *boxlayout3 = qobject_cast(geoBox->layout()); if (boxlayout3) boxlayout3->addLayout(hboxLayout14); hboxLayout14->setAlignment(Qt::AlignTop); hboxLayout14->setObjectName(QString::fromUtf8("hboxLayout14")); hboxLayout15 = new QHBoxLayout(); hboxLayout15->setSpacing(6); hboxLayout15->setObjectName(QString::fromUtf8("hboxLayout15")); stave_sectorBox = new QComboBox(geoBox); stave_sectorBox->setObjectName(QString::fromUtf8("stave_sectorBox")); stave_sectorBox->setMinimumSize(QSize(160, 0)); hboxLayout15->addWidget(stave_sectorBox); spacer24_2 = new QSpacerItem(30, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout15->addItem(spacer24_2); textLabel1_4_2 = new QLabel(geoBox); textLabel1_4_2->setObjectName(QString::fromUtf8("textLabel1_4_2")); textLabel1_4_2->setWordWrap(false); hboxLayout15->addWidget(textLabel1_4_2); staveID = new QSpinBox(geoBox); staveID->setObjectName(QString::fromUtf8("staveID")); staveID->setEnabled(false); staveID->setMinimumSize(QSize(70, 0)); staveID->setMaximum(9999); staveID->setValue(4000); hboxLayout15->addWidget(staveID); spacer26 = new QSpacerItem(71, 31, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout15->addItem(spacer26); textLabel1_4 = new QLabel(geoBox); textLabel1_4->setObjectName(QString::fromUtf8("textLabel1_4")); textLabel1_4->setWordWrap(false); hboxLayout15->addWidget(textLabel1_4); modPosition = new QSpinBox(geoBox); modPosition->setObjectName(QString::fromUtf8("modPosition")); modPosition->setEnabled(false); modPosition->setMinimum(1); modPosition->setMaximum(13); modPosition->setValue(1); hboxLayout15->addWidget(modPosition); spacer25_2 = new QSpacerItem(220, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout15->addItem(spacer25_2); hboxLayout14->addLayout(hboxLayout15); vboxLayout1->addWidget(geoBox); spacer3 = new QSpacerItem(20, 226, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout1->addItem(spacer3); vboxLayout->addLayout(vboxLayout1); retranslateUi(ModuleCfgPageBase); QMetaObject::connectSlotsByName(ModuleCfgPageBase); } // setupUi void retranslateUi(QWidget *ModuleCfgPageBase) { ModuleCfgPageBase->setWindowTitle(QApplication::translate("ModuleCfgPageBase", "new module", 0, QApplication::UnicodeUTF8)); groupBox2->setTitle(QApplication::translate("ModuleCfgPageBase", "Module", 0, QApplication::UnicodeUTF8)); TextLabel1_3_2->setText(QApplication::translate("ModuleCfgPageBase", "Config file", 0, QApplication::UnicodeUTF8)); BrowseButton->setText(QApplication::translate("ModuleCfgPageBase", "Browse", 0, QApplication::UnicodeUTF8)); textLabel1_2->setText(QApplication::translate("ModuleCfgPageBase", "Name", 0, QApplication::UnicodeUTF8)); ModName->setText(QApplication::translate("ModuleCfgPageBase", "XXX", 0, QApplication::UnicodeUTF8)); textLabel1->setText(QApplication::translate("ModuleCfgPageBase", "Module ID", 0, QApplication::UnicodeUTF8)); EnableBox->setText(QApplication::translate("ModuleCfgPageBase", "module is enabled", 0, QApplication::UnicodeUTF8)); groupBox8->setTitle(QApplication::translate("ModuleCfgPageBase", "Group/SDSP", 0, QApplication::UnicodeUTF8)); textLabel1_3->setText(QApplication::translate("ModuleCfgPageBase", "Group ID", 0, QApplication::UnicodeUTF8)); groupBox1->setTitle(QApplication::translate("ModuleCfgPageBase", "Links", 0, QApplication::UnicodeUTF8)); TextLabel1_5_3->setText(QApplication::translate("ModuleCfgPageBase", "Setup type", 0, QApplication::UnicodeUTF8)); SetupBox->clear(); SetupBox->insertItems(0, QStringList() << QApplication::translate("ModuleCfgPageBase", "40MHz", 0, QApplication::UnicodeUTF8) << QApplication::translate("ModuleCfgPageBase", "80MHz", 0, QApplication::UnicodeUTF8) << QApplication::translate("ModuleCfgPageBase", "160 MHz", 0, QApplication::UnicodeUTF8) << QApplication::translate("ModuleCfgPageBase", "free choice", 0, QApplication::UnicodeUTF8) ); TextLabel1_5_3_2->setText(QApplication::translate("ModuleCfgPageBase", "Setup type", 0, QApplication::UnicodeUTF8)); PP0Box->clear(); PP0Box->insertItems(0, QStringList() << QApplication::translate("ModuleCfgPageBase", "Opto Test", 0, QApplication::UnicodeUTF8) << QApplication::translate("ModuleCfgPageBase", "Opto Final", 0, QApplication::UnicodeUTF8) << QApplication::translate("ModuleCfgPageBase", "eBoc", 0, QApplication::UnicodeUTF8) ); TextLabel1_5_4->setText(QApplication::translate("ModuleCfgPageBase", "Slot", 0, QApplication::UnicodeUTF8)); SlotBox->clear(); SlotBox->insertItems(0, QStringList() << QApplication::translate("ModuleCfgPageBase", "2", 0, QApplication::UnicodeUTF8) ); TextLabel1_5->setText(QApplication::translate("ModuleCfgPageBase", "Input link", 0, QApplication::UnicodeUTF8)); InputBox->clear(); InputBox->insertItems(0, QStringList() << QApplication::translate("ModuleCfgPageBase", "2", 0, QApplication::UnicodeUTF8) ); TextLabel1_5_2->setText(QApplication::translate("ModuleCfgPageBase", "Output link 1", 0, QApplication::UnicodeUTF8)); Output0Box->clear(); Output0Box->insertItems(0, QStringList() << QApplication::translate("ModuleCfgPageBase", "2", 0, QApplication::UnicodeUTF8) ); TextLabel1_5_2_2->setText(QApplication::translate("ModuleCfgPageBase", "Output link 2", 0, QApplication::UnicodeUTF8)); TextLabel1_5_2_3->setText(QApplication::translate("ModuleCfgPageBase", "Output link 3", 0, QApplication::UnicodeUTF8)); TextLabel1_5_2_4->setText(QApplication::translate("ModuleCfgPageBase", "Output link 4", 0, QApplication::UnicodeUTF8)); geoBox->setTitle(QApplication::translate("ModuleCfgPageBase", "Module position", 0, QApplication::UnicodeUTF8)); stave_sectorBox->clear(); stave_sectorBox->insertItems(0, QStringList() << QApplication::translate("ModuleCfgPageBase", "unknown", 0, QApplication::UnicodeUTF8) << QApplication::translate("ModuleCfgPageBase", "Stave", 0, QApplication::UnicodeUTF8) << QApplication::translate("ModuleCfgPageBase", "Sector", 0, QApplication::UnicodeUTF8) ); textLabel1_4_2->setText(QApplication::translate("ModuleCfgPageBase", "Stave/Sector-ID", 0, QApplication::UnicodeUTF8)); textLabel1_4->setText(QApplication::translate("ModuleCfgPageBase", "Position", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class ModuleCfgPageBase: public Ui_ModuleCfgPageBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_MODULECFGPAGEBASE_H