Solutions for QT programs not being able to input Chinese in Linux

Source: Internet
Author: User

A netizen asked me how to enter Chinese in the QT application of Linux, I didn't think it was a problem at first, but I tried it on the back. Not only QT-made applications, even QT creator are not supported. After reading some information, understand the QT application methods, here to share with you.

Write a bash script () with the following content:

[Plain]View PlainCopy
    1. #!/bin/sh
    2. CD Yourbinarydirectory
    3. Export Qt_im_module=ibus
    4. ./yourprojectbinary


If you want QT creator to be able to enter Chinese, you can write this:

[Plain]View PlainCopy
    1. #!/bin/sh
    2. CD ~/develop/qt5.3/tools/qtcreator/bin
    3. Export Qt_im_module=ibus
    4. ./qtcreator

As follows:

Solutions for QT programs not being able to input Chinese in Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.