source: mmcs/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 100755
File size: 377 bytes
RevLine 
[9dd61b1]1#ifndef FORMVARIABLESEXOGENAS_H
2#define FORMVARIABLESEXOGENAS_H
3
[e62517a]4#include <QtWidgets>
[9dd61b1]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();
[e62517a]17
[9dd61b1]18private:
19    Ui::FormVariablesExogenas *ui;
20};
21
22#endif // FORMVARIABLESEXOGENAS_H
Note: See TracBrowser for help on using the repository browser.