質問

Convert WCHAR to QString in Qt. Please help me to implement it to complete this convertion.

役に立ちましたか?

解決

There are to/from WCharArray methods that are static members of QString:

http://doc.qt.io/qt-4.8/qstring.html#fromWCharArray

http://doc.qt.io/qt-4.8/qstring.html#toWCharArray

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top