/******************************************************************************** ** Form generated from reading UI file 'BadPixelBase.ui' ** ** Created: Mon 23. Jul 10:20:21 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_BADPIXELBASE_H #define UI_BADPIXELBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_BadPixelBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QLabel *Headline; Q3Table *PixelList; QHBoxLayout *hboxLayout; QPushButton *WrtieButt; QSpacerItem *Spacer1; QPushButton *MaskButt; QSpacerItem *Spacer3; QPushButton *CloseButt; void setupUi(QDialog *BadPixelBase) { if (BadPixelBase->objectName().isEmpty()) BadPixelBase->setObjectName(QString::fromUtf8("BadPixelBase")); BadPixelBase->resize(584, 480); vboxLayout = new QVBoxLayout(BadPixelBase); #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")); Headline = new QLabel(BadPixelBase); Headline->setObjectName(QString::fromUtf8("Headline")); Headline->setWordWrap(false); vboxLayout1->addWidget(Headline); PixelList = new Q3Table(BadPixelBase); PixelList->setObjectName(QString::fromUtf8("PixelList")); PixelList->setNumRows(3); PixelList->setNumCols(3); vboxLayout1->addWidget(PixelList); hboxLayout = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif hboxLayout->setContentsMargins(0, 0, 0, 0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); WrtieButt = new QPushButton(BadPixelBase); WrtieButt->setObjectName(QString::fromUtf8("WrtieButt")); hboxLayout->addWidget(WrtieButt); Spacer1 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(Spacer1); MaskButt = new QPushButton(BadPixelBase); MaskButt->setObjectName(QString::fromUtf8("MaskButt")); hboxLayout->addWidget(MaskButt); Spacer3 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(Spacer3); CloseButt = new QPushButton(BadPixelBase); CloseButt->setObjectName(QString::fromUtf8("CloseButt")); hboxLayout->addWidget(CloseButt); vboxLayout1->addLayout(hboxLayout); vboxLayout->addLayout(vboxLayout1); retranslateUi(BadPixelBase); QMetaObject::connectSlotsByName(BadPixelBase); } // setupUi void retranslateUi(QDialog *BadPixelBase) { BadPixelBase->setWindowTitle(QApplication::translate("BadPixelBase", "Bad Pixel List", 0, QApplication::UnicodeUTF8)); Headline->setText(QApplication::translate("BadPixelBase", "Bad pixel list:", 0, QApplication::UnicodeUTF8)); PixelList->horizontalHeader()->setLabel(0, QApplication::translate("BadPixelBase", "1", 0, QApplication::UnicodeUTF8)); PixelList->horizontalHeader()->setLabel(1, QApplication::translate("BadPixelBase", "2", 0, QApplication::UnicodeUTF8)); PixelList->horizontalHeader()->setLabel(2, QApplication::translate("BadPixelBase", "3", 0, QApplication::UnicodeUTF8)); PixelList->verticalHeader()->setLabel(0, QApplication::translate("BadPixelBase", "1", 0, QApplication::UnicodeUTF8)); PixelList->verticalHeader()->setLabel(1, QApplication::translate("BadPixelBase", "2", 0, QApplication::UnicodeUTF8)); PixelList->verticalHeader()->setLabel(2, QApplication::translate("BadPixelBase", "3", 0, QApplication::UnicodeUTF8)); WrtieButt->setText(QApplication::translate("BadPixelBase", "Write to file", 0, QApplication::UnicodeUTF8)); MaskButt->setText(QApplication::translate("BadPixelBase", "Create mask", 0, QApplication::UnicodeUTF8)); CloseButt->setText(QApplication::translate("BadPixelBase", "Close", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class BadPixelBase: public Ui_BadPixelBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_BADPIXELBASE_H