... QIntValidator(0, 255, decEdit); decEdit->setValidator(decValidator); QRegExpValidator* hexValidator = new QRegExpValidator(QRegExp("[0-9A-Fa-f]{1,2}"), ...
確定! 回上一頁