/******************************************************************************** ** Form generated from reading UI file 'DBFieldEditBase.ui' ** ** Created: Mon 23. Jul 10:25:25 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_DBFIELDEDITBASE_H #define UI_DBFIELDEDITBASE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_DBFieldEditBase { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; QHBoxLayout *hboxLayout; QLabel *enterLabel; QLineEdit *fieldName; QHBoxLayout *hboxLayout1; QLabel *fieldLabel; QVBoxLayout *vboxLayout2; QLineEdit *fieldValue; Q3TextEdit *fieldTxtEdit; Q3Table *fieldTable; QSpinBox *tableEntries; QHBoxLayout *hboxLayout2; QLabel *typeLabel; QComboBox *typeBox; QCheckBox *hexBox; QHBoxLayout *hboxLayout3; QPushButton *okButton; QSpacerItem *spacer14; QPushButton *cancelButton; void setupUi(QDialog *DBFieldEditBase) { if (DBFieldEditBase->objectName().isEmpty()) DBFieldEditBase->setObjectName(QString::fromUtf8("DBFieldEditBase")); DBFieldEditBase->resize(580, 249); vboxLayout = new QVBoxLayout(DBFieldEditBase); 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")); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); enterLabel = new QLabel(DBFieldEditBase); enterLabel->setObjectName(QString::fromUtf8("enterLabel")); enterLabel->setWordWrap(false); hboxLayout->addWidget(enterLabel); fieldName = new QLineEdit(DBFieldEditBase); fieldName->setObjectName(QString::fromUtf8("fieldName")); fieldName->setMinimumSize(QSize(250, 0)); hboxLayout->addWidget(fieldName); vboxLayout1->addLayout(hboxLayout); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); fieldLabel = new QLabel(DBFieldEditBase); fieldLabel->setObjectName(QString::fromUtf8("fieldLabel")); fieldLabel->setWordWrap(false); hboxLayout1->addWidget(fieldLabel); vboxLayout2 = new QVBoxLayout(); vboxLayout2->setSpacing(6); vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); fieldValue = new QLineEdit(DBFieldEditBase); fieldValue->setObjectName(QString::fromUtf8("fieldValue")); fieldValue->setMinimumSize(QSize(250, 0)); vboxLayout2->addWidget(fieldValue); fieldTxtEdit = new Q3TextEdit(DBFieldEditBase); fieldTxtEdit->setObjectName(QString::fromUtf8("fieldTxtEdit")); vboxLayout2->addWidget(fieldTxtEdit); hboxLayout1->addLayout(vboxLayout2); fieldTable = new Q3Table(DBFieldEditBase); fieldTable->setObjectName(QString::fromUtf8("fieldTable")); fieldTable->setNumRows(0); fieldTable->setNumCols(1); fieldTable->setSelectionMode(Q3Table::NoSelection); hboxLayout1->addWidget(fieldTable); tableEntries = new QSpinBox(DBFieldEditBase); tableEntries->setObjectName(QString::fromUtf8("tableEntries")); tableEntries->setMaximum(99999999); hboxLayout1->addWidget(tableEntries); vboxLayout1->addLayout(hboxLayout1); hboxLayout2 = new QHBoxLayout(); hboxLayout2->setSpacing(6); hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); typeLabel = new QLabel(DBFieldEditBase); typeLabel->setObjectName(QString::fromUtf8("typeLabel")); typeLabel->setWordWrap(false); hboxLayout2->addWidget(typeLabel); typeBox = new QComboBox(DBFieldEditBase); typeBox->setObjectName(QString::fromUtf8("typeBox")); hboxLayout2->addWidget(typeBox); hexBox = new QCheckBox(DBFieldEditBase); hexBox->setObjectName(QString::fromUtf8("hexBox")); hexBox->setChecked(true); hboxLayout2->addWidget(hexBox); vboxLayout1->addLayout(hboxLayout2); hboxLayout3 = new QHBoxLayout(); hboxLayout3->setSpacing(6); hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); okButton = new QPushButton(DBFieldEditBase); okButton->setObjectName(QString::fromUtf8("okButton")); hboxLayout3->addWidget(okButton); spacer14 = new QSpacerItem(151, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout3->addItem(spacer14); cancelButton = new QPushButton(DBFieldEditBase); cancelButton->setObjectName(QString::fromUtf8("cancelButton")); hboxLayout3->addWidget(cancelButton); vboxLayout1->addLayout(hboxLayout3); vboxLayout->addLayout(vboxLayout1); retranslateUi(DBFieldEditBase); QMetaObject::connectSlotsByName(DBFieldEditBase); } // setupUi void retranslateUi(QDialog *DBFieldEditBase) { DBFieldEditBase->setWindowTitle(QApplication::translate("DBFieldEditBase", "DBField Editor", 0, QApplication::UnicodeUTF8)); enterLabel->setText(QApplication::translate("DBFieldEditBase", "Enter Name", 0, QApplication::UnicodeUTF8)); fieldLabel->setText(QApplication::translate("DBFieldEditBase", "DBField label", 0, QApplication::UnicodeUTF8)); fieldTable->horizontalHeader()->setLabel(0, QApplication::translate("DBFieldEditBase", "values", 0, QApplication::UnicodeUTF8)); typeLabel->setText(QApplication::translate("DBFieldEditBase", "DBField type", 0, QApplication::UnicodeUTF8)); hexBox->setText(QApplication::translate("DBFieldEditBase", "show int in hex", 0, QApplication::UnicodeUTF8)); okButton->setText(QApplication::translate("DBFieldEditBase", "Save", 0, QApplication::UnicodeUTF8)); cancelButton->setText(QApplication::translate("DBFieldEditBase", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class DBFieldEditBase: public Ui_DBFieldEditBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DBFIELDEDITBASE_H