Changeset e62517a in mmcs for formloadmatrix.H


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
  • formloadmatrix.H

    r588814f re62517a  
    22#define FORMLOADMATRIX_H
    33
    4 #include<QtGui>
    5 #include<ui_formLoadMatrix.h>
     4#include <QtWidgets>
     5
     6namespace Ui {
     7class FormLoadMatrix;
     8}
    69
    710class FormLoadMatrix : public QWidget
     
    1922
    2023public:
    21     FormLoadMatrix(QWidget * parent = 0);
    22     Ui_FormLoadMatrix ui;
     24    explicit FormLoadMatrix(QWidget * parent = 0);
     25    Ui::FormLoadMatrix *ui;
    2326
    2427public slots:
Note: See TracChangeset for help on using the changeset viewer.