hi

this is wht i m doing...the data inside is actually a hexadecimal and it give me the int number when i compile...i jux want it to display as hex eg: 0x32



Qt Code:
  1. info3->setText(QString("%1").arg(rec_table.data[2].status));
To copy to clipboard, switch view to plain text mode 




is there a way to do that???

thx so much in advance