source: mmcs/formviewmatrix.C @ 44d1e60

matrices
Last change on this file since 44d1e60 was 44d1e60, checked in by Jose Ruiz <joseruiz@…>, 9 years ago

commit inicial

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