Hi!
I have 2 problems. Im have made a tiny web browser with a button, lineEdit and a webwiev. Im also have a basic label who i want to show the mouse cursor position.

First one it's the button problem. I want to make so the webwiev choose a site after what URL their is inside in the lineEdit. First i press the button and make it clicked() then i drag the red cursor to the lineEdit and choose then slectAll(). Then after that i drag a line from lineEdit and choose returnPressed(), and the red line ends at the webwiev with show().

But it dosen't work for me. Whats the problem?

The second is that i want to make a label just show the mouse position. You know the X,Y axis?

// Heavy.is.Happy
Thanks