How to add turkish language keyboard in qt ?
-
Hello i want to implement turkish keyboard in qt. i want help to implement it. if any body can give tips , reference then it will help me a lot.
i have implemented English language key board . but i want to implement generic keyboard that we can use for any language.
-
Hello i want to implement turkish keyboard in qt. i want help to implement it. if any body can give tips , reference then it will help me a lot.
i have implemented English language key board . but i want to implement generic keyboard that we can use for any language.
-
@jsulm I want to add keyboard like below image:
-
@jsulm I want to add keyboard like below image:
@Qt-embedded-developer I still don't understand: do you use Qt virtual keyboard or not?
If not: you already added one for English, what is the problem adding one for Turkish? -
@Qt-embedded-developer I still don't understand: do you use Qt virtual keyboard or not?
If not: you already added one for English, what is the problem adding one for Turkish?@jsulm No i used grid layout and push button to add keyboard for English language.
i want to use generic method to add language change in my keyboard.
I am not using qml engine. if i want to use virtual keyboard in above formatted ui using qt c++ is it possible ?
-
@jsulm No i used grid layout and push button to add keyboard for English language.
i want to use generic method to add language change in my keyboard.
I am not using qml engine. if i want to use virtual keyboard in above formatted ui using qt c++ is it possible ?
@Qt-embedded-developer Please answer yes or no: are you using https://doc.qt.io/qt-5/qtvirtualkeyboard-index.html ?
-
@Qt-embedded-developer Please answer yes or no: are you using https://doc.qt.io/qt-5/qtvirtualkeyboard-index.html ?
@jsulm No. i have edited answer you can review my previous reply.
-
@jsulm No. i have edited answer you can review my previous reply.
@Qt-embedded-developer Qt Virtual Keyboard should also work with widgets, but I never tried.
If you want to use your own virtual keyboard then you will need to make it more generic to support different languages. You could, for example, define the keyboard layout in XML and then implement a function which reads this XML and generates the keyboard.