Hi to all,

i recieved hexadecimal value through the serialport,and i read that value and assingned to string like this,
QString str;

str=fields[0]; //(hex value like this '0F12')

now i want to convert this hexavalue to decimal value and that should be display on the line edit.

please assist me to overcome this,

thanks in advance.