/******************************************************************************** ** Form generated from reading UI file 'RefWinBase.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_REFWINBASE_H #define UI_REFWINBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_RefWinBase { public: QVBoxLayout *verticalLayout_2; QVBoxLayout *verticalLayout; QVBoxLayout *comboLayout; QLabel *FuncselLabel; QComboBox *FuncSel; QLabel *SelectorLabel; QComboBox *DatSel; QSpacerItem *spacer13; QHBoxLayout *hboxLayout; QPushButton *OKButt; QSpacerItem *horizontalSpacer; QPushButton *nextButton; QSpacerItem *spacer12; QPushButton *CancButt; void setupUi(QDialog *RefWinBase) { if (RefWinBase->objectName().isEmpty()) RefWinBase->setObjectName(QString::fromUtf8("RefWinBase")); RefWinBase->resize(332, 207); verticalLayout_2 = new QVBoxLayout(RefWinBase); verticalLayout_2->setSpacing(6); verticalLayout_2->setContentsMargins(11, 11, 11, 11); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); verticalLayout = new QVBoxLayout(); verticalLayout->setSpacing(6); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); comboLayout = new QVBoxLayout(); comboLayout->setSpacing(6); comboLayout->setObjectName(QString::fromUtf8("comboLayout")); FuncselLabel = new QLabel(RefWinBase); FuncselLabel->setObjectName(QString::fromUtf8("FuncselLabel")); FuncselLabel->setWordWrap(false); comboLayout->addWidget(FuncselLabel); FuncSel = new QComboBox(RefWinBase); FuncSel->setObjectName(QString::fromUtf8("FuncSel")); comboLayout->addWidget(FuncSel); SelectorLabel = new QLabel(RefWinBase); SelectorLabel->setObjectName(QString::fromUtf8("SelectorLabel")); SelectorLabel->setWordWrap(false); comboLayout->addWidget(SelectorLabel); DatSel = new QComboBox(RefWinBase); DatSel->setObjectName(QString::fromUtf8("DatSel")); comboLayout->addWidget(DatSel); verticalLayout->addLayout(comboLayout); spacer13 = new QSpacerItem(13, 16, QSizePolicy::Minimum, QSizePolicy::Expanding); verticalLayout->addItem(spacer13); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); OKButt = new QPushButton(RefWinBase); OKButt->setObjectName(QString::fromUtf8("OKButt")); hboxLayout->addWidget(OKButt); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(horizontalSpacer); nextButton = new QPushButton(RefWinBase); nextButton->setObjectName(QString::fromUtf8("nextButton")); hboxLayout->addWidget(nextButton); spacer12 = new QSpacerItem(56, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacer12); CancButt = new QPushButton(RefWinBase); CancButt->setObjectName(QString::fromUtf8("CancButt")); hboxLayout->addWidget(CancButt); verticalLayout->addLayout(hboxLayout); verticalLayout_2->addLayout(verticalLayout); QWidget::setTabOrder(OKButt, CancButt); QWidget::setTabOrder(CancButt, DatSel); QWidget::setTabOrder(DatSel, FuncSel); retranslateUi(RefWinBase); QMetaObject::connectSlotsByName(RefWinBase); } // setupUi void retranslateUi(QDialog *RefWinBase) { RefWinBase->setWindowTitle(QApplication::translate("RefWinBase", "Load option for Sfit data", 0, QApplication::UnicodeUTF8)); FuncselLabel->setText(QApplication::translate("RefWinBase", "Select option", 0, QApplication::UnicodeUTF8)); SelectorLabel->setText(QApplication::translate("RefWinBase", "Select reference data set", 0, QApplication::UnicodeUTF8)); OKButt->setText(QApplication::translate("RefWinBase", "OK", 0, QApplication::UnicodeUTF8)); nextButton->setText(QApplication::translate("RefWinBase", "Add Scan", 0, QApplication::UnicodeUTF8)); CancButt->setText(QApplication::translate("RefWinBase", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class RefWinBase: public Ui_RefWinBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_REFWINBASE_H