I am developing a application with Qt. I have a push button and I'm using signal/slot for setting a different text.
The problem is that I want to use it with touch screen. I have the coordinates when I touch the screen. So far I can change the text by pressing on the touch screen (any coordinate) but I don't know how to do it only when I push the button.
If you have any ideas I would appreciate it.
Thanks