/******************************************************************************** ** Form generated from reading UI file 'GroupEditorBase.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_GROUPEDITORBASE_H #define UI_GROUPEDITORBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_GroupEditorBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QLabel *groupLabel; QTabWidget *tabWidget; QWidget *tab; QVBoxLayout *vboxLayout2; QVBoxLayout *vboxLayout3; QHBoxLayout *hboxLayout; QLabel *textLabel1_2; QComboBox *PP0Box; QSpacerItem *spacer7; Q3Table *moduleTable; QHBoxLayout *hboxLayout1; QPushButton *saveButton; QSpacerItem *spacer1; QPushButton *cancelButton; void setupUi(QDialog *GroupEditorBase) { if (GroupEditorBase->objectName().isEmpty()) GroupEditorBase->setObjectName(QString::fromUtf8("GroupEditorBase")); GroupEditorBase->resize(854, 480); vboxLayout = new QVBoxLayout(GroupEditorBase); 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")); groupLabel = new QLabel(GroupEditorBase); groupLabel->setObjectName(QString::fromUtf8("groupLabel")); groupLabel->setWordWrap(false); vboxLayout1->addWidget(groupLabel); tabWidget = new QTabWidget(GroupEditorBase); tabWidget->setObjectName(QString::fromUtf8("tabWidget")); tab = new QWidget(); tab->setObjectName(QString::fromUtf8("tab")); vboxLayout2 = new QVBoxLayout(tab); vboxLayout2->setSpacing(6); vboxLayout2->setContentsMargins(11, 11, 11, 11); vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); vboxLayout3 = new QVBoxLayout(); vboxLayout3->setSpacing(6); vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); textLabel1_2 = new QLabel(tab); textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2")); textLabel1_2->setWordWrap(false); hboxLayout->addWidget(textLabel1_2); PP0Box = new QComboBox(tab); PP0Box->setObjectName(QString::fromUtf8("PP0Box")); PP0Box->setMinimumSize(QSize(200, 0)); hboxLayout->addWidget(PP0Box); spacer7 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacer7); vboxLayout3->addLayout(hboxLayout); moduleTable = new Q3Table(tab); moduleTable->setObjectName(QString::fromUtf8("moduleTable")); moduleTable->setNumRows(0); moduleTable->setNumCols(11); vboxLayout3->addWidget(moduleTable); vboxLayout2->addLayout(vboxLayout3); tabWidget->addTab(tab, QString()); vboxLayout1->addWidget(tabWidget); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); saveButton = new QPushButton(GroupEditorBase); saveButton->setObjectName(QString::fromUtf8("saveButton")); saveButton->setEnabled(true); hboxLayout1->addWidget(saveButton); spacer1 = new QSpacerItem(331, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(spacer1); cancelButton = new QPushButton(GroupEditorBase); cancelButton->setObjectName(QString::fromUtf8("cancelButton")); hboxLayout1->addWidget(cancelButton); vboxLayout1->addLayout(hboxLayout1); vboxLayout->addLayout(vboxLayout1); retranslateUi(GroupEditorBase); QObject::connect(cancelButton, SIGNAL(clicked()), GroupEditorBase, SLOT(reject())); QMetaObject::connectSlotsByName(GroupEditorBase); } // setupUi void retranslateUi(QDialog *GroupEditorBase) { GroupEditorBase->setWindowTitle(QApplication::translate("GroupEditorBase", "Module Group Editor", 0, QApplication::UnicodeUTF8)); groupLabel->setText(QApplication::translate("GroupEditorBase", "Configuration of module group ...", 0, QApplication::UnicodeUTF8)); textLabel1_2->setText(QApplication::translate("GroupEditorBase", "PP0-Type:", 0, QApplication::UnicodeUTF8)); PP0Box->clear(); PP0Box->insertItems(0, QStringList() << QApplication::translate("GroupEditorBase", "Opto Test", 0, QApplication::UnicodeUTF8) << QApplication::translate("GroupEditorBase", "Opto Final", 0, QApplication::UnicodeUTF8) << QApplication::translate("GroupEditorBase", "eBoc", 0, QApplication::UnicodeUTF8) << QApplication::translate("GroupEditorBase", "keep module settings", 0, QApplication::UnicodeUTF8) ); moduleTable->horizontalHeader()->setLabel(0, QApplication::translate("GroupEditorBase", "Module SN", 0, QApplication::UnicodeUTF8)); moduleTable->horizontalHeader()->setLabel(1, QApplication::translate("GroupEditorBase", "Assy SN", 0, QApplication::UnicodeUTF8)); moduleTable->horizontalHeader()->setLabel(2, QApplication::translate("GroupEditorBase", "Assy. pos.", 0, QApplication::UnicodeUTF8)); moduleTable->horizontalHeader()->setLabel(3, QApplication::translate("GroupEditorBase", "GroupID", 0, QApplication::UnicodeUTF8)); moduleTable->horizontalHeader()->setLabel(4, QApplication::translate("GroupEditorBase", "ModuleID", 0, QApplication::UnicodeUTF8)); moduleTable->horizontalHeader()->setLabel(5, QApplication::translate("GroupEditorBase", "Slot", 0, QApplication::UnicodeUTF8)); moduleTable->horizontalHeader()->setLabel(6, QApplication::translate("GroupEditorBase", "InLink", 0, QApplication::UnicodeUTF8)); moduleTable->horizontalHeader()->setLabel(7, QApplication::translate("GroupEditorBase", "OutLink0", 0, QApplication::UnicodeUTF8)); moduleTable->horizontalHeader()->setLabel(8, QApplication::translate("GroupEditorBase", "OutLink1", 0, QApplication::UnicodeUTF8)); moduleTable->horizontalHeader()->setLabel(9, QApplication::translate("GroupEditorBase", "OutLink2", 0, QApplication::UnicodeUTF8)); moduleTable->horizontalHeader()->setLabel(10, QApplication::translate("GroupEditorBase", "OutLink3", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("GroupEditorBase", "Readout config", 0, QApplication::UnicodeUTF8)); saveButton->setText(QApplication::translate("GroupEditorBase", "Save", 0, QApplication::UnicodeUTF8)); cancelButton->setText(QApplication::translate("GroupEditorBase", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class GroupEditorBase: public Ui_GroupEditorBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_GROUPEDITORBASE_H