Changeset 32f758e in mmcs for ui_formLoadMatrix.h


Ignore:
Timestamp:
Sep 25, 2015, 11:01:29 AM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master
Children:
37dd9aa
Parents:
b1ef0b1
Message:

corregida la funcionabilidad de los encadenamientos, minimo de cuentas cambiado a 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui_formLoadMatrix.h

    r96b0c4a r32f758e  
    22** Form generated from reading UI file 'formLoadMatrix.ui'
    33**
    4 ** Created: Fri Sep 11 09:48:15 2015
     4** Created: Fri Sep 25 11:00:03 2015
    55**      by: Qt User Interface Compiler version 4.8.2
    66**
     
    116116        spinNumber = new QSpinBox(FormLoadMatrix);
    117117        spinNumber->setObjectName(QString::fromUtf8("spinNumber"));
    118         spinNumber->setMinimum(1);
     118        spinNumber->setMinimum(2);
    119119
    120120        gridLayout->addWidget(spinNumber, 2, 1, 1, 1);
Note: See TracChangeset for help on using the changeset viewer.