/******************************************************************************** ** Form generated from reading UI file 'RodEditorBase.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_RODEDITORBASE_H #define UI_RODEDITORBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "uspinbox.h" QT_BEGIN_NAMESPACE class Ui_RodEditorBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QVBoxLayout *vboxLayout2; Q3GroupBox *rodBox; QVBoxLayout *vboxLayout3; QVBoxLayout *vboxLayout4; QHBoxLayout *hboxLayout; QLabel *TextLabel2; QComboBox *RodSlotBox; QCheckBox *existingRODs; QSpacerItem *spacer9_2; QHBoxLayout *hboxLayout1; QLabel *setupLabel; QComboBox *SetupBox; QSpacerItem *spacer9; QHBoxLayout *hboxLayout2; QSpacerItem *spacer6; QCheckBox *haveBOC; QSpacerItem *spacer7; Q3GroupBox *fmtBox; QVBoxLayout *vboxLayout5; QVBoxLayout *vboxLayout6; QHBoxLayout *hboxLayout3; QComboBox *fmtDefaultSetting; QSpacerItem *spacer15; QHBoxLayout *hboxLayout4; QVBoxLayout *vboxLayout7; QHBoxLayout *hboxLayout5; QLabel *fmt0_abel; USpinBox *fmt0_link0; USpinBox *fmt0_link1; USpinBox *fmt0_link2; USpinBox *fmt0_link3; QHBoxLayout *hboxLayout6; QLabel *fmt1_abel; USpinBox *fmt1_link0; USpinBox *fmt1_link1; USpinBox *fmt1_link2; USpinBox *fmt1_link3; QHBoxLayout *hboxLayout7; QLabel *fmt2_abel; USpinBox *fmt2_link0; USpinBox *fmt2_link1; USpinBox *fmt2_link2; USpinBox *fmt2_link3; QHBoxLayout *hboxLayout8; QLabel *fmt3_abel; USpinBox *fmt3_link0; USpinBox *fmt3_link1; USpinBox *fmt3_link2; USpinBox *fmt3_link3; QSpacerItem *spacer86; QVBoxLayout *vboxLayout8; QHBoxLayout *hboxLayout9; QLabel *fmt4_abel; USpinBox *fmt4_link0; USpinBox *fmt4_link1; USpinBox *fmt4_link2; USpinBox *fmt4_link3; QHBoxLayout *hboxLayout10; QLabel *fmt5_abel; USpinBox *fmt5_link0; USpinBox *fmt5_link1; USpinBox *fmt5_link2; USpinBox *fmt5_link3; QHBoxLayout *hboxLayout11; QLabel *fmt6_abel; USpinBox *fmt6_link0; USpinBox *fmt6_link1; USpinBox *fmt6_link2; USpinBox *fmt6_link3; QHBoxLayout *hboxLayout12; QLabel *fmt7_abel; USpinBox *fmt7_link0; USpinBox *fmt7_link1; USpinBox *fmt7_link2; USpinBox *fmt7_link3; QSpacerItem *spacer87; Q3GroupBox *sdspBox; QVBoxLayout *vboxLayout9; QVBoxLayout *vboxLayout10; QHBoxLayout *hboxLayout13; QLabel *TextLabel1_3_2; QLineEdit *IpramFile; QPushButton *IPBrowse; QHBoxLayout *hboxLayout14; QLabel *TextLabel1_3_2_2; QLineEdit *IdramFile; QPushButton *IDBrowse; QHBoxLayout *hboxLayout15; QLabel *TextLabel1_3_2_3; QLineEdit *ExternFile; QPushButton *ExtBrowse; QSpacerItem *spacer8; QHBoxLayout *hboxLayout16; QPushButton *saveButton; QSpacerItem *spacer14; QPushButton *closeButton; void setupUi(QDialog *RodEditorBase) { if (RodEditorBase->objectName().isEmpty()) RodEditorBase->setObjectName(QString::fromUtf8("RodEditorBase")); RodEditorBase->resize(984, 635); vboxLayout = new QVBoxLayout(RodEditorBase); 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")); vboxLayout2 = new QVBoxLayout(); vboxLayout2->setSpacing(6); vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); rodBox = new Q3GroupBox(RodEditorBase); rodBox->setObjectName(QString::fromUtf8("rodBox")); rodBox->setColumnLayout(0, Qt::Vertical); rodBox->layout()->setSpacing(6); rodBox->layout()->setContentsMargins(11, 11, 11, 11); vboxLayout3 = new QVBoxLayout(); QBoxLayout *boxlayout = qobject_cast(rodBox->layout()); if (boxlayout) boxlayout->addLayout(vboxLayout3); vboxLayout3->setAlignment(Qt::AlignTop); vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); vboxLayout4 = new QVBoxLayout(); vboxLayout4->setSpacing(6); vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4")); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); TextLabel2 = new QLabel(rodBox); TextLabel2->setObjectName(QString::fromUtf8("TextLabel2")); TextLabel2->setWordWrap(false); hboxLayout->addWidget(TextLabel2); RodSlotBox = new QComboBox(rodBox); RodSlotBox->setObjectName(QString::fromUtf8("RodSlotBox")); RodSlotBox->setEnabled(true); QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Fixed); sizePolicy.setHorizontalStretch(250); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(RodSlotBox->sizePolicy().hasHeightForWidth()); RodSlotBox->setSizePolicy(sizePolicy); RodSlotBox->setMinimumSize(QSize(200, 0)); QPalette palette; QBrush brush(QColor(0, 0, 0, 255)); brush.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::WindowText, brush); QBrush brush1(QColor(228, 228, 228, 255)); brush1.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Button, brush1); QBrush brush2(QColor(255, 255, 255, 255)); brush2.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Light, brush2); QBrush brush3(QColor(241, 241, 241, 255)); brush3.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Midlight, brush3); QBrush brush4(QColor(114, 114, 114, 255)); brush4.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Dark, brush4); QBrush brush5(QColor(152, 152, 152, 255)); brush5.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Mid, brush5); QBrush brush6(QColor(56, 56, 56, 255)); brush6.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Text, brush6); palette.setBrush(QPalette::Active, QPalette::BrightText, brush2); palette.setBrush(QPalette::Active, QPalette::ButtonText, brush); palette.setBrush(QPalette::Active, QPalette::Base, brush2); QBrush brush7(QColor(230, 230, 230, 255)); brush7.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Window, brush7); palette.setBrush(QPalette::Active, QPalette::Shadow, brush); QBrush brush8(QColor(0, 0, 128, 255)); brush8.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Highlight, brush8); palette.setBrush(QPalette::Active, QPalette::HighlightedText, brush2); palette.setBrush(QPalette::Active, QPalette::Link, brush); palette.setBrush(QPalette::Active, QPalette::LinkVisited, 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, brush2); palette.setBrush(QPalette::Inactive, QPalette::Dark, brush4); palette.setBrush(QPalette::Inactive, QPalette::Mid, brush5); palette.setBrush(QPalette::Inactive, QPalette::Text, brush6); palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush2); palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush); palette.setBrush(QPalette::Inactive, QPalette::Base, brush2); palette.setBrush(QPalette::Inactive, QPalette::Window, brush7); palette.setBrush(QPalette::Inactive, QPalette::Shadow, brush); palette.setBrush(QPalette::Inactive, QPalette::Highlight, brush8); palette.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush2); QBrush brush9(QColor(0, 0, 255, 255)); brush9.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Inactive, QPalette::Link, brush9); QBrush brush10(QColor(255, 0, 255, 255)); brush10.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush10); QBrush brush11(QColor(128, 128, 128, 255)); brush11.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush11); palette.setBrush(QPalette::Disabled, QPalette::Button, brush1); palette.setBrush(QPalette::Disabled, QPalette::Light, brush2); palette.setBrush(QPalette::Disabled, QPalette::Midlight, brush2); palette.setBrush(QPalette::Disabled, QPalette::Dark, brush4); palette.setBrush(QPalette::Disabled, QPalette::Mid, brush5); palette.setBrush(QPalette::Disabled, QPalette::Text, brush6); palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush2); palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush11); palette.setBrush(QPalette::Disabled, QPalette::Base, brush2); palette.setBrush(QPalette::Disabled, QPalette::Window, brush7); palette.setBrush(QPalette::Disabled, QPalette::Shadow, brush); palette.setBrush(QPalette::Disabled, QPalette::Highlight, brush8); palette.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush2); palette.setBrush(QPalette::Disabled, QPalette::Link, brush9); palette.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush10); RodSlotBox->setPalette(palette); hboxLayout->addWidget(RodSlotBox); existingRODs = new QCheckBox(rodBox); existingRODs->setObjectName(QString::fromUtf8("existingRODs")); existingRODs->setChecked(false); hboxLayout->addWidget(existingRODs); spacer9_2 = new QSpacerItem(172, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacer9_2); vboxLayout4->addLayout(hboxLayout); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); setupLabel = new QLabel(rodBox); setupLabel->setObjectName(QString::fromUtf8("setupLabel")); setupLabel->setWordWrap(false); hboxLayout1->addWidget(setupLabel); SetupBox = new QComboBox(rodBox); SetupBox->setObjectName(QString::fromUtf8("SetupBox")); hboxLayout1->addWidget(SetupBox); spacer9 = new QSpacerItem(402, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(spacer9); vboxLayout4->addLayout(hboxLayout1); hboxLayout2 = new QHBoxLayout(); hboxLayout2->setSpacing(6); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); spacer6 = new QSpacerItem(60, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout2->addItem(spacer6); haveBOC = new QCheckBox(rodBox); haveBOC->setObjectName(QString::fromUtf8("haveBOC")); hboxLayout2->addWidget(haveBOC); spacer7 = new QSpacerItem(31, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout2->addItem(spacer7); vboxLayout4->addLayout(hboxLayout2); vboxLayout3->addLayout(vboxLayout4); vboxLayout2->addWidget(rodBox); fmtBox = new Q3GroupBox(RodEditorBase); fmtBox->setObjectName(QString::fromUtf8("fmtBox")); fmtBox->setColumnLayout(0, Qt::Vertical); fmtBox->layout()->setSpacing(6); fmtBox->layout()->setContentsMargins(11, 11, 11, 11); vboxLayout5 = new QVBoxLayout(); QBoxLayout *boxlayout1 = qobject_cast(fmtBox->layout()); if (boxlayout1) boxlayout1->addLayout(vboxLayout5); vboxLayout5->setAlignment(Qt::AlignTop); vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5")); vboxLayout6 = new QVBoxLayout(); vboxLayout6->setSpacing(6); vboxLayout6->setObjectName(QString::fromUtf8("vboxLayout6")); hboxLayout3 = new QHBoxLayout(); hboxLayout3->setSpacing(6); hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); fmtDefaultSetting = new QComboBox(fmtBox); fmtDefaultSetting->setObjectName(QString::fromUtf8("fmtDefaultSetting")); hboxLayout3->addWidget(fmtDefaultSetting); spacer15 = new QSpacerItem(321, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout3->addItem(spacer15); vboxLayout6->addLayout(hboxLayout3); hboxLayout4 = new QHBoxLayout(); hboxLayout4->setSpacing(6); hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); vboxLayout7 = new QVBoxLayout(); vboxLayout7->setSpacing(6); vboxLayout7->setObjectName(QString::fromUtf8("vboxLayout7")); hboxLayout5 = new QHBoxLayout(); hboxLayout5->setSpacing(6); hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); fmt0_abel = new QLabel(fmtBox); fmt0_abel->setObjectName(QString::fromUtf8("fmt0_abel")); fmt0_abel->setWordWrap(false); hboxLayout5->addWidget(fmt0_abel); fmt0_link0 = new USpinBox(fmtBox); fmt0_link0->setObjectName(QString::fromUtf8("fmt0_link0")); fmt0_link0->setMaximum(2147483637); fmt0_link0->setSingleStep(1); fmt0_link0->setValue(0); hboxLayout5->addWidget(fmt0_link0); fmt0_link1 = new USpinBox(fmtBox); fmt0_link1->setObjectName(QString::fromUtf8("fmt0_link1")); fmt0_link1->setMaximum(2147483637); fmt0_link1->setSingleStep(1); fmt0_link1->setValue(0); hboxLayout5->addWidget(fmt0_link1); fmt0_link2 = new USpinBox(fmtBox); fmt0_link2->setObjectName(QString::fromUtf8("fmt0_link2")); fmt0_link2->setMaximum(2147483637); fmt0_link2->setSingleStep(1); fmt0_link2->setValue(0); hboxLayout5->addWidget(fmt0_link2); fmt0_link3 = new USpinBox(fmtBox); fmt0_link3->setObjectName(QString::fromUtf8("fmt0_link3")); fmt0_link3->setMaximum(2147483637); fmt0_link3->setSingleStep(1); fmt0_link3->setValue(0); hboxLayout5->addWidget(fmt0_link3); vboxLayout7->addLayout(hboxLayout5); hboxLayout6 = new QHBoxLayout(); hboxLayout6->setSpacing(6); hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6")); fmt1_abel = new QLabel(fmtBox); fmt1_abel->setObjectName(QString::fromUtf8("fmt1_abel")); fmt1_abel->setWordWrap(false); hboxLayout6->addWidget(fmt1_abel); fmt1_link0 = new USpinBox(fmtBox); fmt1_link0->setObjectName(QString::fromUtf8("fmt1_link0")); fmt1_link0->setMaximum(2147483637); fmt1_link0->setSingleStep(1); fmt1_link0->setValue(0); hboxLayout6->addWidget(fmt1_link0); fmt1_link1 = new USpinBox(fmtBox); fmt1_link1->setObjectName(QString::fromUtf8("fmt1_link1")); fmt1_link1->setMaximum(2147483637); fmt1_link1->setSingleStep(1); fmt1_link1->setValue(0); hboxLayout6->addWidget(fmt1_link1); fmt1_link2 = new USpinBox(fmtBox); fmt1_link2->setObjectName(QString::fromUtf8("fmt1_link2")); fmt1_link2->setMaximum(2147483637); fmt1_link2->setSingleStep(1); fmt1_link2->setValue(0); hboxLayout6->addWidget(fmt1_link2); fmt1_link3 = new USpinBox(fmtBox); fmt1_link3->setObjectName(QString::fromUtf8("fmt1_link3")); fmt1_link3->setMaximum(2147483637); fmt1_link3->setSingleStep(1); fmt1_link3->setValue(0); hboxLayout6->addWidget(fmt1_link3); vboxLayout7->addLayout(hboxLayout6); hboxLayout7 = new QHBoxLayout(); hboxLayout7->setSpacing(6); hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7")); fmt2_abel = new QLabel(fmtBox); fmt2_abel->setObjectName(QString::fromUtf8("fmt2_abel")); fmt2_abel->setWordWrap(false); hboxLayout7->addWidget(fmt2_abel); fmt2_link0 = new USpinBox(fmtBox); fmt2_link0->setObjectName(QString::fromUtf8("fmt2_link0")); fmt2_link0->setMaximum(2147483637); fmt2_link0->setSingleStep(1); fmt2_link0->setValue(0); hboxLayout7->addWidget(fmt2_link0); fmt2_link1 = new USpinBox(fmtBox); fmt2_link1->setObjectName(QString::fromUtf8("fmt2_link1")); fmt2_link1->setMaximum(2147483637); fmt2_link1->setSingleStep(1); fmt2_link1->setValue(0); hboxLayout7->addWidget(fmt2_link1); fmt2_link2 = new USpinBox(fmtBox); fmt2_link2->setObjectName(QString::fromUtf8("fmt2_link2")); fmt2_link2->setMaximum(2147483637); fmt2_link2->setSingleStep(1); fmt2_link2->setValue(0); hboxLayout7->addWidget(fmt2_link2); fmt2_link3 = new USpinBox(fmtBox); fmt2_link3->setObjectName(QString::fromUtf8("fmt2_link3")); fmt2_link3->setMaximum(2147483637); fmt2_link3->setSingleStep(1); fmt2_link3->setValue(0); hboxLayout7->addWidget(fmt2_link3); vboxLayout7->addLayout(hboxLayout7); hboxLayout8 = new QHBoxLayout(); hboxLayout8->setSpacing(6); hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8")); fmt3_abel = new QLabel(fmtBox); fmt3_abel->setObjectName(QString::fromUtf8("fmt3_abel")); fmt3_abel->setWordWrap(false); hboxLayout8->addWidget(fmt3_abel); fmt3_link0 = new USpinBox(fmtBox); fmt3_link0->setObjectName(QString::fromUtf8("fmt3_link0")); fmt3_link0->setMaximum(2147483637); fmt3_link0->setSingleStep(1); fmt3_link0->setValue(0); hboxLayout8->addWidget(fmt3_link0); fmt3_link1 = new USpinBox(fmtBox); fmt3_link1->setObjectName(QString::fromUtf8("fmt3_link1")); fmt3_link1->setMaximum(2147483637); fmt3_link1->setSingleStep(1); fmt3_link1->setValue(0); hboxLayout8->addWidget(fmt3_link1); fmt3_link2 = new USpinBox(fmtBox); fmt3_link2->setObjectName(QString::fromUtf8("fmt3_link2")); fmt3_link2->setMaximum(2147483637); fmt3_link2->setSingleStep(1); fmt3_link2->setValue(0); hboxLayout8->addWidget(fmt3_link2); fmt3_link3 = new USpinBox(fmtBox); fmt3_link3->setObjectName(QString::fromUtf8("fmt3_link3")); fmt3_link3->setMaximum(2147483637); fmt3_link3->setSingleStep(1); fmt3_link3->setValue(0); hboxLayout8->addWidget(fmt3_link3); vboxLayout7->addLayout(hboxLayout8); hboxLayout4->addLayout(vboxLayout7); spacer86 = new QSpacerItem(31, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout4->addItem(spacer86); vboxLayout8 = new QVBoxLayout(); vboxLayout8->setSpacing(6); vboxLayout8->setObjectName(QString::fromUtf8("vboxLayout8")); hboxLayout9 = new QHBoxLayout(); hboxLayout9->setSpacing(6); hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9")); fmt4_abel = new QLabel(fmtBox); fmt4_abel->setObjectName(QString::fromUtf8("fmt4_abel")); fmt4_abel->setWordWrap(false); hboxLayout9->addWidget(fmt4_abel); fmt4_link0 = new USpinBox(fmtBox); fmt4_link0->setObjectName(QString::fromUtf8("fmt4_link0")); fmt4_link0->setMaximum(2147483637); fmt4_link0->setSingleStep(1); fmt4_link0->setValue(0); hboxLayout9->addWidget(fmt4_link0); fmt4_link1 = new USpinBox(fmtBox); fmt4_link1->setObjectName(QString::fromUtf8("fmt4_link1")); fmt4_link1->setMaximum(2147483637); fmt4_link1->setSingleStep(1); fmt4_link1->setValue(0); hboxLayout9->addWidget(fmt4_link1); fmt4_link2 = new USpinBox(fmtBox); fmt4_link2->setObjectName(QString::fromUtf8("fmt4_link2")); fmt4_link2->setMaximum(2147483637); fmt4_link2->setSingleStep(1); fmt4_link2->setValue(0); hboxLayout9->addWidget(fmt4_link2); fmt4_link3 = new USpinBox(fmtBox); fmt4_link3->setObjectName(QString::fromUtf8("fmt4_link3")); fmt4_link3->setMaximum(2147483637); fmt4_link3->setSingleStep(1); fmt4_link3->setValue(0); hboxLayout9->addWidget(fmt4_link3); vboxLayout8->addLayout(hboxLayout9); hboxLayout10 = new QHBoxLayout(); hboxLayout10->setSpacing(6); hboxLayout10->setObjectName(QString::fromUtf8("hboxLayout10")); fmt5_abel = new QLabel(fmtBox); fmt5_abel->setObjectName(QString::fromUtf8("fmt5_abel")); fmt5_abel->setWordWrap(false); hboxLayout10->addWidget(fmt5_abel); fmt5_link0 = new USpinBox(fmtBox); fmt5_link0->setObjectName(QString::fromUtf8("fmt5_link0")); fmt5_link0->setMaximum(2147483637); fmt5_link0->setSingleStep(1); fmt5_link0->setValue(0); hboxLayout10->addWidget(fmt5_link0); fmt5_link1 = new USpinBox(fmtBox); fmt5_link1->setObjectName(QString::fromUtf8("fmt5_link1")); fmt5_link1->setMaximum(2147483637); fmt5_link1->setSingleStep(1); fmt5_link1->setValue(0); hboxLayout10->addWidget(fmt5_link1); fmt5_link2 = new USpinBox(fmtBox); fmt5_link2->setObjectName(QString::fromUtf8("fmt5_link2")); fmt5_link2->setMaximum(2147483637); fmt5_link2->setSingleStep(1); fmt5_link2->setValue(0); hboxLayout10->addWidget(fmt5_link2); fmt5_link3 = new USpinBox(fmtBox); fmt5_link3->setObjectName(QString::fromUtf8("fmt5_link3")); fmt5_link3->setMaximum(2147483637); fmt5_link3->setSingleStep(1); fmt5_link3->setValue(0); hboxLayout10->addWidget(fmt5_link3); vboxLayout8->addLayout(hboxLayout10); hboxLayout11 = new QHBoxLayout(); hboxLayout11->setSpacing(6); hboxLayout11->setObjectName(QString::fromUtf8("hboxLayout11")); fmt6_abel = new QLabel(fmtBox); fmt6_abel->setObjectName(QString::fromUtf8("fmt6_abel")); fmt6_abel->setWordWrap(false); hboxLayout11->addWidget(fmt6_abel); fmt6_link0 = new USpinBox(fmtBox); fmt6_link0->setObjectName(QString::fromUtf8("fmt6_link0")); fmt6_link0->setMaximum(2147483637); fmt6_link0->setSingleStep(1); fmt6_link0->setValue(0); hboxLayout11->addWidget(fmt6_link0); fmt6_link1 = new USpinBox(fmtBox); fmt6_link1->setObjectName(QString::fromUtf8("fmt6_link1")); fmt6_link1->setMaximum(2147483637); fmt6_link1->setSingleStep(1); fmt6_link1->setValue(0); hboxLayout11->addWidget(fmt6_link1); fmt6_link2 = new USpinBox(fmtBox); fmt6_link2->setObjectName(QString::fromUtf8("fmt6_link2")); fmt6_link2->setMaximum(2147483637); fmt6_link2->setSingleStep(1); fmt6_link2->setValue(0); hboxLayout11->addWidget(fmt6_link2); fmt6_link3 = new USpinBox(fmtBox); fmt6_link3->setObjectName(QString::fromUtf8("fmt6_link3")); fmt6_link3->setMaximum(2147483637); fmt6_link3->setSingleStep(1); fmt6_link3->setValue(0); hboxLayout11->addWidget(fmt6_link3); vboxLayout8->addLayout(hboxLayout11); hboxLayout12 = new QHBoxLayout(); hboxLayout12->setSpacing(6); hboxLayout12->setObjectName(QString::fromUtf8("hboxLayout12")); fmt7_abel = new QLabel(fmtBox); fmt7_abel->setObjectName(QString::fromUtf8("fmt7_abel")); fmt7_abel->setWordWrap(false); hboxLayout12->addWidget(fmt7_abel); fmt7_link0 = new USpinBox(fmtBox); fmt7_link0->setObjectName(QString::fromUtf8("fmt7_link0")); fmt7_link0->setMaximum(2147483637); fmt7_link0->setSingleStep(1); fmt7_link0->setValue(0); hboxLayout12->addWidget(fmt7_link0); fmt7_link1 = new USpinBox(fmtBox); fmt7_link1->setObjectName(QString::fromUtf8("fmt7_link1")); fmt7_link1->setMaximum(2147483637); fmt7_link1->setSingleStep(1); fmt7_link1->setValue(0); hboxLayout12->addWidget(fmt7_link1); fmt7_link2 = new USpinBox(fmtBox); fmt7_link2->setObjectName(QString::fromUtf8("fmt7_link2")); fmt7_link2->setMaximum(2147483637); fmt7_link2->setSingleStep(1); fmt7_link2->setValue(0); hboxLayout12->addWidget(fmt7_link2); fmt7_link3 = new USpinBox(fmtBox); fmt7_link3->setObjectName(QString::fromUtf8("fmt7_link3")); fmt7_link3->setMaximum(2147483637); fmt7_link3->setSingleStep(1); fmt7_link3->setValue(0); hboxLayout12->addWidget(fmt7_link3); vboxLayout8->addLayout(hboxLayout12); hboxLayout4->addLayout(vboxLayout8); spacer87 = new QSpacerItem(31, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout4->addItem(spacer87); vboxLayout6->addLayout(hboxLayout4); vboxLayout5->addLayout(vboxLayout6); vboxLayout2->addWidget(fmtBox); sdspBox = new Q3GroupBox(RodEditorBase); sdspBox->setObjectName(QString::fromUtf8("sdspBox")); sdspBox->setColumnLayout(0, Qt::Vertical); sdspBox->layout()->setSpacing(6); sdspBox->layout()->setContentsMargins(11, 11, 11, 11); vboxLayout9 = new QVBoxLayout(); QBoxLayout *boxlayout2 = qobject_cast(sdspBox->layout()); if (boxlayout2) boxlayout2->addLayout(vboxLayout9); vboxLayout9->setAlignment(Qt::AlignTop); vboxLayout9->setObjectName(QString::fromUtf8("vboxLayout9")); vboxLayout10 = new QVBoxLayout(); vboxLayout10->setSpacing(6); vboxLayout10->setObjectName(QString::fromUtf8("vboxLayout10")); hboxLayout13 = new QHBoxLayout(); hboxLayout13->setSpacing(6); hboxLayout13->setContentsMargins(0, 0, 0, 0); hboxLayout13->setObjectName(QString::fromUtf8("hboxLayout13")); TextLabel1_3_2 = new QLabel(sdspBox); TextLabel1_3_2->setObjectName(QString::fromUtf8("TextLabel1_3_2")); TextLabel1_3_2->setMinimumSize(QSize(80, 18)); TextLabel1_3_2->setWordWrap(false); hboxLayout13->addWidget(TextLabel1_3_2); IpramFile = new QLineEdit(sdspBox); IpramFile->setObjectName(QString::fromUtf8("IpramFile")); hboxLayout13->addWidget(IpramFile); IPBrowse = new QPushButton(sdspBox); IPBrowse->setObjectName(QString::fromUtf8("IPBrowse")); hboxLayout13->addWidget(IPBrowse); vboxLayout10->addLayout(hboxLayout13); hboxLayout14 = new QHBoxLayout(); hboxLayout14->setSpacing(6); hboxLayout14->setContentsMargins(0, 0, 0, 0); hboxLayout14->setObjectName(QString::fromUtf8("hboxLayout14")); TextLabel1_3_2_2 = new QLabel(sdspBox); TextLabel1_3_2_2->setObjectName(QString::fromUtf8("TextLabel1_3_2_2")); TextLabel1_3_2_2->setMinimumSize(QSize(80, 18)); TextLabel1_3_2_2->setWordWrap(false); hboxLayout14->addWidget(TextLabel1_3_2_2); IdramFile = new QLineEdit(sdspBox); IdramFile->setObjectName(QString::fromUtf8("IdramFile")); hboxLayout14->addWidget(IdramFile); IDBrowse = new QPushButton(sdspBox); IDBrowse->setObjectName(QString::fromUtf8("IDBrowse")); hboxLayout14->addWidget(IDBrowse); vboxLayout10->addLayout(hboxLayout14); hboxLayout15 = new QHBoxLayout(); hboxLayout15->setSpacing(6); hboxLayout15->setContentsMargins(0, 0, 0, 0); hboxLayout15->setObjectName(QString::fromUtf8("hboxLayout15")); TextLabel1_3_2_3 = new QLabel(sdspBox); TextLabel1_3_2_3->setObjectName(QString::fromUtf8("TextLabel1_3_2_3")); TextLabel1_3_2_3->setMinimumSize(QSize(80, 18)); TextLabel1_3_2_3->setWordWrap(false); hboxLayout15->addWidget(TextLabel1_3_2_3); ExternFile = new QLineEdit(sdspBox); ExternFile->setObjectName(QString::fromUtf8("ExternFile")); hboxLayout15->addWidget(ExternFile); ExtBrowse = new QPushButton(sdspBox); ExtBrowse->setObjectName(QString::fromUtf8("ExtBrowse")); hboxLayout15->addWidget(ExtBrowse); vboxLayout10->addLayout(hboxLayout15); vboxLayout9->addLayout(vboxLayout10); vboxLayout2->addWidget(sdspBox); spacer8 = new QSpacerItem(21, 16, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout2->addItem(spacer8); vboxLayout1->addLayout(vboxLayout2); hboxLayout16 = new QHBoxLayout(); hboxLayout16->setSpacing(6); hboxLayout16->setObjectName(QString::fromUtf8("hboxLayout16")); saveButton = new QPushButton(RodEditorBase); saveButton->setObjectName(QString::fromUtf8("saveButton")); hboxLayout16->addWidget(saveButton); spacer14 = new QSpacerItem(81, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout16->addItem(spacer14); closeButton = new QPushButton(RodEditorBase); closeButton->setObjectName(QString::fromUtf8("closeButton")); hboxLayout16->addWidget(closeButton); vboxLayout1->addLayout(hboxLayout16); vboxLayout->addLayout(vboxLayout1); retranslateUi(RodEditorBase); QMetaObject::connectSlotsByName(RodEditorBase); } // setupUi void retranslateUi(QDialog *RodEditorBase) { RodEditorBase->setWindowTitle(QApplication::translate("RodEditorBase", "ROD Editor", 0, QApplication::UnicodeUTF8)); rodBox->setTitle(QApplication::translate("RodEditorBase", "ROD set-up", 0, QApplication::UnicodeUTF8)); TextLabel2->setText(QApplication::translate("RodEditorBase", "ROD slot", 0, QApplication::UnicodeUTF8)); RodSlotBox->clear(); RodSlotBox->insertItems(0, QStringList() << QApplication::translate("RodEditorBase", "xxxxxxxxxxxx", 0, QApplication::UnicodeUTF8) ); existingRODs->setText(QApplication::translate("RodEditorBase", "list only existing RODs", 0, QApplication::UnicodeUTF8)); setupLabel->setText(QApplication::translate("RodEditorBase", "Setup type", 0, QApplication::UnicodeUTF8)); SetupBox->clear(); SetupBox->insertItems(0, QStringList() << QApplication::translate("RodEditorBase", "40MHz", 0, QApplication::UnicodeUTF8) << QApplication::translate("RodEditorBase", "80MHz", 0, QApplication::UnicodeUTF8) << QApplication::translate("RodEditorBase", "160 MHz", 0, QApplication::UnicodeUTF8) ); haveBOC->setText(QApplication::translate("RodEditorBase", "ROD has an optical BOC attached", 0, QApplication::UnicodeUTF8)); fmtBox->setTitle(QApplication::translate("RodEditorBase", "FMT link mapping", 0, QApplication::UnicodeUTF8)); fmtDefaultSetting->clear(); fmtDefaultSetting->insertItems(0, QStringList() << QApplication::translate("RodEditorBase", "choose auto-setting...", 0, QApplication::UnicodeUTF8) << QApplication::translate("RodEditorBase", "set all to optical BOC default", 0, QApplication::UnicodeUTF8) << QApplication::translate("RodEditorBase", "set all to eBOC default", 0, QApplication::UnicodeUTF8) ); fmt0_abel->setText(QApplication::translate("RodEditorBase", "FMT 0", 0, QApplication::UnicodeUTF8)); fmt0_link0->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt0_link1->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt0_link2->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt0_link3->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt1_abel->setText(QApplication::translate("RodEditorBase", "FMT 1", 0, QApplication::UnicodeUTF8)); fmt1_link0->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt1_link1->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt1_link2->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt1_link3->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt2_abel->setText(QApplication::translate("RodEditorBase", "FMT 2", 0, QApplication::UnicodeUTF8)); fmt2_link0->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt2_link1->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt2_link2->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt2_link3->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt3_abel->setText(QApplication::translate("RodEditorBase", "FMT 3", 0, QApplication::UnicodeUTF8)); fmt3_link0->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt3_link1->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt3_link2->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt3_link3->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt4_abel->setText(QApplication::translate("RodEditorBase", "FMT 4", 0, QApplication::UnicodeUTF8)); fmt4_link0->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt4_link1->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt4_link2->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt4_link3->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt5_abel->setText(QApplication::translate("RodEditorBase", "FMT 5", 0, QApplication::UnicodeUTF8)); fmt5_link0->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt5_link1->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt5_link2->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt5_link3->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt6_abel->setText(QApplication::translate("RodEditorBase", "FMT 6", 0, QApplication::UnicodeUTF8)); fmt6_link0->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt6_link1->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt6_link2->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt6_link3->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt7_abel->setText(QApplication::translate("RodEditorBase", "FMT 7", 0, QApplication::UnicodeUTF8)); fmt7_link0->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt7_link1->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt7_link2->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); fmt7_link3->setPrefix(QApplication::translate("RodEditorBase", "0x", 0, QApplication::UnicodeUTF8)); sdspBox->setTitle(QApplication::translate("RodEditorBase", "SDSP code", 0, QApplication::UnicodeUTF8)); TextLabel1_3_2->setText(QApplication::translate("RodEditorBase", "IPRAM file", 0, QApplication::UnicodeUTF8)); IPBrowse->setText(QApplication::translate("RodEditorBase", "Browse", 0, QApplication::UnicodeUTF8)); TextLabel1_3_2_2->setText(QApplication::translate("RodEditorBase", "IDRAM file", 0, QApplication::UnicodeUTF8)); IDBrowse->setText(QApplication::translate("RodEditorBase", "Browse", 0, QApplication::UnicodeUTF8)); TextLabel1_3_2_3->setText(QApplication::translate("RodEditorBase", "Extern file", 0, QApplication::UnicodeUTF8)); ExtBrowse->setText(QApplication::translate("RodEditorBase", "Browse", 0, QApplication::UnicodeUTF8)); saveButton->setText(QApplication::translate("RodEditorBase", "Save", 0, QApplication::UnicodeUTF8)); closeButton->setText(QApplication::translate("RodEditorBase", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class RodEditorBase: public Ui_RodEditorBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_RODEDITORBASE_H