Changeset e62517a in mmcs for formviewmatrix.C


Ignore:
Timestamp:
Aug 31, 2016, 5:18:22 PM (8 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
0b59ba5
Parents:
4c71262
Message:

Migrado el proyecto a la versión 5 de Qt, agregado primer boceto del PDF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • formviewmatrix.C

    r68e57de re62517a  
    33*/
    44#include "formviewmatrix.H"
    5 #include <QtGui>
    6 #include <QtCore>
     5#include "ui_formViewMatrix.h"
    76
    87
    9 FormViewMatrix::FormViewMatrix(QWidget *parent) :
    10     QWidget(parent)
     8FormMatrixView::FormMatrixView(QWidget *parent) :
     9    QWidget(parent,Qt::Tool),
     10    ui(new Ui::FormMatrixView)
    1111{
    12     ui.setupUi(this);
     12    ui->setupUi(this);
    1313}
    1414
Note: See TracChangeset for help on using the changeset viewer.