I try to replace QString img=":/images/f0000.png";
If pVaule is 51 img should be ":/images/f0001.png"
If pVaule is 71 img should be ":/images/f0021.png"
But my result is pVaule is 51 img
":/images/f000\u0001.png"
pVaule is 71 img
":/images/f00\u0002\u0001.png"
How to fix it?