FACT++  1.0
int SpinBoxHex::valueFromText ( const QString &  txt) const
inlineprotected

Definition at line 30 of file SpinBoxHex.h.

31  {
32  bool ok;
33  return txt.toInt(&ok, 16);
34  }