Input system not working. Qt5. Linux
-
Hi.
I use Linux, and my input systems (gcin, ibus) are working with all programs, included gedit, Firefox and also Qt5 programs like Texmaker. So, if i compile a simple program with a QLineEdit, using also Qt5, my input systems not are working in this program. Somebody have a idea ?
I also, tried to set a attribute :
lineEdit->setAttribute(WA_InputMethodEnabled);
but it still not work, and i can not write chinese.
Please help.
Daniel