Changeset 4992f3b in mmcs for mainwindow.C


Ignore:
Timestamp:
Dec 19, 2016, 9:35:24 AM (7 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Parents:
08d84ca
Message:

Quitados M1,M2 y M3 de comparar resultados, agregada pantalla de cargando al hacer la descomposicion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mainwindow.C

    r08d84ca r4992f3b  
    61716171    if(item==2)
    61726172    {
     6173        FormCargando *cargando = new FormCargando(this);
     6174        cargando->show();
     6175        disconnect(formdescomposicion->ui->pushButton_3,SIGNAL(clicked()),this,SLOT(slotAgregarDescomposicion()));
    61736176        QStringList list;
    61746177        for(int i=0;i<item;i++)
     
    62016204        calcularAuxiliares();
    62026205        calcularMatricesDescomposicion();
     6206        QTimer::singleShot(1000,cargando,SLOT(hide()));
    62036207    }
    62046208    else
Note: See TracChangeset for help on using the changeset viewer.