自定义标题 字符转换 1、float类型转化为QString类型: 2、QString类型转化为float类型:tofloat() 3、string类型转化为QString类型: 4、string型转化为char类型:c_str() 5、int类型转化为QString类型: ……