source: mmcs/formviewmatrix.C @ 9dd61b1

matrices
Last change on this file since 9dd61b1 was 9dd61b1, checked in by rboet <rboet@…>, 9 years ago

Avance del proyecto 60%

  • Property mode set to 100644
File size: 162 bytes
Line 
1#include "formviewmatrix.H"
2#include <QtGui>
3#include <QtCore>
4
5
6FormViewMatrix::FormViewMatrix(QWidget *parent) :
7    QWidget(parent)
8{
9    ui.setupUi(this);
10}
11
Note: See TracBrowser for help on using the repository browser.