Changeset fc268a0 in mmcs for stackvariablesexogenas.cpp


Ignore:
Timestamp:
Sep 18, 2015, 3:35:09 PM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master, matrices
Children:
814c04d
Parents:
96b0c4a
Message:

Incorporacion de opcion nuevo proyecto y modelo de precios homogeneos clasico

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stackvariablesexogenas.cpp

    r8daa049 rfc268a0  
    3030    }
    3131
    32     //Aqui se agrega el apartado para todas las cuentas
    33     comboAccount->addItem("Todas las Cuentas");
    34     comboAccount->setObjectName(QString("CuentaExogenaFinal"));
    35     nuevosComponentes.clear();
    36     VariableExogenaWidget * widget = new VariableExogenaWidget(contar,nuevosComponentes,stackedWidget);
    37     widget->accounListWidget->setVisible(false);
    38     stackedWidget->addWidget(widget);
    39     widgetList.append(widget);
    40 
    4132    layoutMain->addWidget(comboAccount);
    4233    layoutMain->addWidget(stackedWidget);
    43 
    4434
    4535    setLayout(layoutMain);
Note: See TracChangeset for help on using the changeset viewer.