From f62939763d32ed68645f8abc18729065643b54b3 Mon Sep 17 00:00:00 2001 From: Dmintriy L. Kruglikov Date: Wed, 2 Jul 2008 13:12:04 +0300 Subject: [PATCH] Minor changes --- src/designer/deditfield.ui.h | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) 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() ) -- 1.7.1