You can use arg(), as follow: double dbl = 0.25874601; QString str = QString("%1").arg(dbl);. This overcomes the problem of: "Fixed precision" at the other ...
確定! 回上一頁