/******************************************************************************** ** Form generated from reading UI file 'formexportmatrix.ui' ** ** Created by: Qt User Interface Compiler version 5.3.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_FORMEXPORTMATRIX_H #define UI_FORMEXPORTMATRIX_H #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_FormExportMatrix { public: void setupUi(QWidget *FormExportMatrix) { if (FormExportMatrix->objectName().isEmpty()) FormExportMatrix->setObjectName(QStringLiteral("FormExportMatrix")); FormExportMatrix->setWindowModality(Qt::WindowModal); FormExportMatrix->resize(650, 336); retranslateUi(FormExportMatrix); QMetaObject::connectSlotsByName(FormExportMatrix); } // setupUi void retranslateUi(QWidget *FormExportMatrix) { FormExportMatrix->setWindowTitle(QApplication::translate("FormExportMatrix", "Exportar Matriz", 0)); } // retranslateUi }; namespace Ui { class FormExportMatrix: public Ui_FormExportMatrix {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_FORMEXPORTMATRIX_H