/******************************************************************************** ** Form generated from reading UI file 'CutPanelBase.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_CUTPANELBASE_H #define UI_CUTPANELBASE_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_CutPanelBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QHBoxLayout *hboxLayout; QLabel *TextLabel1_2; QLabel *CutClassLabel; QSpacerItem *Spacer14; QLabel *TextLabel1; QLabel *cutverLabel; QTabWidget *TabWidg; QWidget *tab; QVBoxLayout *vboxLayout2; QHBoxLayout *hboxLayout1; QVBoxLayout *vboxLayout3; Q3ListView *ClassList; QCheckBox *IgnoreBadPix; QVBoxLayout *vboxLayout4; QHBoxLayout *hboxLayout2; QLabel *TextLabel2; QPushButton *RenameButton; QLineEdit *RenameEdit; QVBoxLayout *vboxLayout5; QHBoxLayout *hboxLayout3; QPushButton *NewButton; QSpacerItem *spacer9; QComboBox *cutdefBox; QHBoxLayout *hboxLayout4; QPushButton *DeleteButton; QSpacerItem *spacer7; QHBoxLayout *hboxLayout5; QPushButton *LoadButton; QSpacerItem *Spacer4; QHBoxLayout *hboxLayout6; QPushButton *SaveButton; QSpacerItem *spacer8; QSpacerItem *Spacer5; QHBoxLayout *hboxLayout7; QPushButton *SCButt; QSpacerItem *Spacer11; QPushButton *SaveButt; QSpacerItem *Spacer11_2_2; QPushButton *ResetButt; QSpacerItem *Spacer11_2; QPushButton *CloseButt; void setupUi(QDialog *CutPanelBase) { if (CutPanelBase->objectName().isEmpty()) CutPanelBase->setObjectName(QString::fromUtf8("CutPanelBase")); CutPanelBase->resize(585, 625); vboxLayout = new QVBoxLayout(CutPanelBase); 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")); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setContentsMargins(0, 0, 0, 0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); TextLabel1_2 = new QLabel(CutPanelBase); TextLabel1_2->setObjectName(QString::fromUtf8("TextLabel1_2")); TextLabel1_2->setWordWrap(false); hboxLayout->addWidget(TextLabel1_2); CutClassLabel = new QLabel(CutPanelBase); CutClassLabel->setObjectName(QString::fromUtf8("CutClassLabel")); CutClassLabel->setWordWrap(false); hboxLayout->addWidget(CutClassLabel); Spacer14 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(Spacer14); TextLabel1 = new QLabel(CutPanelBase); TextLabel1->setObjectName(QString::fromUtf8("TextLabel1")); TextLabel1->setWordWrap(false); hboxLayout->addWidget(TextLabel1); cutverLabel = new QLabel(CutPanelBase); cutverLabel->setObjectName(QString::fromUtf8("cutverLabel")); cutverLabel->setWordWrap(false); hboxLayout->addWidget(cutverLabel); vboxLayout1->addLayout(hboxLayout); TabWidg = new QTabWidget(CutPanelBase); TabWidg->setObjectName(QString::fromUtf8("TabWidg")); 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")); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); vboxLayout3 = new QVBoxLayout(); vboxLayout3->setSpacing(6); vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); ClassList = new Q3ListView(tab); ClassList->addColumn(QApplication::translate("CutPanelBase", "Cut Classes", 0, QApplication::UnicodeUTF8)); ClassList->header()->setClickEnabled(false, ClassList->header()->count() - 1); ClassList->header()->setResizeEnabled(true, ClassList->header()->count() - 1); ClassList->setObjectName(QString::fromUtf8("ClassList")); vboxLayout3->addWidget(ClassList); IgnoreBadPix = new QCheckBox(tab); IgnoreBadPix->setObjectName(QString::fromUtf8("IgnoreBadPix")); IgnoreBadPix->setChecked(true); vboxLayout3->addWidget(IgnoreBadPix); hboxLayout1->addLayout(vboxLayout3); vboxLayout4 = new QVBoxLayout(); vboxLayout4->setSpacing(6); vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4")); hboxLayout2 = new QHBoxLayout(); hboxLayout2->setSpacing(6); hboxLayout2->setContentsMargins(0, 0, 0, 0); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); TextLabel2 = new QLabel(tab); TextLabel2->setObjectName(QString::fromUtf8("TextLabel2")); TextLabel2->setWordWrap(false); hboxLayout2->addWidget(TextLabel2); RenameButton = new QPushButton(tab); RenameButton->setObjectName(QString::fromUtf8("RenameButton")); hboxLayout2->addWidget(RenameButton); vboxLayout4->addLayout(hboxLayout2); RenameEdit = new QLineEdit(tab); RenameEdit->setObjectName(QString::fromUtf8("RenameEdit")); vboxLayout4->addWidget(RenameEdit); vboxLayout5 = new QVBoxLayout(); vboxLayout5->setSpacing(6); vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5")); hboxLayout3 = new QHBoxLayout(); hboxLayout3->setSpacing(6); hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); NewButton = new QPushButton(tab); NewButton->setObjectName(QString::fromUtf8("NewButton")); hboxLayout3->addWidget(NewButton); spacer9 = new QSpacerItem(21, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout3->addItem(spacer9); cutdefBox = new QComboBox(tab); cutdefBox->setObjectName(QString::fromUtf8("cutdefBox")); QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(cutdefBox->sizePolicy().hasHeightForWidth()); cutdefBox->setSizePolicy(sizePolicy); cutdefBox->setMinimumSize(QSize(150, 0)); hboxLayout3->addWidget(cutdefBox); vboxLayout5->addLayout(hboxLayout3); hboxLayout4 = new QHBoxLayout(); hboxLayout4->setSpacing(6); hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); DeleteButton = new QPushButton(tab); DeleteButton->setObjectName(QString::fromUtf8("DeleteButton")); hboxLayout4->addWidget(DeleteButton); spacer7 = new QSpacerItem(151, 31, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout4->addItem(spacer7); vboxLayout5->addLayout(hboxLayout4); hboxLayout5 = new QHBoxLayout(); hboxLayout5->setSpacing(6); hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); LoadButton = new QPushButton(tab); LoadButton->setObjectName(QString::fromUtf8("LoadButton")); hboxLayout5->addWidget(LoadButton); Spacer4 = new QSpacerItem(168, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout5->addItem(Spacer4); vboxLayout5->addLayout(hboxLayout5); hboxLayout6 = new QHBoxLayout(); hboxLayout6->setSpacing(6); hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6")); SaveButton = new QPushButton(tab); SaveButton->setObjectName(QString::fromUtf8("SaveButton")); hboxLayout6->addWidget(SaveButton); spacer8 = new QSpacerItem(151, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout6->addItem(spacer8); vboxLayout5->addLayout(hboxLayout6); vboxLayout4->addLayout(vboxLayout5); Spacer5 = new QSpacerItem(20, 239, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout4->addItem(Spacer5); hboxLayout1->addLayout(vboxLayout4); vboxLayout2->addLayout(hboxLayout1); TabWidg->addTab(tab, QString()); vboxLayout1->addWidget(TabWidg); hboxLayout7 = new QHBoxLayout(); hboxLayout7->setSpacing(6); hboxLayout7->setContentsMargins(0, 0, 0, 0); hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7")); SCButt = new QPushButton(CutPanelBase); SCButt->setObjectName(QString::fromUtf8("SCButt")); SCButt->setEnabled(true); hboxLayout7->addWidget(SCButt); Spacer11 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout7->addItem(Spacer11); SaveButt = new QPushButton(CutPanelBase); SaveButt->setObjectName(QString::fromUtf8("SaveButt")); SaveButt->setEnabled(true); hboxLayout7->addWidget(SaveButt); Spacer11_2_2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout7->addItem(Spacer11_2_2); ResetButt = new QPushButton(CutPanelBase); ResetButt->setObjectName(QString::fromUtf8("ResetButt")); ResetButt->setEnabled(true); hboxLayout7->addWidget(ResetButt); Spacer11_2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout7->addItem(Spacer11_2); CloseButt = new QPushButton(CutPanelBase); CloseButt->setObjectName(QString::fromUtf8("CloseButt")); hboxLayout7->addWidget(CloseButt); vboxLayout1->addLayout(hboxLayout7); vboxLayout->addLayout(vboxLayout1); retranslateUi(CutPanelBase); QMetaObject::connectSlotsByName(CutPanelBase); } // setupUi void retranslateUi(QDialog *CutPanelBase) { CutPanelBase->setWindowTitle(QApplication::translate("CutPanelBase", "Cut Management Panel", 0, QApplication::UnicodeUTF8)); TextLabel1_2->setText(QApplication::translate("CutPanelBase", "Current cut class: ", 0, QApplication::UnicodeUTF8)); CutClassLabel->setText(QApplication::translate("CutPanelBase", "none", 0, QApplication::UnicodeUTF8)); TextLabel1->setText(QApplication::translate("CutPanelBase", "version", 0, QApplication::UnicodeUTF8)); cutverLabel->setText(QApplication::translate("CutPanelBase", "none", 0, QApplication::UnicodeUTF8)); ClassList->header()->setLabel(0, QApplication::translate("CutPanelBase", "Cut Classes", 0, QApplication::UnicodeUTF8)); IgnoreBadPix->setText(QApplication::translate("CutPanelBase", "ignore defect pixels for module cuts", 0, QApplication::UnicodeUTF8)); TextLabel2->setText(QApplication::translate("CutPanelBase", "Selected:", 0, QApplication::UnicodeUTF8)); RenameButton->setText(QApplication::translate("CutPanelBase", "Rename", 0, QApplication::UnicodeUTF8)); NewButton->setText(QApplication::translate("CutPanelBase", "New", 0, QApplication::UnicodeUTF8)); DeleteButton->setText(QApplication::translate("CutPanelBase", "Delete", 0, QApplication::UnicodeUTF8)); LoadButton->setText(QApplication::translate("CutPanelBase", "Load", 0, QApplication::UnicodeUTF8)); SaveButton->setText(QApplication::translate("CutPanelBase", "Save", 0, QApplication::UnicodeUTF8)); TabWidg->setTabText(TabWidg->indexOf(tab), QApplication::translate("CutPanelBase", "Main", 0, QApplication::UnicodeUTF8)); SCButt->setText(QApplication::translate("CutPanelBase", "Save+Close", 0, QApplication::UnicodeUTF8)); SaveButt->setText(QApplication::translate("CutPanelBase", "Save", 0, QApplication::UnicodeUTF8)); ResetButt->setText(QApplication::translate("CutPanelBase", "Reset", 0, QApplication::UnicodeUTF8)); CloseButt->setText(QApplication::translate("CutPanelBase", "Close", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class CutPanelBase: public Ui_CutPanelBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_CUTPANELBASE_H