source: mmcs/ui_formvariablesexogenas.h

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

Migrado el proyecto a la versión 5 de Qt, agregado primer boceto del PDF

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