Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Genaration of signals through software.
Hi,
how I can generate the signals through software.
i have a problem with keyboard/touch screen of my device.
SO i have to generate all the signals(button clicked,tab)etc through software.
Can any one help me out on this issue.
Thanks in advance.
Cheers,
Srinivas.
RE: Genaration of signals through software.
You should generate events with in turn will generate signals. Read about QApplication::sendEvents(), postEvents, notify() ...
Thnak you
I will do it and i will let u know.
Srnivas.