FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int SpinBoxHex::valueFromText
(
const QString &
txt
)
const
inline
protected
Definition at line
30
of file
SpinBoxHex.h
.
31
{
32
bool
ok;
33
return
txt.toInt(&ok, 16);
34
}
SpinBoxHex
Generated on Sun Sep 18 2016 20:50:58 for FACT++ by
1.8.11