davidbannon / libqt5pas

Unofficial Repository
Other
42 stars 2 forks source link

The Chinese input of QT5 in linux is incorrect #57

Closed jwj76 closed 7 months ago

jwj76 commented 10 months ago

1.'不' cannot be entered.TComboBox TEdit Existing problem

  1. '有'After typing, it will jump to the next control, just like pressing the TAB key.All input controls are involved.
  2. You can only enter a maximum of two phrases, and if there are more than three, only the first two will be displayed.All input controls are involved.

I have a feeling it's Libqt5pas. Because 1. compiling with gtk2 is fine, Lazarus is normal, 2. Qt5 software developed in other languages does not have problems, which means that qt5 itself does not have this problem. So the most likely problem is with Libqt5pas.

davidbannon commented 10 months ago

So, the problem is specifially those two "characters" - all the other one (tested) work OK ?

Can you please test with gtk2 ? That would tell us, clearly, if its a Qt5 issue.

Either way, you or I will need to log this as a bug with Lazarus it self over in Gitlab. All I do here is build and package the libraries. But lets get the story clear first.

Davo

davidbannon commented 9 months ago

Any further thoughts here jwj76 ?

Davo

davidbannon commented 7 months ago

No answer from jwj76, I'll close this issue. David