I want to add an Arabic title to my Qt application, but it didn\'t work. Here is my code:
#include \"mainwindow.h\" #include #include
Try this instead. That way the string literal itself will be Unicode for sure:
QString appTitle = QString::fromStdWString(L"تجربه");