QValidator ::State HexValidator::validate(QString &input, int &pos) const { // remove trailing comma if (input.endsWith(',')) { input.chop(1); } // insert ...
確定! 回上一頁