/******************************************************************************** ** Form generated from reading UI file 'MaskedSelBase.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_MASKEDSELBASE_H #define UI_MASKEDSELBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_MaskedSelBase { public: QWidget *Layout3; QVBoxLayout *vboxLayout; QLabel *FirstselLabel; QComboBox *FirstSel; QSpacerItem *Spacer4; QLabel *SecondselLabel; QComboBox *SecondSel; QSpacerItem *Spacer3; QCheckBox *MaskTypeBox; QSpacerItem *Spacer5; QHBoxLayout *hboxLayout; QPushButton *OKButt; QSpacerItem *Spacer1; QPushButton *CancButt; void setupUi(QDialog *MaskedSelBase) { if (MaskedSelBase->objectName().isEmpty()) MaskedSelBase->setObjectName(QString::fromUtf8("MaskedSelBase")); MaskedSelBase->resize(400, 266); Layout3 = new QWidget(MaskedSelBase); Layout3->setObjectName(QString::fromUtf8("Layout3")); Layout3->setGeometry(QRect(10, 10, 380, 248)); vboxLayout = new QVBoxLayout(Layout3); #ifndef Q_OS_MAC vboxLayout->setSpacing(6); #endif vboxLayout->setContentsMargins(0, 0, 0, 0); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); vboxLayout->setContentsMargins(0, 0, 0, 0); FirstselLabel = new QLabel(Layout3); FirstselLabel->setObjectName(QString::fromUtf8("FirstselLabel")); FirstselLabel->setWordWrap(false); vboxLayout->addWidget(FirstselLabel); FirstSel = new QComboBox(Layout3); FirstSel->setObjectName(QString::fromUtf8("FirstSel")); vboxLayout->addWidget(FirstSel); Spacer4 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout->addItem(Spacer4); SecondselLabel = new QLabel(Layout3); SecondselLabel->setObjectName(QString::fromUtf8("SecondselLabel")); SecondselLabel->setWordWrap(false); vboxLayout->addWidget(SecondselLabel); SecondSel = new QComboBox(Layout3); SecondSel->setObjectName(QString::fromUtf8("SecondSel")); vboxLayout->addWidget(SecondSel); Spacer3 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout->addItem(Spacer3); MaskTypeBox = new QCheckBox(Layout3); MaskTypeBox->setObjectName(QString::fromUtf8("MaskTypeBox")); MaskTypeBox->setChecked(true); vboxLayout->addWidget(MaskTypeBox); Spacer5 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout->addItem(Spacer5); hboxLayout = new QHBoxLayout(); #ifndef Q_OS_MAC hboxLayout->setSpacing(6); #endif hboxLayout->setContentsMargins(0, 0, 0, 0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); OKButt = new QPushButton(Layout3); OKButt->setObjectName(QString::fromUtf8("OKButt")); hboxLayout->addWidget(OKButt); Spacer1 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(Spacer1); CancButt = new QPushButton(Layout3); CancButt->setObjectName(QString::fromUtf8("CancButt")); hboxLayout->addWidget(CancButt); vboxLayout->addLayout(hboxLayout); retranslateUi(MaskedSelBase); QMetaObject::connectSlotsByName(MaskedSelBase); } // setupUi void retranslateUi(QDialog *MaskedSelBase) { MaskedSelBase->setWindowTitle(QApplication::translate("MaskedSelBase", "Selector: mask application", 0, QApplication::UnicodeUTF8)); FirstselLabel->setText(QApplication::translate("MaskedSelBase", "Select data set", 0, QApplication::UnicodeUTF8)); SecondselLabel->setText(QApplication::translate("MaskedSelBase", "Select mask", 0, QApplication::UnicodeUTF8)); MaskTypeBox->setText(QApplication::translate("MaskedSelBase", "ON: Positive mask OFF: Negative mask", 0, QApplication::UnicodeUTF8)); OKButt->setText(QApplication::translate("MaskedSelBase", "OK", 0, QApplication::UnicodeUTF8)); CancButt->setText(QApplication::translate("MaskedSelBase", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class MaskedSelBase: public Ui_MaskedSelBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_MASKEDSELBASE_H