Changeset 8a36d4a in mmcs


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • formexportmatrix.ui

    r68e57de r8a36d4a  
    44 <widget class="QWidget" name="FormExportMatrix">
    55  <property name="windowModality">
    6    <enum>Qt::ApplicationModal</enum>
     6   <enum>Qt::WindowModal</enum>
    77  </property>
    88  <property name="geometry">
  • 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();
  • 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.