From: Dmintriy L. Kruglikov Date: Wed, 2 Jul 2008 10:12:04 +0000 (+0300) Subject: Minor changes X-Git-Url: https://gitweb.ananas.su/?a=commitdiff_plain;h=f62939763d32ed68645f8abc18729065643b54b3;p=projects%2Fananas-labs.git Minor changes --- diff --git a/src/designer/deditfield.ui.h b/src/designer/deditfield.ui.h index 3b35c0d..b82870a 100644 --- a/src/designer/deditfield.ui.h +++ b/src/designer/deditfield.ui.h @@ -344,6 +344,7 @@ void dEditField::typeSelect( int idx ) efVd->show(); ValidateGroupBox->show(); NumeratorGroupBox->hide(); + efNumerator->hide(); saldoTextLabel->hide(); } else @@ -359,6 +360,7 @@ void dEditField::typeSelect( int idx ) tSepTriads->hide(); lzcheckBox->hide(); tNotBound->show(); + efNumerator->show(); NumeratorGroupBox->show(); efVd->show(); ValidateGroupBox->show(); @@ -383,6 +385,7 @@ void dEditField::typeSelect( int idx ) tNotBound->hide(); tSepTriads->hide(); efVd->hide(); + efNumerator->->hide(); ValidateGroupBox->hide(); NumeratorGroupBox->hide(); efSum->setChecked(false); @@ -401,6 +404,7 @@ void dEditField::typeSelect( int idx ) tNotBound->hide(); tSepTriads->hide(); efVd->hide(); + efNumerator->->hide(); NumeratorGroupBox->hide(); ValidateGroupBox->hide(); efSum->setChecked(false); @@ -445,7 +449,7 @@ void dEditField::setExample() { QDate date = QDate::currentDate(); QString curdate, dateformat, numerator; - + if (DateFormat->isChecked() ) { if (useOwnFofmat->isChecked() )