![]() |
От: |
uzhas
|
|
Дата: | 30.09.16 15:00 | ||
Оценка: |
std::wstring QString::toStdWString() const
Returns a std::wstring object with the data contained in this QString. The std::wstring is encoded in utf16 on platforms where wchar_t is 2 bytes wide (e.g. windows) and in ucs4 on platforms where wchar_t is 4 bytes wide (most Unix systems).