解决Qt在VS中界面字符串乱码

#if defined(_MSC_VER) && (_MSC_VER >= 1500)
#pragma execution_character_set("utf-8")
#endif