Qt中整型转字符串的方法
程序中需要将整型转换为字符串QString
类型,看了看QString
的构造函数,没有直接以int
类型为参数的。
很奇怪,Qt一直给人感觉做什么都很方便,怎么会没有直接将整型转换为字符串的方法呢?难道还得自己写?
过一段时间后终于顿悟了,其实用QString
的arg()
函数可以完美解决其他类型转换为字符串的问题。
只需要:
int intValue;
QString strValue;
strValue = tr("%1").arg(intValue);
上一篇 我的记单词方法
页面信息
location:
protocol
: host
: hostname
: origin
: pathname
: href
: document:
referrer
: navigator:
platform
: userAgent
: