Changeset 8a36d4a in mmcs for ui_formexportmatrix.h


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
  • ui_formexportmatrix.h

    re62517a r8a36d4a  
    2727        if (FormExportMatrix->objectName().isEmpty())
    2828            FormExportMatrix->setObjectName(QStringLiteral("FormExportMatrix"));
    29         FormExportMatrix->setWindowModality(Qt::ApplicationModal);
     29        FormExportMatrix->setWindowModality(Qt::WindowModal);
    3030        FormExportMatrix->resize(650, 336);
    3131
Note: See TracChangeset for help on using the changeset viewer.