I would like to know if the following is possible as I have been searching but haven't found anything that answers my question. The closest i've got it QTextCursor typing on the a QTextDocument. (Not what I want).
What I am looking for is a method of typing data wherever the textcursor is on screen, (even if its not in the qt app window), once a qpushbutton has triggered a 'clicked' event. I have set the push button up and push button event up. I just havent found a way to get the data to type to the screen.
Any help would be appreciated.