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