PDA

View Full Version : is there a QRobot?



marf
2nd December 2008, 20:14
I'm using QT Jambi, and I am looking for a QT class that does exactly what this java class here does.

http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Robot.html

But, I don't want to use AWT. All I want to do is Move the cursor, and send a left mouse click. Tried searching QT documentation but no QRobot exists.

Thanks for your responses.

Marf

Ginsengelf
3rd December 2008, 07:03
Hi, you could try QTest.

Ginsengelf