FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
QString SpinBoxHex::textFromValue
(
int
val
)
const
inline
protected
Definition at line
25
of file
SpinBoxHex.h
.
26
{
27
return
QString::number(val, 16).right(8).rightJustified(8,
'0'
).toLower().insert(4,
':'
);
28
}
SpinBoxHex
Generated on Sun Sep 18 2016 20:50:58 for FACT++ by
1.8.11