Fix string to number conversion
QString::number is for that, the implicit conversion from int to a string does something very different. Found by Qt6 no longer having the implicit conversion from int.
QString::number is for that, the implicit conversion from int to a string does something very different. Found by Qt6 no longer having the implicit conversion from int.