I want to "stringify" a number and keep leading zeros. Unlike this question:
http://stackoverflow.com/questions/885401/print-trailing-zeros-in-a-qstring
I also need this in hex. By code now uses this, which is not enough:
QString::number(myNumber,16).toUpper()