看完HELP还是不太明白,我的代码如下:
static QTextCodec *codec = QTextCodec::codecForName("GB-2312");
..............................
QString temp_string = QString::null;
temp_string = codec->toUnicode(temp_string.setNum((float)0,'f',3));
运行报错:no matching function for call to toUnicode
求解决方法