21 const QLocale &locale,
37 value) == QValidator::Acceptable);
46 value) == QValidator::Acceptable);
51 value = locale.toDouble (
string);
64 const QLocale &locale,
71 double valueUnformattedOther)
const
75 const char FORMAT (
'g');
77 QString valueFormatted;
100 valueFormatted = locale.toString (valueUnformatted,
103 valueUnformattedOther,
115 return valueFormatted;
Model for DlgSettingsGeneral and CmdSettingsGeneral.
#define LOG4CPP_ERROR_S(logger)
log4cpp::Category * mainCat
#define ENGAUGE_ASSERT(cond)
Drop in replacement for Q_ASSERT if defined(QT_NO_DEBUG) && !defined(QT_FORCE_ASSERTS) define ENGAUGE...