QT 字符处理
admin
2023-08-03 13:07:13
0
#ifndef HGL_QT_STRING_INCLUDE#define HGL_QT_STRING_INCLUDE#if HGL_OS == HGL_OS_Windows	inline QString toQString(const hgl::UTF16String &ws)	{		return QString::fromWCharArray(ws.c_str(),ws.Length());	}	inline QString ToQString(const wchar_t *str,int size){return QString::fromUtf16((ushort *)str,size);}#else	template QString WCharToQString(const wchar_t *,int);	template<> inline QString WCharToQString<2>(const wchar_t *str,int size){return QString::fromUtf16((ushort *)str,size);}	template<> inline QString WCharToQString<4>(const wchar_t *str,int size){return QString::fromUcs4((uint *)str,size);}	inline QString toQString(const wchar_t *str,int size)	{		return WCharToQString(str,size);	}	inline QString toQString(const u16char *str,int size){return QString::fromUtf16((ushort *)str,size);}	inline QString toQString(const char32_t *str,int size){return QString::fromUcs4((uint *)str,size);}	inline QString toQString(const hgl::UTF16String &str)	{		return QString::fromUtf16((ushort *)str.c_str(), str.Length());	}#endif//HGL_OS == HGL_OS_Windowsinline QString toQString(const hgl::UTF8String &str){	return QString::fromUtf8(str.c_str(),str.Length());}// inline QString toQString(const hgl::UTF32String &str)// {// 	return QString::fromUcs4((uint *)str.c_str(),str.Length());// }#endif//HGL_QT_STRING_INCLUDE


相关内容

热门资讯

风雨里的守望——广西防汛抗洪一... ↑ 7月11日,在通往广西南宁横州市镇龙乡的道路上,救援人员徒步向受困地区进发(无人机照片)。近期,...
特大暴雨!“巴威”即将进入安徽... 今年第9号台风“巴威”登陆后深入内陆,将携大量水汽影响安徽,今明两天(7月12日至13日)为台风雨核...
油烟机自动翻盖打不开了 油烟机自动翻盖打不开了的原因有三个。第一,可能是控制面板故障或者附着的油污太多了。第二,油烟机控制系...
万家乐油烟机按键失灵是什么原因 万家乐油烟机按键失灵是什么原因可能是因为受潮影响,机器内部进水导致触摸按键失灵,首先检查电源板各电压...
Tcl电视声音控制失灵什么原因 1、电视机遥控器的音控键损坏了,会导致Tcl电视声音控制失灵情况的出现。2、电视机控音部分元件损坏。...
tcl油烟机感应器失灵了 tcl油烟机感应器失灵了1、主要原因可能是受潮,机器内部进水导致感应器失灵。2、油烟机里面按键电路板...
伊朗最高领袖军事顾问:霍尔木兹... 【环球网报道 记者 索炎琦】据法新社援引伊朗学生通讯社报道,伊朗最高领袖军事顾问穆赫辛·雷扎伊周日(...
69岁大爷制止歹徒施暴,被对方... 近日,据央视新闻消息,中央政法委发布2026年第二季度见义勇为勇士榜,在与歹徒搏斗中鼻子被咬掉的湖南...
上海终止中心城区及多区防汛防台... 鉴于中心城区、闵行区、松江区、青浦区、嘉定区风力较小,上海市防汛指挥部决定于18时30分终止上述区域...
“逐字翻译抄袭”的博士拟入职安... 澎湃首席评论员 与归近日,安徽大学人事处网站发布《安徽大学2026年拟录用人员名单公示》,其中一名来...