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