/******************************************************************************** ** Form generated from reading UI file 'PrlItemInitBase.ui' ** ** Created: Mon 23. Jul 10:26:15 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_PRLITEMINITBASE_H #define UI_PRLITEMINITBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_PrlItemInitBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QLabel *genLabel; QComboBox *prliType; QLabel *custLabel; QComboBox *prliCustType; QSpacerItem *spacer26; QHBoxLayout *hboxLayout; QLabel *ComLabel; QLineEdit *Comments; QHBoxLayout *hboxLayout1; QPushButton *OKButt; QSpacerItem *spacer23; QPushButton *CancButt; void setupUi(QDialog *PrlItemInitBase) { if (PrlItemInitBase->objectName().isEmpty()) PrlItemInitBase->setObjectName(QString::fromUtf8("PrlItemInitBase")); PrlItemInitBase->resize(412, 268); vboxLayout = new QVBoxLayout(PrlItemInitBase); 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")); genLabel = new QLabel(PrlItemInitBase); genLabel->setObjectName(QString::fromUtf8("genLabel")); QFont font; genLabel->setFont(font); genLabel->setAlignment(Qt::AlignCenter); genLabel->setWordWrap(false); vboxLayout1->addWidget(genLabel); prliType = new QComboBox(PrlItemInitBase); prliType->setObjectName(QString::fromUtf8("prliType")); vboxLayout1->addWidget(prliType); custLabel = new QLabel(PrlItemInitBase); custLabel->setObjectName(QString::fromUtf8("custLabel")); custLabel->setFont(font); custLabel->setAlignment(Qt::AlignCenter); custLabel->setWordWrap(false); vboxLayout1->addWidget(custLabel); prliCustType = new QComboBox(PrlItemInitBase); prliCustType->setObjectName(QString::fromUtf8("prliCustType")); vboxLayout1->addWidget(prliCustType); spacer26 = new QSpacerItem(20, 21, QSizePolicy::Minimum, QSizePolicy::Fixed); vboxLayout1->addItem(spacer26); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); ComLabel = new QLabel(PrlItemInitBase); ComLabel->setObjectName(QString::fromUtf8("ComLabel")); ComLabel->setWordWrap(false); hboxLayout->addWidget(ComLabel); Comments = new QLineEdit(PrlItemInitBase); Comments->setObjectName(QString::fromUtf8("Comments")); Comments->setFont(font); Comments->setAlignment(Qt::AlignLeading); hboxLayout->addWidget(Comments); vboxLayout1->addLayout(hboxLayout); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); OKButt = new QPushButton(PrlItemInitBase); OKButt->setObjectName(QString::fromUtf8("OKButt")); OKButt->setEnabled(true); OKButt->setFont(font); hboxLayout1->addWidget(OKButt); spacer23 = new QSpacerItem(271, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout1->addItem(spacer23); CancButt = new QPushButton(PrlItemInitBase); CancButt->setObjectName(QString::fromUtf8("CancButt")); CancButt->setFont(font); hboxLayout1->addWidget(CancButt); vboxLayout1->addLayout(hboxLayout1); vboxLayout->addLayout(vboxLayout1); retranslateUi(PrlItemInitBase); QObject::connect(OKButt, SIGNAL(clicked()), PrlItemInitBase, SLOT(accept())); QObject::connect(CancButt, SIGNAL(clicked()), PrlItemInitBase, SLOT(reject())); QMetaObject::connectSlotsByName(PrlItemInitBase); } // setupUi void retranslateUi(QDialog *PrlItemInitBase) { PrlItemInitBase->setWindowTitle(QApplication::translate("PrlItemInitBase", "Initialise new primitive list item", 0, QApplication::UnicodeUTF8)); genLabel->setText(QApplication::translate("PrlItemInitBase", "select primlist item type", 0, QApplication::UnicodeUTF8)); custLabel->setText(QApplication::translate("PrlItemInitBase", "select a custom scan", 0, QApplication::UnicodeUTF8)); ComLabel->setText(QApplication::translate("PrlItemInitBase", "Label", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_TOOLTIP Comments->setToolTip(QApplication::translate("PrlItemInitBase", "Label that will show up in tree-view after data uploading", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP Comments->setText(QString()); OKButt->setText(QApplication::translate("PrlItemInitBase", "OK", 0, QApplication::UnicodeUTF8)); CancButt->setText(QApplication::translate("PrlItemInitBase", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class PrlItemInitBase: public Ui_PrlItemInitBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_PRLITEMINITBASE_H