QT中的错误解决

1.出现Qstring.h错误,‘ucs’。。。,-》解决方案是vc安装sp6即可

2.出现std is not a namespace , 解决方案是注释掉 using namespace std;

你可能感兴趣的:(QT中的错误解决)