QString t = QString::number(a, 16).toUpper(); // t == "3F". (Explanation, the variable a is int or float, double. 10 and ...
確定! 回上一頁