Dear visitor, welcome to QtForum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
Problem getting mouse coordinates
Hi, i'm trying to make a method to get the coordinates from a canvas with a mouse click. The problem is that my method doesn't wait a event to happen, so i'm always returning trash memory... is there a way, to make the method wait untill the coordinates have changed by the mousePressEvent ?!
Make your own handler for mousePressEvent?