try
Qt Code:
  1. #ifdef _UNICODE
  2. #define _T(x) L ## x
  3. #else /* _UNICODE */
  4. #define _T(x) x
  5. #endif /* _UNICODE */
  6.  
  7.  
  8. QString::fromStdWString(_T("ΓΞΦ"))
To copy to clipboard, switch view to plain text mode