Changeset f2dac89 in mmcs for ui_formdescomposicion.h


Ignore:
Timestamp:
Oct 10, 2016, 3:07:01 PM (8 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
06b685d
Parents:
b0c244f
Message:

Solucionado bug que permitia solo seleccionar una cuenta para la clasificación de cuentas, agregada pantalla de cargando en Cargando matriz,seleccionando cuentas exógenas y con coeficientes tecnicos horizontales y verticales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui_formdescomposicion.h

    rb0c244f rf2dac89  
    9191        pushButton_2->setMinimumSize(QSize(80, 30));
    9292        pushButton_2->setMaximumSize(QSize(150, 30));
    93         pushButton_2->setStyleSheet(QStringLiteral("background-color: #358ccb; color: #fff; font-weight: bold; height: 30px; border: none; border-radius: 5px;"));
     93        pushButton_2->setStyleSheet(QStringLiteral("font-weight: bold; height: 30px; border: none; border-radius: 5px;"));
     94        pushButton_2->setFlat(true);
    9495
    9596        gridLayout->addWidget(pushButton_2, 4, 1, 1, 1);
     
    99100        pushButton->setMinimumSize(QSize(80, 30));
    100101        pushButton->setMaximumSize(QSize(150, 30));
    101         pushButton->setStyleSheet(QStringLiteral("background-color: #358ccb; color: #fff; font-weight: bold; height: 30px; border: none; border-radius: 5px;"));
     102        pushButton->setStyleSheet(QStringLiteral("font-weight: bold; height: 30px; border: none; border-radius: 5px;"));
     103        pushButton->setFlat(true);
    102104
    103105        gridLayout->addWidget(pushButton, 3, 1, 1, 1);
Note: See TracChangeset for help on using the changeset viewer.