7 #include "fwDicomIOFilterQt/widget/QHexSpinBox.hpp" 19 this->setRange(0,0xFFFF);
20 m_validator =
new QRegExpValidator(QRegExp(
"[0-9A-Fa-f]{1,4}"),
this);
27 return m_validator->validate(text, pos);
35 return text.toInt(&ok, 16);
42 QString res = QString::number(value, 16).toUpper();
43 for(
unsigned int i = res.size(); i < 4; ++i)
fwDicomIOFilterQt contains filters used to pre-process images before reading.