Changeset 588814f in mmcs for formloadmatrix.C


Ignore:
Timestamp:
Jul 29, 2016, 3:00:25 PM (8 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
50550b0
Parents:
61e2bc2
Message:

Agregada funcionalidad para cargar desde un csv con las cuentas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • formloadmatrix.C

    r68e57de r588814f  
    4444        return;
    4545    }
     46    else if(!ui.radioAccount->isChecked() and !ui.radioComponent->isChecked()){
     47        QMessageBox::critical(this, "Faltan datos",
     48                              "Debe seleccionar si cargará cuentas y componentes o sólo componentes");
     49        ui.editFilePath->setFocus();
     50        return;
     51    }
    4652
    4753    emit formAccepted(ui.editFilePath->text(), ui.spinNumber->value(),ui.spinBox->value());
Note: See TracChangeset for help on using the changeset viewer.