source: mmcs/ui_formexportmatrix.h @ 68e57de

Last change on this file since 68e57de was 68e57de, checked in by rboet <rudmanmrrod@…>, 9 years ago

solucionado una dependencia de recurso para la imagen de cargar matriz

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