在VS+Qt的中文字符串比较中总是出问题,比如
QString a="你好"; if("你好"==a) { }
并没有执行if内语句,是编码问题,在工程中加入:
#pragma execution_character_set("utf-8")