/******************************************************************************** ** Form generated from reading UI file 'CorrelSelBase.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_CORRELSELBASE_H #define UI_CORRELSELBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_CorrelSelBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QLabel *FirstModLabel; QComboBox *FirstMod; QLabel *FirstselLabel; QComboBox *FirstSel; QSpacerItem *Spacer4; QLabel *SecondModLabel; QComboBox *SecondMod; QLabel *SecondselLabel; QComboBox *SecondSel; QSpacerItem *Spacer3; QComboBox *PlotType; QSpacerItem *Spacer5; QHBoxLayout *hboxLayout; QPushButton *OKButt; QSpacerItem *Spacer1; QPushButton *CancButt; void setupUi(QDialog *CorrelSelBase) { if (CorrelSelBase->objectName().isEmpty()) CorrelSelBase->setObjectName(QString::fromUtf8("CorrelSelBase")); CorrelSelBase->resize(318, 422); vboxLayout = new QVBoxLayout(CorrelSelBase); vboxLayout->setSpacing(6); vboxLayout->setContentsMargins(11, 11, 11, 11); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); vboxLayout1 = new QVBoxLayout(); vboxLayout1->setSpacing(6); vboxLayout1->setContentsMargins(0, 0, 0, 0); vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); FirstModLabel = new QLabel(CorrelSelBase); FirstModLabel->setObjectName(QString::fromUtf8("FirstModLabel")); FirstModLabel->setWordWrap(false); vboxLayout1->addWidget(FirstModLabel); FirstMod = new QComboBox(CorrelSelBase); FirstMod->setObjectName(QString::fromUtf8("FirstMod")); vboxLayout1->addWidget(FirstMod); FirstselLabel = new QLabel(CorrelSelBase); FirstselLabel->setObjectName(QString::fromUtf8("FirstselLabel")); FirstselLabel->setWordWrap(false); vboxLayout1->addWidget(FirstselLabel); FirstSel = new QComboBox(CorrelSelBase); FirstSel->setObjectName(QString::fromUtf8("FirstSel")); vboxLayout1->addWidget(FirstSel); Spacer4 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout1->addItem(Spacer4); SecondModLabel = new QLabel(CorrelSelBase); SecondModLabel->setObjectName(QString::fromUtf8("SecondModLabel")); SecondModLabel->setWordWrap(false); vboxLayout1->addWidget(SecondModLabel); SecondMod = new QComboBox(CorrelSelBase); SecondMod->setObjectName(QString::fromUtf8("SecondMod")); vboxLayout1->addWidget(SecondMod); SecondselLabel = new QLabel(CorrelSelBase); SecondselLabel->setObjectName(QString::fromUtf8("SecondselLabel")); SecondselLabel->setWordWrap(false); vboxLayout1->addWidget(SecondselLabel); SecondSel = new QComboBox(CorrelSelBase); SecondSel->setObjectName(QString::fromUtf8("SecondSel")); vboxLayout1->addWidget(SecondSel); Spacer3 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout1->addItem(Spacer3); PlotType = new QComboBox(CorrelSelBase); PlotType->setObjectName(QString::fromUtf8("PlotType")); vboxLayout1->addWidget(PlotType); Spacer5 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding); vboxLayout1->addItem(Spacer5); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setContentsMargins(0, 0, 0, 0); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); OKButt = new QPushButton(CorrelSelBase); OKButt->setObjectName(QString::fromUtf8("OKButt")); hboxLayout->addWidget(OKButt); Spacer1 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(Spacer1); CancButt = new QPushButton(CorrelSelBase); CancButt->setObjectName(QString::fromUtf8("CancButt")); hboxLayout->addWidget(CancButt); vboxLayout1->addLayout(hboxLayout); vboxLayout->addLayout(vboxLayout1); retranslateUi(CorrelSelBase); PlotType->setCurrentIndex(1); QMetaObject::connectSlotsByName(CorrelSelBase); } // setupUi void retranslateUi(QDialog *CorrelSelBase) { CorrelSelBase->setWindowTitle(QApplication::translate("CorrelSelBase", "Specify data sets to be compared", 0, QApplication::UnicodeUTF8)); FirstModLabel->setText(QApplication::translate("CorrelSelBase", "Select 1st module", 0, QApplication::UnicodeUTF8)); FirstselLabel->setText(QApplication::translate("CorrelSelBase", "Select 1st data set", 0, QApplication::UnicodeUTF8)); SecondModLabel->setText(QApplication::translate("CorrelSelBase", "Select 2nd module", 0, QApplication::UnicodeUTF8)); SecondselLabel->setText(QApplication::translate("CorrelSelBase", "Select 2nd data set", 0, QApplication::UnicodeUTF8)); PlotType->clear(); PlotType->insertItems(0, QStringList() << QApplication::translate("CorrelSelBase", "Scatter graph", 0, QApplication::UnicodeUTF8) << QApplication::translate("CorrelSelBase", "2D histogram", 0, QApplication::UnicodeUTF8) << QApplication::translate("CorrelSelBase", "Table of correlation coeff.", 0, QApplication::UnicodeUTF8) ); OKButt->setText(QApplication::translate("CorrelSelBase", "OK", 0, QApplication::UnicodeUTF8)); CancButt->setText(QApplication::translate("CorrelSelBase", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class CorrelSelBase: public Ui_CorrelSelBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_CORRELSELBASE_H