Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top