/******************************************************************************** ** Form generated from reading UI file 'BocAnalysisPanelBase.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_BOCANALYSISPANELBASE_H #define UI_BOCANALYSISPANELBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_BocAnalysisPanelBase { public: QGridLayout *gridLayout; QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QLabel *textLabel1; QFrame *line3; QPushButton *AnaBocScanButton; QHBoxLayout *hboxLayout; QLabel *fileNameLabel; QLineEdit *scanFileName; QPushButton *Browse2Button; QHBoxLayout *hboxLayout1; QCheckBox *keepDataBox; QCheckBox *writeDataBox; QVBoxLayout *vboxLayout2; QFrame *line1; QPushButton *AnalyseButton; QHBoxLayout *hboxLayout2; QLabel *fileNameLabel_2; QLineEdit *anaFileName; QPushButton *Browse1Button; QHBoxLayout *hboxLayout3; QLabel *textLabel9; QComboBox *scanLabel; QCheckBox *shiftBox; QFrame *line2; QVBoxLayout *vboxLayout3; QHBoxLayout *hboxLayout4; QLabel *textLabel4; QSpacerItem *spacer3; QVBoxLayout *vboxLayout4; Q3Table *resultsTable; QPushButton *WriteDataButton; QHBoxLayout *hboxLayout5; QLabel *cratelabel; QComboBox *crateBox; void setupUi(QWidget *BocAnalysisPanelBase) { if (BocAnalysisPanelBase->objectName().isEmpty()) BocAnalysisPanelBase->setObjectName(QString::fromUtf8("BocAnalysisPanelBase")); BocAnalysisPanelBase->resize(441, 626); gridLayout = new QGridLayout(BocAnalysisPanelBase); gridLayout->setSpacing(6); gridLayout->setContentsMargins(11, 11, 11, 11); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); vboxLayout = new QVBoxLayout(); vboxLayout->setSpacing(6); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); vboxLayout1 = new QVBoxLayout(); vboxLayout1->setSpacing(6); vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); textLabel1 = new QLabel(BocAnalysisPanelBase); textLabel1->setObjectName(QString::fromUtf8("textLabel1")); textLabel1->setTextFormat(Qt::PlainText); textLabel1->setAlignment(Qt::AlignCenter); textLabel1->setWordWrap(false); vboxLayout1->addWidget(textLabel1); line3 = new QFrame(BocAnalysisPanelBase); line3->setObjectName(QString::fromUtf8("line3")); line3->setFrameShape(QFrame::HLine); line3->setFrameShadow(QFrame::Sunken); vboxLayout1->addWidget(line3); AnaBocScanButton = new QPushButton(BocAnalysisPanelBase); AnaBocScanButton->setObjectName(QString::fromUtf8("AnaBocScanButton")); vboxLayout1->addWidget(AnaBocScanButton); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); fileNameLabel = new QLabel(BocAnalysisPanelBase); fileNameLabel->setObjectName(QString::fromUtf8("fileNameLabel")); fileNameLabel->setWordWrap(false); hboxLayout->addWidget(fileNameLabel); scanFileName = new QLineEdit(BocAnalysisPanelBase); scanFileName->setObjectName(QString::fromUtf8("scanFileName")); scanFileName->setEnabled(true); hboxLayout->addWidget(scanFileName); Browse2Button = new QPushButton(BocAnalysisPanelBase); Browse2Button->setObjectName(QString::fromUtf8("Browse2Button")); hboxLayout->addWidget(Browse2Button); vboxLayout1->addLayout(hboxLayout); vboxLayout->addLayout(vboxLayout1); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); keepDataBox = new QCheckBox(BocAnalysisPanelBase); keepDataBox->setObjectName(QString::fromUtf8("keepDataBox")); keepDataBox->setChecked(true); hboxLayout1->addWidget(keepDataBox); writeDataBox = new QCheckBox(BocAnalysisPanelBase); writeDataBox->setObjectName(QString::fromUtf8("writeDataBox")); hboxLayout1->addWidget(writeDataBox); vboxLayout->addLayout(hboxLayout1); vboxLayout2 = new QVBoxLayout(); vboxLayout2->setSpacing(6); vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); line1 = new QFrame(BocAnalysisPanelBase); line1->setObjectName(QString::fromUtf8("line1")); line1->setFrameShape(QFrame::HLine); line1->setFrameShadow(QFrame::Sunken); vboxLayout2->addWidget(line1); AnalyseButton = new QPushButton(BocAnalysisPanelBase); AnalyseButton->setObjectName(QString::fromUtf8("AnalyseButton")); vboxLayout2->addWidget(AnalyseButton); hboxLayout2 = new QHBoxLayout(); hboxLayout2->setSpacing(6); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); fileNameLabel_2 = new QLabel(BocAnalysisPanelBase); fileNameLabel_2->setObjectName(QString::fromUtf8("fileNameLabel_2")); fileNameLabel_2->setWordWrap(false); hboxLayout2->addWidget(fileNameLabel_2); anaFileName = new QLineEdit(BocAnalysisPanelBase); anaFileName->setObjectName(QString::fromUtf8("anaFileName")); hboxLayout2->addWidget(anaFileName); Browse1Button = new QPushButton(BocAnalysisPanelBase); Browse1Button->setObjectName(QString::fromUtf8("Browse1Button")); hboxLayout2->addWidget(Browse1Button); vboxLayout2->addLayout(hboxLayout2); hboxLayout3 = new QHBoxLayout(); hboxLayout3->setSpacing(6); hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); textLabel9 = new QLabel(BocAnalysisPanelBase); textLabel9->setObjectName(QString::fromUtf8("textLabel9")); textLabel9->setMaximumSize(QSize(85, 32767)); textLabel9->setWordWrap(false); hboxLayout3->addWidget(textLabel9); scanLabel = new QComboBox(BocAnalysisPanelBase); scanLabel->setObjectName(QString::fromUtf8("scanLabel")); hboxLayout3->addWidget(scanLabel); vboxLayout2->addLayout(hboxLayout3); shiftBox = new QCheckBox(BocAnalysisPanelBase); shiftBox->setObjectName(QString::fromUtf8("shiftBox")); vboxLayout2->addWidget(shiftBox); line2 = new QFrame(BocAnalysisPanelBase); line2->setObjectName(QString::fromUtf8("line2")); line2->setMinimumSize(QSize(1, 1)); line2->setFrameShape(QFrame::HLine); line2->setFrameShadow(QFrame::Sunken); vboxLayout2->addWidget(line2); vboxLayout->addLayout(vboxLayout2); vboxLayout3 = new QVBoxLayout(); vboxLayout3->setSpacing(6); vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); hboxLayout4 = new QHBoxLayout(); hboxLayout4->setSpacing(6); hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); textLabel4 = new QLabel(BocAnalysisPanelBase); textLabel4->setObjectName(QString::fromUtf8("textLabel4")); textLabel4->setWordWrap(false); hboxLayout4->addWidget(textLabel4); spacer3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout4->addItem(spacer3); vboxLayout3->addLayout(hboxLayout4); vboxLayout4 = new QVBoxLayout(); vboxLayout4->setSpacing(6); vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4")); resultsTable = new Q3Table(BocAnalysisPanelBase); resultsTable->setObjectName(QString::fromUtf8("resultsTable")); resultsTable->setMinimumSize(QSize(300, 150)); resultsTable->setNumRows(0); resultsTable->setNumCols(0); resultsTable->setReadOnly(true); vboxLayout4->addWidget(resultsTable); WriteDataButton = new QPushButton(BocAnalysisPanelBase); WriteDataButton->setObjectName(QString::fromUtf8("WriteDataButton")); vboxLayout4->addWidget(WriteDataButton); hboxLayout5 = new QHBoxLayout(); hboxLayout5->setSpacing(6); hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); cratelabel = new QLabel(BocAnalysisPanelBase); cratelabel->setObjectName(QString::fromUtf8("cratelabel")); cratelabel->setWordWrap(false); hboxLayout5->addWidget(cratelabel); crateBox = new QComboBox(BocAnalysisPanelBase); crateBox->setObjectName(QString::fromUtf8("crateBox")); crateBox->setEnabled(false); crateBox->setMinimumSize(QSize(150, 0)); hboxLayout5->addWidget(crateBox); vboxLayout4->addLayout(hboxLayout5); vboxLayout3->addLayout(vboxLayout4); vboxLayout->addLayout(vboxLayout3); gridLayout->addLayout(vboxLayout, 0, 0, 1, 1); retranslateUi(BocAnalysisPanelBase); QMetaObject::connectSlotsByName(BocAnalysisPanelBase); } // setupUi void retranslateUi(QWidget *BocAnalysisPanelBase) { BocAnalysisPanelBase->setWindowTitle(QApplication::translate("BocAnalysisPanelBase", "BocScanAnalysis", 0, QApplication::UnicodeUTF8)); textLabel1->setText(QApplication::translate("BocAnalysisPanelBase", "+++BocScanAnalysis+++\n" "Starts a default scan of Rx-threshold and Rx-delay\n" "and/or recommends parameter settings based on \n" "scan results.", 0, QApplication::UnicodeUTF8)); AnaBocScanButton->setText(QApplication::translate("BocAnalysisPanelBase", "Start Boc Analysis Scan", 0, QApplication::UnicodeUTF8)); fileNameLabel->setText(QApplication::translate("BocAnalysisPanelBase", "Filename:", 0, QApplication::UnicodeUTF8)); Browse2Button->setText(QApplication::translate("BocAnalysisPanelBase", "Browse", 0, QApplication::UnicodeUTF8)); keepDataBox->setText(QApplication::translate("BocAnalysisPanelBase", "keep scan data", 0, QApplication::UnicodeUTF8)); writeDataBox->setText(QApplication::translate("BocAnalysisPanelBase", "write calculated values to Boc config", 0, QApplication::UnicodeUTF8)); AnalyseButton->setText(QApplication::translate("BocAnalysisPanelBase", "Analyse existing Boc scan data from File", 0, QApplication::UnicodeUTF8)); fileNameLabel_2->setText(QApplication::translate("BocAnalysisPanelBase", "Filename:", 0, QApplication::UnicodeUTF8)); Browse1Button->setText(QApplication::translate("BocAnalysisPanelBase", "Browse", 0, QApplication::UnicodeUTF8)); textLabel9->setText(QApplication::translate("BocAnalysisPanelBase", "scan label:", 0, QApplication::UnicodeUTF8)); shiftBox->setText(QApplication::translate("BocAnalysisPanelBase", "use shift algorithm of Rx-delay and Rx-threshold optimization", 0, QApplication::UnicodeUTF8)); textLabel4->setText(QApplication::translate("BocAnalysisPanelBase", "Recommended parameter values:", 0, QApplication::UnicodeUTF8)); WriteDataButton->setText(QApplication::translate("BocAnalysisPanelBase", "Write recommended settings to Boc config", 0, QApplication::UnicodeUTF8)); cratelabel->setText(QApplication::translate("BocAnalysisPanelBase", "For crate", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class BocAnalysisPanelBase: public Ui_BocAnalysisPanelBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_BOCANALYSISPANELBASE_H