source: mmcs/formviewmatrix.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: 287 bytes
Line 
1#ifndef FORMVIEWMATRIX_H
2#define FORMVIEWMATRIX_H
3
4#include <QtGui>
5#include <ui_formMatrixView.h>
6
7class FormViewMatrix : public QWidget
8{
9    Q_OBJECT
10
11    Ui_FormMatrixView ui;
12
13public:
14    FormViewMatrix(QWidget *parent = 0);
15
16signals:
17
18public slots:
19
20};
21
22#endif // FORMVIEWMATRIX_H
Note: See TracBrowser for help on using the repository browser.