Changeset 8ed9b79 in mmcs for accountwidget.C


Ignore:
Timestamp:
Feb 16, 2016, 11:35:35 AM (8 years ago)
Author:
rboet <rudmanmrrod@…>
Branches:
master
Children:
50b61b5
Parents:
38d994b
Message:

corregido problema al agregar cuentas, modificados enlaces de ayuda

File:
1 edited

Legend:

Unmodified
Added
Removed
  • accountwidget.C

    r38d994b r8ed9b79  
    2929    spinBoxAccountStart->setFixedWidth(100);
    3030    spinBoxAccountStart->setObjectName(QString("accountstart %1").arg(number+1));//Nombre para el objeto Comienzo de la Cuenta
    31     spinBoxAccountStart->setMinimum(3);
    3231    spinBoxAccountStart->setMaximum(9999);
    3332    layoutAccountConf->addWidget(spinBoxAccountStart);
     
    4039    spinBoxAccountEnd->setFixedWidth(100);
    4140    spinBoxAccountEnd->setObjectName(QString("accountend %1").arg(number+1));//Nombre para el objeto Final de la Cuenta
    42     spinBoxAccountEnd->setMinimum(3);
    4341    spinBoxAccountEnd->setMaximum(9999);
    4442    layoutAccountConf->addWidget(spinBoxAccountEnd);
Note: See TracChangeset for help on using the changeset viewer.