source: mmcs/formcompararmnc.h @ 4c71262

Last change on this file since 4c71262 was 68e57de, checked in by rboet <rudmanmrrod@…>, 9 years ago

solucionado una dependencia de recurso para la imagen de cargar matriz

  • Property mode set to 100755
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.