Searched refs:m_units (Results 1 – 2 of 2) sorted by relevance
17 m_units = "km/h"; in mySpeed()124 QString str = QString("%1 %2").arg(m_value, 0, 'f', m_precision).arg(m_units); in drawNumericValue()
39 QString m_units; variable