For binary data your solution is problematic since non-ASCII characters would be converted to '?' by QString::toAscii() . There is also the unnecessary overhead ...
確定! 回上一頁