/******************************************************************************** ** Form generated from reading UI file 'TotRecalBase.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_TOTRECALBASE_H #define UI_TOTRECALBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_TotRecalBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QCheckBox *OneForAll; QHBoxLayout *hboxLayout; QLabel *TextLabel1; QSpacerItem *Spacer1; QLineEdit *GlobalCal; QHBoxLayout *hboxLayout1; QSpacerItem *Spacer2; QVBoxLayout *vboxLayout2; QLabel *ChipcalLabel; Q3Table *ChipCalib; QVBoxLayout *vboxLayout3; QPushButton *PushButton5; QSpacerItem *Spacer4; QHBoxLayout *hboxLayout2; QPushButton *OKButton; QPushButton *FitButton; QPushButton *CancelButton; void setupUi(QDialog *TotRecalBase) { if (TotRecalBase->objectName().isEmpty()) TotRecalBase->setObjectName(QString::fromUtf8("TotRecalBase")); TotRecalBase->resize(291, 472); vboxLayout = new QVBoxLayout(TotRecalBase); #ifndef Q_OS_MAC vboxLayout->setSpacing(6); #endif vboxLayout->setContentsMargins(11, 11, 11, 11); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); vboxLayout1 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout1->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout1->setContentsMargins(0, 0, 0, 0); #endif vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); OneForAll = new QCheckBox(TotRecalBase); OneForAll->setObjectName(QString::fromUtf8("OneForAll")); OneForAll->setChecked(false); vboxLayout1->addWidget(OneForAll); hboxLayout = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif hboxLayout->setContentsMargins(0, 0, 0, 0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); TextLabel1 = new QLabel(TotRecalBase); TextLabel1->setObjectName(QString::fromUtf8("TextLabel1")); TextLabel1->setEnabled(false); TextLabel1->setWordWrap(false); hboxLayout->addWidget(TextLabel1); Spacer1 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(Spacer1); GlobalCal = new QLineEdit(TotRecalBase); GlobalCal->setObjectName(QString::fromUtf8("GlobalCal")); GlobalCal->setEnabled(false); hboxLayout->addWidget(GlobalCal); vboxLayout1->addLayout(hboxLayout); hboxLayout1 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout1->setSpacing(6); #endif hboxLayout1->setContentsMargins(0, 0, 0, 0); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); Spacer2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(Spacer2); vboxLayout2 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout2->setSpacing(6); #endif #ifndef Q_OS_MAC vboxLayout2->setContentsMargins(0, 0, 0, 0); #endif vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); ChipcalLabel = new QLabel(TotRecalBase); ChipcalLabel->setObjectName(QString::fromUtf8("ChipcalLabel")); ChipcalLabel->setEnabled(true); ChipcalLabel->setWordWrap(false); vboxLayout2->addWidget(ChipcalLabel); ChipCalib = new Q3Table(TotRecalBase); ChipCalib->setObjectName(QString::fromUtf8("ChipCalib")); ChipCalib->setEnabled(true); ChipCalib->setNumRows(16); ChipCalib->setNumCols(1); vboxLayout2->addWidget(ChipCalib); hboxLayout1->addLayout(vboxLayout2); vboxLayout3 = new QVBoxLayout(); #ifndef Q_OS_MAC vboxLayout3->setSpacing(6); #endif vboxLayout3->setContentsMargins(0, 0, 0, 0); vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); PushButton5 = new QPushButton(TotRecalBase); PushButton5->setObjectName(QString::fromUtf8("PushButton5")); vboxLayout3->addWidget(PushButton5); Spacer4 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout3->addItem(Spacer4); hboxLayout1->addLayout(vboxLayout3); vboxLayout1->addLayout(hboxLayout1); hboxLayout2 = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout2->setSpacing(6); #endif hboxLayout2->setContentsMargins(0, 0, 0, 0); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); OKButton = new QPushButton(TotRecalBase); OKButton->setObjectName(QString::fromUtf8("OKButton")); hboxLayout2->addWidget(OKButton); FitButton = new QPushButton(TotRecalBase); FitButton->setObjectName(QString::fromUtf8("FitButton")); hboxLayout2->addWidget(FitButton); CancelButton = new QPushButton(TotRecalBase); CancelButton->setObjectName(QString::fromUtf8("CancelButton")); hboxLayout2->addWidget(CancelButton); vboxLayout1->addLayout(hboxLayout2); vboxLayout->addLayout(vboxLayout1); retranslateUi(TotRecalBase); QObject::connect(OneForAll, SIGNAL(toggled(bool)), GlobalCal, SLOT(setEnabled(bool))); QObject::connect(OneForAll, SIGNAL(toggled(bool)), TextLabel1, SLOT(setEnabled(bool))); QObject::connect(OneForAll, SIGNAL(toggled(bool)), ChipcalLabel, SLOT(setDisabled(bool))); QObject::connect(OneForAll, SIGNAL(toggled(bool)), ChipCalib, SLOT(setDisabled(bool))); QMetaObject::connectSlotsByName(TotRecalBase); } // setupUi void retranslateUi(QDialog *TotRecalBase) { TotRecalBase->setWindowTitle(QApplication::translate("TotRecalBase", "Define relative ToT Chi/Clo calibration", 0, QApplication::UnicodeUTF8)); OneForAll->setText(QApplication::translate("TotRecalBase", "Use one calib factor for all chips", 0, QApplication::UnicodeUTF8)); TextLabel1->setText(QApplication::translate("TotRecalBase", "Global calibration:", 0, QApplication::UnicodeUTF8)); ChipcalLabel->setText(QApplication::translate("TotRecalBase", "Chip-by-chip calibration:", 0, QApplication::UnicodeUTF8)); ChipCalib->horizontalHeader()->setLabel(0, QApplication::translate("TotRecalBase", "1", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(0, QApplication::translate("TotRecalBase", "1", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(1, QApplication::translate("TotRecalBase", "2", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(2, QApplication::translate("TotRecalBase", "3", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(3, QApplication::translate("TotRecalBase", "4", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(4, QApplication::translate("TotRecalBase", "5", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(5, QApplication::translate("TotRecalBase", "6", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(6, QApplication::translate("TotRecalBase", "7", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(7, QApplication::translate("TotRecalBase", "8", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(8, QApplication::translate("TotRecalBase", "9", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(9, QApplication::translate("TotRecalBase", "10", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(10, QApplication::translate("TotRecalBase", "11", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(11, QApplication::translate("TotRecalBase", "12", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(12, QApplication::translate("TotRecalBase", "13", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(13, QApplication::translate("TotRecalBase", "14", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(14, QApplication::translate("TotRecalBase", "15", 0, QApplication::UnicodeUTF8)); ChipCalib->verticalHeader()->setLabel(15, QApplication::translate("TotRecalBase", "16", 0, QApplication::UnicodeUTF8)); PushButton5->setText(QApplication::translate("TotRecalBase", "Load", 0, QApplication::UnicodeUTF8)); OKButton->setText(QApplication::translate("TotRecalBase", "Save", 0, QApplication::UnicodeUTF8)); FitButton->setText(QApplication::translate("TotRecalBase", "Fit", 0, QApplication::UnicodeUTF8)); CancelButton->setText(QApplication::translate("TotRecalBase", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class TotRecalBase: public Ui_TotRecalBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_TOTRECALBASE_H