Home > Mobile >  QT5.14.0 software on the Chinese can't shows that only one letter, beg god give advice or comme
QT5.14.0 software on the Chinese can't shows that only one letter, beg god give advice or comme

Time:11-25

Software after the installation is successful, it seems didn't pay attention to when the new project, an error to open the Chinese catalog, after has been like this,
QT creater and QT assistant above a lot of places can show Chinese, there is only a short letter, obsessive-compulsive disorder is a little can not stand,
Will be C: \ Users \ Administrator \ AppData \ Roaming \ QtProject and QT files,
As well as C: \ Users \ Administrator \ AppData \ Local \ QtProject file deletion,
Uninstall reshipment, restart, after tried all kinds of method, can return to normal,
For each great god give directions,
The following red font is my write up, originally should have these words,

CodePudding user response:

Installed in English directory, set the utf8 encoding

CodePudding user response:

QT installation from Chinese directory

If the program show Chinese garbled, you can baidu QT Chinese garbled, fixed several schemes, the experiment which a practical use which one

CodePudding user response:

Closing high DPI to open the software to see

CodePudding user response:

Don't have any Chinese installation path and Spaces

CodePudding user response:

4th floor positive solution, the problem of IDE Settings

CodePudding user response:

Blogger, you solved this problem? I also met, on the compiler installed, but Chinese don't show

CodePudding user response:

In the compilation of pro or add two lines below the pri:
MSVC: QMAKE_CXXFLAGS +=- execution - charset: utf-8
MSVC: QMAKE_CXXFLAGS +=- source - charset: utf-8

CodePudding user response:

Thanks, successfully solved, before the normal output in English, Chinese is??????
  •  Tags:  
  • Qt
  • Related