source: mmcs/formcompararresultados.h @ fa3f7a3

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

agregada funcionabilidad de escenarios

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