MyNotes
среда, 5 января 2011 г.
qt russian text on windows in console application
add to the top of main()
#ifdef
Q_WS_WIN
setlocale
(
LC_ALL
,
".1251"
);
#endif
Следующее
Предыдущее
Главная страница