source: mmcs/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: 379 bytes
Line 
1#ifndef FORMVARIABLESEXOGENAS_H
2#define FORMVARIABLESEXOGENAS_H
3
4#include <QWidget>
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.