FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
QValidator::State SpinBoxHex::validate
(
QString &
txt
,
int &
)
const
inline
protected
Definition at line
17
of file
SpinBoxHex.h
.
18
{
19
bool
ok;
20
txt.toInt(&ok, 16);
21
22
return
ok ? QValidator::Acceptable : QValidator::Invalid;
23
}
SpinBoxHex
Generated on Sun Sep 18 2016 20:50:58 for FACT++ by
1.8.11