/******************************************************************************** ** Form generated from reading UI file 'ToolPanelBase.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_TOOLPANELBASE_H #define UI_TOOLPANELBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_ToolPanelBase { public: QVBoxLayout *verticalLayout_4; QVBoxLayout *verticalLayout_3; QLabel *label; Q3GroupBox *groupBox1; QHBoxLayout *hboxLayout; QVBoxLayout *vboxLayout; QHBoxLayout *hboxLayout1; QLabel *textLabel2; QSpacerItem *spacer6; QSpinBox *repetitionSpinBox; QHBoxLayout *hboxLayout2; QLabel *textLabel3; QSpacerItem *spacer6_2; QSpinBox *delaySpinBox; Q3ButtonGroup *sendButtonGroup; QVBoxLayout *verticalLayout_2; QVBoxLayout *verticalLayout; QRadioButton *triggerChoiceRadioButton; QRadioButton *configurationChoiceRadioButton; QHBoxLayout *horizontalLayout; QRadioButton *resetChoiceRadioButton; QComboBox *resetOpt; QSpacerItem *horizontalSpacer; QRadioButton *getSrvRec; QRadioButton *readEPROM; QRadioButton *reinitRODs; QRadioButton *resetBOCs; QRadioButton *initDCS; QRadioButton *initAll; QRadioButton *resetRODs; QHBoxLayout *hboxLayout3; QSpacerItem *spacer2_2; QPushButton *sendCommandButton; QSpacerItem *spacer2_2_2; QPushButton *stopButton; QSpacerItem *spacer9; QLabel *textLabel1; QLCDNumber *iterDisplay; QSpacerItem *spacer3_2; QLabel *statusLabel; QSpacerItem *spacer2; void setupUi(QWidget *ToolPanelBase) { if (ToolPanelBase->objectName().isEmpty()) ToolPanelBase->setObjectName(QString::fromUtf8("ToolPanelBase")); ToolPanelBase->setEnabled(true); ToolPanelBase->resize(472, 553); verticalLayout_4 = new QVBoxLayout(ToolPanelBase); verticalLayout_4->setSpacing(6); verticalLayout_4->setContentsMargins(11, 11, 11, 11); verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4")); verticalLayout_3 = new QVBoxLayout(); verticalLayout_3->setSpacing(6); verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); label = new QLabel(ToolPanelBase); label->setObjectName(QString::fromUtf8("label")); QFont font; font.setBold(true); font.setWeight(75); label->setFont(font); label->setAlignment(Qt::AlignCenter); verticalLayout_3->addWidget(label); groupBox1 = new Q3GroupBox(ToolPanelBase); groupBox1->setObjectName(QString::fromUtf8("groupBox1")); groupBox1->setColumnLayout(0, Qt::Vertical); groupBox1->layout()->setSpacing(6); groupBox1->layout()->setContentsMargins(11, 11, 11, 11); hboxLayout = new QHBoxLayout(); QBoxLayout *boxlayout = qobject_cast(groupBox1->layout()); if (boxlayout) boxlayout->addLayout(hboxLayout); hboxLayout->setAlignment(Qt::AlignTop); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); vboxLayout = new QVBoxLayout(); vboxLayout->setSpacing(6); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); textLabel2 = new QLabel(groupBox1); textLabel2->setObjectName(QString::fromUtf8("textLabel2")); textLabel2->setWordWrap(false); hboxLayout1->addWidget(textLabel2); spacer6 = new QSpacerItem(41, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(spacer6); repetitionSpinBox = new QSpinBox(groupBox1); repetitionSpinBox->setObjectName(QString::fromUtf8("repetitionSpinBox")); repetitionSpinBox->setEnabled(true); repetitionSpinBox->setMinimumSize(QSize(60, 0)); repetitionSpinBox->setMinimum(1); repetitionSpinBox->setMaximum(999999); hboxLayout1->addWidget(repetitionSpinBox); vboxLayout->addLayout(hboxLayout1); hboxLayout2 = new QHBoxLayout(); hboxLayout2->setSpacing(6); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); textLabel3 = new QLabel(groupBox1); textLabel3->setObjectName(QString::fromUtf8("textLabel3")); textLabel3->setWordWrap(false); hboxLayout2->addWidget(textLabel3); spacer6_2 = new QSpacerItem(41, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout2->addItem(spacer6_2); delaySpinBox = new QSpinBox(groupBox1); delaySpinBox->setObjectName(QString::fromUtf8("delaySpinBox")); delaySpinBox->setEnabled(true); delaySpinBox->setMinimumSize(QSize(60, 0)); delaySpinBox->setMaximum(9999999); hboxLayout2->addWidget(delaySpinBox); vboxLayout->addLayout(hboxLayout2); hboxLayout->addLayout(vboxLayout); verticalLayout_3->addWidget(groupBox1); sendButtonGroup = new Q3ButtonGroup(ToolPanelBase); sendButtonGroup->setObjectName(QString::fromUtf8("sendButtonGroup")); sendButtonGroup->setColumnLayout(0, Qt::Vertical); sendButtonGroup->layout()->setSpacing(6); sendButtonGroup->layout()->setContentsMargins(11, 11, 11, 11); verticalLayout_2 = new QVBoxLayout(); QBoxLayout *boxlayout1 = qobject_cast(sendButtonGroup->layout()); if (boxlayout1) boxlayout1->addLayout(verticalLayout_2); verticalLayout_2->setAlignment(Qt::AlignTop); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); verticalLayout = new QVBoxLayout(); verticalLayout->setSpacing(6); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); triggerChoiceRadioButton = new QRadioButton(sendButtonGroup); triggerChoiceRadioButton->setObjectName(QString::fromUtf8("triggerChoiceRadioButton")); triggerChoiceRadioButton->setEnabled(true); triggerChoiceRadioButton->setChecked(false); verticalLayout->addWidget(triggerChoiceRadioButton); configurationChoiceRadioButton = new QRadioButton(sendButtonGroup); configurationChoiceRadioButton->setObjectName(QString::fromUtf8("configurationChoiceRadioButton")); configurationChoiceRadioButton->setChecked(false); verticalLayout->addWidget(configurationChoiceRadioButton); horizontalLayout = new QHBoxLayout(); horizontalLayout->setSpacing(6); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); resetChoiceRadioButton = new QRadioButton(sendButtonGroup); resetChoiceRadioButton->setObjectName(QString::fromUtf8("resetChoiceRadioButton")); resetChoiceRadioButton->setEnabled(true); resetChoiceRadioButton->setChecked(false); horizontalLayout->addWidget(resetChoiceRadioButton); resetOpt = new QComboBox(sendButtonGroup); resetOpt->setObjectName(QString::fromUtf8("resetOpt")); horizontalLayout->addWidget(resetOpt); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); verticalLayout->addLayout(horizontalLayout); getSrvRec = new QRadioButton(sendButtonGroup); getSrvRec->setObjectName(QString::fromUtf8("getSrvRec")); verticalLayout->addWidget(getSrvRec); readEPROM = new QRadioButton(sendButtonGroup); readEPROM->setObjectName(QString::fromUtf8("readEPROM")); verticalLayout->addWidget(readEPROM); reinitRODs = new QRadioButton(sendButtonGroup); reinitRODs->setObjectName(QString::fromUtf8("reinitRODs")); reinitRODs->setEnabled(true); reinitRODs->setChecked(false); verticalLayout->addWidget(reinitRODs); resetBOCs = new QRadioButton(sendButtonGroup); resetBOCs->setObjectName(QString::fromUtf8("resetBOCs")); resetBOCs->setEnabled(true); resetBOCs->setChecked(false); verticalLayout->addWidget(resetBOCs); initDCS = new QRadioButton(sendButtonGroup); initDCS->setObjectName(QString::fromUtf8("initDCS")); initDCS->setEnabled(true); initDCS->setChecked(false); verticalLayout->addWidget(initDCS); initAll = new QRadioButton(sendButtonGroup); initAll->setObjectName(QString::fromUtf8("initAll")); initAll->setEnabled(true); initAll->setChecked(true); verticalLayout->addWidget(initAll); resetRODs = new QRadioButton(sendButtonGroup); resetRODs->setObjectName(QString::fromUtf8("resetRODs")); resetRODs->setEnabled(false); resetRODs->setChecked(false); verticalLayout->addWidget(resetRODs); verticalLayout_2->addLayout(verticalLayout); verticalLayout_3->addWidget(sendButtonGroup); hboxLayout3 = new QHBoxLayout(); hboxLayout3->setSpacing(6); hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); spacer2_2 = new QSpacerItem(16, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout3->addItem(spacer2_2); sendCommandButton = new QPushButton(ToolPanelBase); sendCommandButton->setObjectName(QString::fromUtf8("sendCommandButton")); sendCommandButton->setEnabled(true); sendCommandButton->setMinimumSize(QSize(0, 50)); sendCommandButton->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 255, 0);")); hboxLayout3->addWidget(sendCommandButton); spacer2_2_2 = new QSpacerItem(16, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout3->addItem(spacer2_2_2); stopButton = new QPushButton(ToolPanelBase); stopButton->setObjectName(QString::fromUtf8("stopButton")); stopButton->setEnabled(false); stopButton->setMinimumSize(QSize(0, 50)); stopButton->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 0, 0);")); stopButton->setCheckable(false); hboxLayout3->addWidget(stopButton); spacer9 = new QSpacerItem(16, 31, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout3->addItem(spacer9); textLabel1 = new QLabel(ToolPanelBase); textLabel1->setObjectName(QString::fromUtf8("textLabel1")); textLabel1->setWordWrap(false); hboxLayout3->addWidget(textLabel1); iterDisplay = new QLCDNumber(ToolPanelBase); iterDisplay->setObjectName(QString::fromUtf8("iterDisplay")); QPalette palette; QBrush brush(QColor(0, 0, 0, 255)); brush.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::WindowText, brush); QBrush brush1(QColor(0, 0, 255, 255)); brush1.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Button, brush1); QBrush brush2(QColor(127, 127, 255, 255)); brush2.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Light, brush2); QBrush brush3(QColor(63, 63, 255, 255)); brush3.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Midlight, brush3); QBrush brush4(QColor(0, 0, 127, 255)); brush4.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Dark, brush4); QBrush brush5(QColor(0, 0, 170, 255)); brush5.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::Mid, brush5); palette.setBrush(QPalette::Active, QPalette::Text, brush); QBrush brush6(QColor(255, 255, 255, 255)); brush6.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Active, QPalette::BrightText, brush6); palette.setBrush(QPalette::Active, QPalette::ButtonText, brush); palette.setBrush(QPalette::Active, QPalette::Base, brush6); QBrush brush7(QColor(220, 220, 220, 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, brush6); 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); QBrush brush9(QColor(38, 38, 255, 255)); brush9.setStyle(Qt::SolidPattern); palette.setBrush(QPalette::Inactive, QPalette::Midlight, brush9); palette.setBrush(QPalette::Inactive, QPalette::Dark, brush4); palette.setBrush(QPalette::Inactive, QPalette::Mid, brush5); palette.setBrush(QPalette::Inactive, QPalette::Text, brush); palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush6); palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush); palette.setBrush(QPalette::Inactive, QPalette::Base, brush6); 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, brush6); palette.setBrush(QPalette::Inactive, QPalette::Link, brush1); 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, brush9); palette.setBrush(QPalette::Disabled, QPalette::Dark, brush4); palette.setBrush(QPalette::Disabled, QPalette::Mid, brush5); palette.setBrush(QPalette::Disabled, QPalette::Text, brush11); palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush6); palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush11); palette.setBrush(QPalette::Disabled, QPalette::Base, brush6); 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, brush6); palette.setBrush(QPalette::Disabled, QPalette::Link, brush1); palette.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush10); iterDisplay->setPalette(palette); hboxLayout3->addWidget(iterDisplay); spacer3_2 = new QSpacerItem(16, 31, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout3->addItem(spacer3_2); verticalLayout_3->addLayout(hboxLayout3); statusLabel = new QLabel(ToolPanelBase); statusLabel->setObjectName(QString::fromUtf8("statusLabel")); statusLabel->setAlignment(Qt::AlignCenter); statusLabel->setWordWrap(false); verticalLayout_3->addWidget(statusLabel); spacer2 = new QSpacerItem(446, 78, QSizePolicy::Minimum, QSizePolicy::Expanding); verticalLayout_3->addItem(spacer2); verticalLayout_4->addLayout(verticalLayout_3); retranslateUi(ToolPanelBase); resetOpt->setCurrentIndex(0); QMetaObject::connectSlotsByName(ToolPanelBase); } // setupUi void retranslateUi(QWidget *ToolPanelBase) { ToolPanelBase->setWindowTitle(QApplication::translate("ToolPanelBase", "Tool Panel", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("ToolPanelBase", "Tool Panel", 0, QApplication::UnicodeUTF8)); groupBox1->setTitle(QApplication::translate("ToolPanelBase", "Repetition", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_WHATSTHIS textLabel2->setWhatsThis(QApplication::translate("ToolPanelBase", "Use the Spinbox to determine how many times the command schould be executed.", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_WHATSTHIS textLabel2->setText(QApplication::translate("ToolPanelBase", "Number of Repetitions", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_WHATSTHIS textLabel3->setWhatsThis(QApplication::translate("ToolPanelBase", "How much time should the system wait before sending the next repetition. [in s]", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_WHATSTHIS textLabel3->setText(QApplication::translate("ToolPanelBase", "Delay", 0, QApplication::UnicodeUTF8)); sendButtonGroup->setTitle(QApplication::translate("ToolPanelBase", "Command to send", 0, QApplication::UnicodeUTF8)); triggerChoiceRadioButton->setText(QApplication::translate("ToolPanelBase", "Trigger all modules", 0, QApplication::UnicodeUTF8)); configurationChoiceRadioButton->setText(QApplication::translate("ToolPanelBase", "Configure all active modules", 0, QApplication::UnicodeUTF8)); resetChoiceRadioButton->setText(QApplication::translate("ToolPanelBase", "Reset all modules", 0, QApplication::UnicodeUTF8)); resetOpt->clear(); resetOpt->insertItems(0, QStringList() << QApplication::translate("ToolPanelBase", "soft global reset", 0, QApplication::UnicodeUTF8) << QApplication::translate("ToolPanelBase", "hard reset (pulse)", 0, QApplication::UnicodeUTF8) << QApplication::translate("ToolPanelBase", "hard reset (static ON)", 0, QApplication::UnicodeUTF8) << QApplication::translate("ToolPanelBase", "hard reset (static OFF)", 0, QApplication::UnicodeUTF8) << QApplication::translate("ToolPanelBase", "event counter reset", 0, QApplication::UnicodeUTF8) << QApplication::translate("ToolPanelBase", "bunch counter reset", 0, QApplication::UnicodeUTF8) ); getSrvRec->setText(QApplication::translate("ToolPanelBase", "Get service records", 0, QApplication::UnicodeUTF8)); readEPROM->setText(QApplication::translate("ToolPanelBase", "Read EPROM to FE GR", 0, QApplication::UnicodeUTF8)); reinitRODs->setText(QApplication::translate("ToolPanelBase", "Initialise all PixController (ROD, USB,...)", 0, QApplication::UnicodeUTF8)); resetBOCs->setText(QApplication::translate("ToolPanelBase", "Configure all BOCs", 0, QApplication::UnicodeUTF8)); initDCS->setText(QApplication::translate("ToolPanelBase", "Initialise all DCS objects", 0, QApplication::UnicodeUTF8)); initAll->setText(QApplication::translate("ToolPanelBase", "Initialise all Controllers and DCS objects", 0, QApplication::UnicodeUTF8)); resetRODs->setText(QApplication::translate("ToolPanelBase", "Reset all RODs", 0, QApplication::UnicodeUTF8)); sendCommandButton->setText(QApplication::translate("ToolPanelBase", "Send Command", 0, QApplication::UnicodeUTF8)); stopButton->setText(QApplication::translate("ToolPanelBase", "Stop Loop", 0, QApplication::UnicodeUTF8)); textLabel1->setText(QApplication::translate("ToolPanelBase", "current iteration", 0, QApplication::UnicodeUTF8)); statusLabel->setText(QApplication::translate("ToolPanelBase", "...", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class ToolPanelBase: public Ui_ToolPanelBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_TOOLPANELBASE_H