Looking for an open source Qt VirtualKeyboard widget?
-
Have a look at my project ;-)
http://qt-apps.org/content/show.php/VirtualKeyboard?content=107388
-
I tested it and was good, but I want to change the layout between typing , to another language. can you help me what to do?
I want a keyboard with 2 layouts support! -
Have a look at my project ;-)
http://qt-apps.org/content/show.php/VirtualKeyboard?content=107388
-
Hello,
yes I will do this since I was already thinking of doing such thing...Before doing this, I have to merge some new features. -
-
Is there any way for adding new keyboard layout?
-
Is there any way for adding new keyboard layout?
Hello,
if you mean in terms of contributions, yes you can download the code, make your changes (copying a *.ts file, translating it) and integrate in the code as in the Qt way.
If you have no confidence with Qt, just copy a ts file as template, make your change and send this to me and I will integrate it -
@AlterX Thanks for reply.
My mean is is there any config file like mechanism for creating new layout, Or it can be done by some coding.
Some languages (like mine, persian) needs extra butons in keyboard layout.
I've seen your project long time ago in qt-apps. Thanks for sharind. I will use it. -
@AlterX Thanks for reply.
My mean is is there any config file like mechanism for creating new layout, Or it can be done by some coding.
Some languages (like mine, persian) needs extra butons in keyboard layout.
I've seen your project long time ago in qt-apps. Thanks for sharind. I will use it.You mean more buttons than are currently on the keyboard?
Right now there is no other way to add new buttons.
Something that we can think about, is to create an extra line of buttons that could be displayed programmatically when needed.