source: mmcs/formcompararresultados.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: 372 bytes
Line 
1#ifndef FORMCOMPARARRESULTADOS_H
2#define FORMCOMPARARRESULTADOS_H
3
4#include <QtWidgets>
5
6namespace Ui {
7class FormCompararResultados;
8}
9
10class FormCompararResultados : public QWidget
11{
12    Q_OBJECT
13
14public:
15    explicit FormCompararResultados(QWidget *parent = 0);
16    Ui::FormCompararResultados *ui;
17    ~FormCompararResultados();
18
19};
20
21#endif // FORMCOMPARARRESULTADOS_H
Note: See TracBrowser for help on using the repository browser.