Changeset 8a36d4a in mmcs for mainwindow.C


Ignore:
Timestamp:
Oct 26, 2016, 10:16:19 AM (8 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
9933877
Parents:
06b685d
Message:

Solucionado solapamiento que se daba en el formulario de exportar matriz, agregado mensaje al exportar con éxito

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainwindow.C

    r06b685d r8a36d4a  
    256256            archivo.flush();
    257257            archivo.close();
     258            QMessageBox::information(this,"Éxito",QString("Se exportó con éxito\nla matriz en\n"+formExportMatriz->ExportLine->text()));
    258259            formExportMatriz->ExportLine->setText("");
    259260            formExportMatriz->close();
Note: See TracChangeset for help on using the changeset viewer.