/******************************************************************************** ** Form generated from reading UI file 'FitWinBase.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_FITWINBASE_H #define UI_FITWINBASE_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_FitWinBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QComboBox *FitType; Q3GroupBox *groupBox3; QVBoxLayout *vboxLayout2; QVBoxLayout *vboxLayout3; QHBoxLayout *hboxLayout; QLabel *ChiLabel; QSpacerItem *Spacer2; QSpinBox *ChiCut; QCheckBox *divndfBox; Q3GroupBox *LimitGroup; QHBoxLayout *hboxLayout1; QHBoxLayout *hboxLayout2; QLabel *TextLabel1_2_2; QSpinBox *FitXmin; QLabel *TextLabel1_2_3; QSpinBox *FitXmax; Q3GroupBox *ConversionBox; QHBoxLayout *hboxLayout3; QHBoxLayout *hboxLayout4; QVBoxLayout *vboxLayout4; QCheckBox *ChipCalBox; Q3Table *ChipCfac; QSpacerItem *spacer5; QVBoxLayout *vboxLayout5; QLineEdit *CfacEdit; QPushButton *LoadButt; QSpacerItem *spacer4; QVBoxLayout *vboxLayout6; QLabel *autoCalNote; QLabel *autoCalNote2; QSpacerItem *spacer3; QHBoxLayout *hboxLayout5; QPushButton *OKButt; QSpacerItem *Spacer1; QPushButton *CancButt; void setupUi(QDialog *FitWinBase) { if (FitWinBase->objectName().isEmpty()) FitWinBase->setObjectName(QString::fromUtf8("FitWinBase")); FitWinBase->resize(451, 590); vboxLayout = new QVBoxLayout(FitWinBase); 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")); FitType = new QComboBox(FitWinBase); FitType->setObjectName(QString::fromUtf8("FitType")); vboxLayout1->addWidget(FitType); groupBox3 = new Q3GroupBox(FitWinBase); groupBox3->setObjectName(QString::fromUtf8("groupBox3")); groupBox3->setColumnLayout(0, Qt::Vertical); groupBox3->layout()->setSpacing(6); groupBox3->layout()->setContentsMargins(11, 11, 11, 11); vboxLayout2 = new QVBoxLayout(); QBoxLayout *boxlayout = qobject_cast(groupBox3->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")); ChiLabel = new QLabel(groupBox3); ChiLabel->setObjectName(QString::fromUtf8("ChiLabel")); ChiLabel->setWordWrap(false); hboxLayout->addWidget(ChiLabel); Spacer2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(Spacer2); ChiCut = new QSpinBox(groupBox3); ChiCut->setObjectName(QString::fromUtf8("ChiCut")); ChiCut->setMinimumSize(QSize(90, 0)); ChiCut->setMaximum(999999999); ChiCut->setValue(200); hboxLayout->addWidget(ChiCut); vboxLayout3->addLayout(hboxLayout); divndfBox = new QCheckBox(groupBox3); divndfBox->setObjectName(QString::fromUtf8("divndfBox")); divndfBox->setChecked(true); vboxLayout3->addWidget(divndfBox); vboxLayout2->addLayout(vboxLayout3); vboxLayout1->addWidget(groupBox3); LimitGroup = new Q3GroupBox(FitWinBase); LimitGroup->setObjectName(QString::fromUtf8("LimitGroup")); LimitGroup->setColumnLayout(0, Qt::Vertical); LimitGroup->layout()->setSpacing(6); LimitGroup->layout()->setContentsMargins(11, 11, 11, 11); hboxLayout1 = new QHBoxLayout(); QBoxLayout *boxlayout1 = qobject_cast(LimitGroup->layout()); if (boxlayout1) boxlayout1->addLayout(hboxLayout1); hboxLayout1->setAlignment(Qt::AlignTop); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); hboxLayout2 = new QHBoxLayout(); hboxLayout2->setSpacing(6); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); TextLabel1_2_2 = new QLabel(LimitGroup); TextLabel1_2_2->setObjectName(QString::fromUtf8("TextLabel1_2_2")); TextLabel1_2_2->setWordWrap(false); hboxLayout2->addWidget(TextLabel1_2_2); FitXmin = new QSpinBox(LimitGroup); FitXmin->setObjectName(QString::fromUtf8("FitXmin")); FitXmin->setMaximum(1000000); hboxLayout2->addWidget(FitXmin); TextLabel1_2_3 = new QLabel(LimitGroup); TextLabel1_2_3->setObjectName(QString::fromUtf8("TextLabel1_2_3")); TextLabel1_2_3->setWordWrap(false); hboxLayout2->addWidget(TextLabel1_2_3); FitXmax = new QSpinBox(LimitGroup); FitXmax->setObjectName(QString::fromUtf8("FitXmax")); FitXmax->setMaximum(1000000); hboxLayout2->addWidget(FitXmax); hboxLayout1->addLayout(hboxLayout2); vboxLayout1->addWidget(LimitGroup); ConversionBox = new Q3GroupBox(FitWinBase); ConversionBox->setObjectName(QString::fromUtf8("ConversionBox")); ConversionBox->setColumnLayout(0, Qt::Vertical); ConversionBox->layout()->setSpacing(6); ConversionBox->layout()->setContentsMargins(11, 11, 11, 11); hboxLayout3 = new QHBoxLayout(); QBoxLayout *boxlayout2 = qobject_cast(ConversionBox->layout()); if (boxlayout2) boxlayout2->addLayout(hboxLayout3); hboxLayout3->setAlignment(Qt::AlignTop); hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); hboxLayout4 = new QHBoxLayout(); hboxLayout4->setSpacing(6); hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); vboxLayout4 = new QVBoxLayout(); vboxLayout4->setSpacing(6); vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4")); ChipCalBox = new QCheckBox(ConversionBox); ChipCalBox->setObjectName(QString::fromUtf8("ChipCalBox")); vboxLayout4->addWidget(ChipCalBox); ChipCfac = new Q3Table(ConversionBox); ChipCfac->setObjectName(QString::fromUtf8("ChipCfac")); ChipCfac->setEnabled(true); ChipCfac->setMinimumSize(QSize(100, 0)); ChipCfac->setFrameShape(QFrame::StyledPanel); ChipCfac->setNumRows(16); ChipCfac->setNumCols(4); vboxLayout4->addWidget(ChipCfac); spacer5 = new QSpacerItem(21, 71, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout4->addItem(spacer5); hboxLayout4->addLayout(vboxLayout4); vboxLayout5 = new QVBoxLayout(); vboxLayout5->setSpacing(6); vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5")); CfacEdit = new QLineEdit(ConversionBox); CfacEdit->setObjectName(QString::fromUtf8("CfacEdit")); QFont font; CfacEdit->setFont(font); vboxLayout5->addWidget(CfacEdit); LoadButt = new QPushButton(ConversionBox); LoadButt->setObjectName(QString::fromUtf8("LoadButt")); LoadButt->setEnabled(true); vboxLayout5->addWidget(LoadButt); spacer4 = new QSpacerItem(20, 21, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout5->addItem(spacer4); vboxLayout6 = new QVBoxLayout(); vboxLayout6->setSpacing(6); vboxLayout6->setObjectName(QString::fromUtf8("vboxLayout6")); autoCalNote = new QLabel(ConversionBox); autoCalNote->setObjectName(QString::fromUtf8("autoCalNote")); QFont font1; font1.setBold(true); font1.setWeight(75); autoCalNote->setFont(font1); autoCalNote->setWordWrap(false); vboxLayout6->addWidget(autoCalNote); autoCalNote2 = new QLabel(ConversionBox); autoCalNote2->setObjectName(QString::fromUtf8("autoCalNote2")); autoCalNote2->setFont(font1); autoCalNote2->setWordWrap(false); vboxLayout6->addWidget(autoCalNote2); vboxLayout5->addLayout(vboxLayout6); spacer3 = new QSpacerItem(21, 81, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout5->addItem(spacer3); hboxLayout4->addLayout(vboxLayout5); hboxLayout3->addLayout(hboxLayout4); vboxLayout1->addWidget(ConversionBox); hboxLayout5 = new QHBoxLayout(); hboxLayout5->setSpacing(6); hboxLayout5->setContentsMargins(0, 0, 0, 0); hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); OKButt = new QPushButton(FitWinBase); OKButt->setObjectName(QString::fromUtf8("OKButt")); hboxLayout5->addWidget(OKButt); Spacer1 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout5->addItem(Spacer1); CancButt = new QPushButton(FitWinBase); CancButt->setObjectName(QString::fromUtf8("CancButt")); hboxLayout5->addWidget(CancButt); vboxLayout1->addLayout(hboxLayout5); vboxLayout->addLayout(vboxLayout1); retranslateUi(FitWinBase); QMetaObject::connectSlotsByName(FitWinBase); } // setupUi void retranslateUi(QDialog *FitWinBase) { FitWinBase->setWindowTitle(QApplication::translate("FitWinBase", "Fit settings", 0, QApplication::UnicodeUTF8)); FitType->clear(); FitType->insertItems(0, QStringList() << QApplication::translate("FitWinBase", "S-curve fit (erfc)", 0, QApplication::UnicodeUTF8) << QApplication::translate("FitWinBase", "TOT-calibration fit", 0, QApplication::UnicodeUTF8) << QApplication::translate("FitWinBase", "Linear fit", 0, QApplication::UnicodeUTF8) << QApplication::translate("FitWinBase", "Exponential", 0, QApplication::UnicodeUTF8) << QApplication::translate("FitWinBase", "1-exp(-x)", 0, QApplication::UnicodeUTF8) << QApplication::translate("FitWinBase", "Double-exponential", 0, QApplication::UnicodeUTF8) << QApplication::translate("FitWinBase", "Constant", 0, QApplication::UnicodeUTF8) << QApplication::translate("FitWinBase", "Parabola", 0, QApplication::UnicodeUTF8) << QApplication::translate("FitWinBase", "Gaussian", 0, QApplication::UnicodeUTF8) << QApplication::translate("FitWinBase", "Simple S-curve fit (linear)", 0, QApplication::UnicodeUTF8) << QApplication::translate("FitWinBase", "S-curve fit (Virzi, likelihood)", 0, QApplication::UnicodeUTF8) << QApplication::translate("FitWinBase", "S-curve fit (Virzi, chi2)", 0, QApplication::UnicodeUTF8) << QApplication::translate("FitWinBase", "Cubic fit", 0, QApplication::UnicodeUTF8) ); groupBox3->setTitle(QApplication::translate("FitWinBase", "Chi^2 settings", 0, QApplication::UnicodeUTF8)); ChiLabel->setText(QApplication::translate("FitWinBase", "Chi^2 cut-off", 0, QApplication::UnicodeUTF8)); divndfBox->setText(QApplication::translate("FitWinBase", "store chi^2/ndf (off: store raw chi^2)", 0, QApplication::UnicodeUTF8)); LimitGroup->setTitle(QApplication::translate("FitWinBase", "Limited fit range (min=max=0 -> no limit)", 0, QApplication::UnicodeUTF8)); TextLabel1_2_2->setText(QApplication::translate("FitWinBase", "Minimum", 0, QApplication::UnicodeUTF8)); TextLabel1_2_3->setText(QApplication::translate("FitWinBase", "Maximum", 0, QApplication::UnicodeUTF8)); ConversionBox->setTitle(QApplication::translate("FitWinBase", "Conversion DAC->physical value", 0, QApplication::UnicodeUTF8)); ChipCalBox->setText(QApplication::translate("FitWinBase", "calibrate per chip", 0, QApplication::UnicodeUTF8)); ChipCfac->horizontalHeader()->setLabel(0, QApplication::translate("FitWinBase", "1", 0, QApplication::UnicodeUTF8)); ChipCfac->horizontalHeader()->setLabel(1, QApplication::translate("FitWinBase", "2", 0, QApplication::UnicodeUTF8)); ChipCfac->horizontalHeader()->setLabel(2, QApplication::translate("FitWinBase", "3", 0, QApplication::UnicodeUTF8)); ChipCfac->horizontalHeader()->setLabel(3, QApplication::translate("FitWinBase", "4", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(0, QApplication::translate("FitWinBase", "1", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(1, QApplication::translate("FitWinBase", "2", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(2, QApplication::translate("FitWinBase", "3", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(3, QApplication::translate("FitWinBase", "4", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(4, QApplication::translate("FitWinBase", "5", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(5, QApplication::translate("FitWinBase", "6", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(6, QApplication::translate("FitWinBase", "7", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(7, QApplication::translate("FitWinBase", "8", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(8, QApplication::translate("FitWinBase", "9", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(9, QApplication::translate("FitWinBase", "10", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(10, QApplication::translate("FitWinBase", "11", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(11, QApplication::translate("FitWinBase", "12", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(12, QApplication::translate("FitWinBase", "13", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(13, QApplication::translate("FitWinBase", "14", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(14, QApplication::translate("FitWinBase", "15", 0, QApplication::UnicodeUTF8)); ChipCfac->verticalHeader()->setLabel(15, QApplication::translate("FitWinBase", "16", 0, QApplication::UnicodeUTF8)); CfacEdit->setText(QApplication::translate("FitWinBase", "44.6", 0, QApplication::UnicodeUTF8)); LoadButt->setText(QApplication::translate("FitWinBase", "Load from file", 0, QApplication::UnicodeUTF8)); autoCalNote->setText(QApplication::translate("FitWinBase", "calibration is taken", 0, QApplication::UnicodeUTF8)); autoCalNote2->setText(QApplication::translate("FitWinBase", "from logfile", 0, QApplication::UnicodeUTF8)); OKButt->setText(QApplication::translate("FitWinBase", "Start Fit", 0, QApplication::UnicodeUTF8)); CancButt->setText(QApplication::translate("FitWinBase", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class FitWinBase: public Ui_FitWinBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_FITWINBASE_H