/******************************************************************************** ** Form generated from reading UI file 'FileWinBase.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_FILEWINBASE_H #define UI_FILEWINBASE_H #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_FileWinBase { public: QLabel *FNLabel; QLabel *ModuleLabel; QComboBox *FileType; QPushButton *BrwsButt; QLineEdit *FileName; QLabel *ComLabel; QPushButton *OKButt; QLineEdit *Comments; QPushButton *CancButt; void setupUi(QDialog *FileWinBase) { if (FileWinBase->objectName().isEmpty()) FileWinBase->setObjectName(QString::fromUtf8("FileWinBase")); FileWinBase->resize(479, 237); FNLabel = new QLabel(FileWinBase); FNLabel->setObjectName(QString::fromUtf8("FNLabel")); FNLabel->setGeometry(QRect(10, 60, 151, 31)); QFont font; FNLabel->setFont(font); FNLabel->setWordWrap(false); ModuleLabel = new QLabel(FileWinBase); ModuleLabel->setObjectName(QString::fromUtf8("ModuleLabel")); ModuleLabel->setGeometry(QRect(20, 0, 440, 31)); ModuleLabel->setFont(font); ModuleLabel->setAlignment(Qt::AlignCenter); ModuleLabel->setWordWrap(false); FileType = new QComboBox(FileWinBase); FileType->setObjectName(QString::fromUtf8("FileType")); FileType->setGeometry(QRect(10, 30, 460, 20)); BrwsButt = new QPushButton(FileWinBase); BrwsButt->setObjectName(QString::fromUtf8("BrwsButt")); BrwsButt->setGeometry(QRect(400, 90, 70, 30)); FileName = new QLineEdit(FileWinBase); FileName->setObjectName(QString::fromUtf8("FileName")); FileName->setGeometry(QRect(10, 90, 381, 22)); ComLabel = new QLabel(FileWinBase); ComLabel->setObjectName(QString::fromUtf8("ComLabel")); ComLabel->setGeometry(QRect(10, 130, 141, 21)); ComLabel->setWordWrap(false); OKButt = new QPushButton(FileWinBase); OKButt->setObjectName(QString::fromUtf8("OKButt")); OKButt->setEnabled(false); OKButt->setGeometry(QRect(10, 200, 70, 30)); OKButt->setFont(font); Comments = new QLineEdit(FileWinBase); Comments->setObjectName(QString::fromUtf8("Comments")); Comments->setGeometry(QRect(10, 160, 460, 22)); Comments->setFont(font); Comments->setAlignment(Qt::AlignLeading); CancButt = new QPushButton(FileWinBase); CancButt->setObjectName(QString::fromUtf8("CancButt")); CancButt->setGeometry(QRect(400, 190, 70, 30)); CancButt->setFont(font); retranslateUi(FileWinBase); QMetaObject::connectSlotsByName(FileWinBase); } // setupUi void retranslateUi(QDialog *FileWinBase) { FileWinBase->setWindowTitle(QApplication::translate("FileWinBase", "Load files", 0, QApplication::UnicodeUTF8)); FNLabel->setText(QApplication::translate("FileWinBase", "File name:", 0, QApplication::UnicodeUTF8)); ModuleLabel->setText(QApplication::translate("FileWinBase", "load files for unknown module", 0, QApplication::UnicodeUTF8)); BrwsButt->setText(QApplication::translate("FileWinBase", "Browse...", 0, QApplication::UnicodeUTF8)); FileName->setText(QApplication::translate("FileWinBase", "No file has been selected", 0, QApplication::UnicodeUTF8)); ComLabel->setText(QApplication::translate("FileWinBase", "Label", 0, QApplication::UnicodeUTF8)); OKButt->setText(QApplication::translate("FileWinBase", "OK", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_TOOLTIP Comments->setToolTip(QApplication::translate("FileWinBase", "Label that will show up in tree-view after data uploading", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP Comments->setText(QString()); CancButt->setText(QApplication::translate("FileWinBase", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class FileWinBase: public Ui_FileWinBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_FILEWINBASE_H