#ifdef UNICODE
#define QStringToTCHAR(x) (wchar_t*) x.utf16()
#define TCHARToQString(x) QString::fromUtf16((ushort*)(x))
#endif
QString TCHAR
发布于 2021-01-16 525 次阅读
赏
发布于 2021-01-16 525 次阅读
#ifdef UNICODE
#define QStringToTCHAR(x) (wchar_t*) x.utf16()
#define TCHARToQString(x) QString::fromUtf16((ushort*)(x))
#endif
Comments | NOTHING