/******************************************************************************** ** Form generated from reading UI file 'RenameWin.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_RENAMEWIN_H #define UI_RENAMEWIN_H #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_RenameWin { public: QHBoxLayout *hboxLayout; QVBoxLayout *vboxLayout; QLabel *EnterLabel; QHBoxLayout *hboxLayout1; QLineEdit *Name; QCheckBox *optBox; void setupUi(QDialog *RenameWin) { if (RenameWin->objectName().isEmpty()) RenameWin->setObjectName(QString::fromUtf8("RenameWin")); RenameWin->resize(373, 77); hboxLayout = new QHBoxLayout(RenameWin); hboxLayout->setSpacing(6); hboxLayout->setContentsMargins(11, 11, 11, 11); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); vboxLayout = new QVBoxLayout(); vboxLayout->setSpacing(6); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); EnterLabel = new QLabel(RenameWin); EnterLabel->setObjectName(QString::fromUtf8("EnterLabel")); EnterLabel->setWordWrap(false); vboxLayout->addWidget(EnterLabel); hboxLayout1 = new QHBoxLayout(); hboxLayout1->setSpacing(6); hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); Name = new QLineEdit(RenameWin); Name->setObjectName(QString::fromUtf8("Name")); Name->setCursor(QCursor(Qt::ArrowCursor)); Name->setMouseTracking(true); Name->setCursorPosition(0); hboxLayout1->addWidget(Name); optBox = new QCheckBox(RenameWin); optBox->setObjectName(QString::fromUtf8("optBox")); hboxLayout1->addWidget(optBox); vboxLayout->addLayout(hboxLayout1); hboxLayout->addLayout(vboxLayout); retranslateUi(RenameWin); QMetaObject::connectSlotsByName(RenameWin); } // setupUi void retranslateUi(QDialog *RenameWin) { RenameWin->setWindowTitle(QApplication::translate("RenameWin", "Rename data item", 0, QApplication::UnicodeUTF8)); EnterLabel->setText(QApplication::translate("RenameWin", "Enter new name:", 0, QApplication::UnicodeUTF8)); optBox->setText(QApplication::translate("RenameWin", "optBox", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class RenameWin: public Ui_RenameWin {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_RENAMEWIN_H