source: mmcs/formvariablesexogenas.h @ e62517a

Last change on this file since e62517a 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 100755
File size: 377 bytes
Line 
1#ifndef FORMVARIABLESEXOGENAS_H
2#define FORMVARIABLESEXOGENAS_H
3
4#include <QtWidgets>
5
6namespace Ui {
7class FormVariablesExogenas;
8}
9
10class FormVariablesExogenas : public QWidget
11{
12    Q_OBJECT
13   
14public:
15    explicit FormVariablesExogenas(QWidget *parent = 0);
16    ~FormVariablesExogenas();
17
18private:
19    Ui::FormVariablesExogenas *ui;
20};
21
22#endif // FORMVARIABLESEXOGENAS_H
Note: See TracBrowser for help on using the repository browser.