string 转换为QString的用法

string  s= "123";
QString str= QString::fromStdString(s);

 

你可能感兴趣的:(QString类型相关总结)