PDA

View Full Version : Convert wstring to QString.



bunjee
22nd January 2007, 00:55
Hello guys,

Just a simple question,
What is the best way to convert a wstring to a QString object ?

In advance thanks.

ChristianEhrlicher
22nd January 2007, 06:46
See the docs: http://doc.trolltech.com/4.2/qstring.html#fromUtf16

bunjee
23rd January 2007, 14:18
Founded: http://doc.trolltech.com/4.2/qstring.html#fromStdWString

Thank you.