LineEdit conversion of decimal to hex
-
@rtvideo said in LineEdit conversion of decimal to hex:
but typing in decimals should also be accepted
Then don't use
device_str.toUInt(&ok, 16);
@rtvideo said in LineEdit conversion of decimal to hex:
but typing in decimals should also be accepted
Then don't use
device_str.toUInt(&ok, 16);