Changeset 9dd61b1 in mmcs for formloadmatrix.C


Ignore:
Timestamp:
Jul 27, 2015, 4:01:23 PM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master, matrices
Children:
8ad4484, 891b869
Parents:
44d1e60
Message:

Avance del proyecto 60%

File:
1 edited

Legend:

Unmodified
Added
Removed
  • formloadmatrix.C

    r44d1e60 r9dd61b1  
    11#include "formloadmatrix.H"
     2#include "ui_formLoadMatrix.h"
    23
    34void FormLoadMatrix::closeEvent(QCloseEvent *)
     
    1617
    1718    ui.editYear->setValidator(new QIntValidator);
    18 
    1919    connect(ui.buttonSearch, SIGNAL(clicked()),this,SLOT(slotLoadMatrixFile()));
    2020    connect(ui.buttonCancel, SIGNAL(clicked()),this,SLOT(close()));
     
    2323
    2424}
     25
    2526void FormLoadMatrix::slotLoadMatrixFile() {
    2627    QString filename = QFileDialog::getOpenFileName(this,
Note: See TracChangeset for help on using the changeset viewer.