source: mmcs/ui_formvariablesexogenas.h @ 9dd61b1

matrices
Last change on this file since 9dd61b1 was 9dd61b1, checked in by rboet <rboet@…>, 9 years ago

Avance del proyecto 60%

  • Property mode set to 100644
File size: 1.5 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'formvariablesexogenas.ui'
3**
4** Created: Fri Jul 3 17:13:17 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_FORMVARIABLESEXOGENAS_H
11#define UI_FORMVARIABLESEXOGENAS_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_FormVariablesExogenas
23{
24public:
25
26    void setupUi(QWidget *FormVariablesExogenas)
27    {
28        if (FormVariablesExogenas->objectName().isEmpty())
29            FormVariablesExogenas->setObjectName(QString::fromUtf8("FormVariablesExogenas"));
30        FormVariablesExogenas->setWindowModality(Qt::ApplicationModal);
31        FormVariablesExogenas->resize(766, 378);
32
33        retranslateUi(FormVariablesExogenas);
34
35        QMetaObject::connectSlotsByName(FormVariablesExogenas);
36    } // setupUi
37
38    void retranslateUi(QWidget *FormVariablesExogenas)
39    {
40        FormVariablesExogenas->setWindowTitle(QApplication::translate("FormVariablesExogenas", "Defina Variables Ex\303\263genas", 0, QApplication::UnicodeUTF8));
41    } // retranslateUi
42
43};
44
45namespace Ui {
46    class FormVariablesExogenas: public Ui_FormVariablesExogenas {};
47} // namespace Ui
48
49QT_END_NAMESPACE
50
51#endif // UI_FORMVARIABLESEXOGENAS_H
Note: See TracBrowser for help on using the repository browser.