16 m_coordScale (coordScale),
17 m_coordUnitsDate (coordUnitsDate),
18 m_coordUnitsTime (coordUnitsTime)
20 qCInfo(ENGAUGE_LOG) <<
"DlgValidatorDateTime::DlgValidatorDateTime";
28 return formatDateTime.
parseInput (m_coordUnitsDate,
DlgValidatorAbstract(QObject *parent=0)
Single constructor.
DlgValidatorDateTime(CoordScale coordScale, CoordUnitsDate coordUnitsDate, CoordUnitsTime coordUnitsTime, QObject *parent=0)
Single constructor.
virtual QValidator::State validate(QString &input, int &pos) const
Validate according to the numeric format specific to the leaf class.