source: mmcs/formviewmatrix.C @ 32f758e

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

Avance del proyecto 60%

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