The correct version of QString::arg() was already stated in the second post of this thread.

A hint:
  • fieldWidth = 5 (4 digits + decimal point)
  • format = 'f'
  • precision = 2 (number of digits after the decimal point)
  • fillChar = '0'