PDA

View Full Version : Touch based QT Keyboard



deimus
13th July 2010, 15:32
Hello,

I'm looking for a Touch based Framework/Library based on Qt or which can work with Qt based apps.
The framework should contain virtual keyboard which should be automatically launched if user touches/clicks textboxs ...
Please post here your suggestions concerning what framework (name, source) ... or alternative solutions !!!

Thanks in advance

axeljaeger
13th July 2010, 19:27
See http://doc.trolltech.com/4.6-snapshot/tools-inputpanel.html

deimus
14th July 2010, 13:42
Thanks. for the response ...
Now the requirements are changed .... it is required that the virtual keyboard can communicate also with non qt based apps e.g GTK etc. But the virtual keyboard should be implemented on Qt platform.
Any suggestions or alternative solutions are welcomed .

wysota
14th July 2010, 14:23
You need to interface with the OS (X11 in your case) by sending events to the X server. This is really quite out of scope of this forum :)

axeljaeger
14th July 2010, 18:35
Search for X Test extension.