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
set a locale and use QString directly with arabic. In case you want to change the gui to english, you will have to change the locale and use tr in QString.
QString a=tr("تجربه")