source: mmcs/ui_formexportmatrix.h

Last change on this file was 8a36d4a, checked in by rudmanmrrod <rudman22@…>, 8 years ago

Solucionado solapamiento que se daba en el formulario de exportar matriz, agregado mensaje al exportar con éxito

  • Property mode set to 100644
File size: 1.4 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'formexportmatrix.ui'
3**
4** Created by: Qt User Interface Compiler version 5.3.2
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_FORMEXPORTMATRIX_H
10#define UI_FORMEXPORTMATRIX_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QAction>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QButtonGroup>
16#include <QtWidgets/QHeaderView>
17#include <QtWidgets/QWidget>
18
19QT_BEGIN_NAMESPACE
20
21class Ui_FormExportMatrix
22{
23public:
24
25    void setupUi(QWidget *FormExportMatrix)
26    {
27        if (FormExportMatrix->objectName().isEmpty())
28            FormExportMatrix->setObjectName(QStringLiteral("FormExportMatrix"));
29        FormExportMatrix->setWindowModality(Qt::WindowModal);
30        FormExportMatrix->resize(650, 336);
31
32        retranslateUi(FormExportMatrix);
33
34        QMetaObject::connectSlotsByName(FormExportMatrix);
35    } // setupUi
36
37    void retranslateUi(QWidget *FormExportMatrix)
38    {
39        FormExportMatrix->setWindowTitle(QApplication::translate("FormExportMatrix", "Exportar Matriz", 0));
40    } // retranslateUi
41
42};
43
44namespace Ui {
45    class FormExportMatrix: public Ui_FormExportMatrix {};
46} // namespace Ui
47
48QT_END_NAMESPACE
49
50#endif // UI_FORMEXPORTMATRIX_H
Note: See TracBrowser for help on using the repository browser.