source: mmcs/formcompararmnc.h @ 96b0c4a

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

agregada comparacion de escenarios del modelo no clasico

  • Property mode set to 100644
File size: 318 bytes
Line 
1#ifndef FORMCOMPARARMNC_H
2#define FORMCOMPARARMNC_H
3
4#include <QWidget>
5
6namespace Ui {
7class FormCompararMNC;
8}
9
10class FormCompararMNC : public QWidget
11{
12    Q_OBJECT
13   
14public:
15    explicit FormCompararMNC(QWidget *parent = 0);
16    Ui::FormCompararMNC *ui;
17    ~FormCompararMNC();
18
19};
20
21#endif // FORMCOMPARARMNC_H
Note: See TracBrowser for help on using the repository browser.