Qt数据转换API

一.小数点后保留指定位数

double num = 5 ;
QString mid = QString::number ( num,"f",指定位数) ;

你可能感兴趣的:(#,Qt,qt,开发语言)