PDA

View Full Version : hyperlink in QML GraphicsWebview



Rakeshkasinathan
9th February 2015, 08:58
I wana activate my hyperlink in QML GraphicsWebview.Is there any option and tell me whats things i have to follow to achieve it in QML.

anda_skoa
9th February 2015, 11:24
Which library are you using that has a GraphicsWebview element as a QML type?

Cheers,
_

Rakeshkasinathan
9th February 2015, 15:26
i have created qml webview and loaded the html file.I didn't able to do the hyperlink can u please help me how can achieve the hyperlink in webview.

anda_skoa
9th February 2015, 19:24
So you are using a QtQuick WebView.

What do you mean with activate a hyperlink?

Cheers,
_

Rakeshkasinathan
12th February 2015, 06:50
i want to open the href link in the webview

anda_skoa
12th February 2015, 07:16
You'll need to provide an example.

By default WebView should follow clicked links by itself.

Cheers,
_

Rakeshkasinathan
20th February 2015, 05:18
i am asking how to do it in qml webview.could u me the the example

wysota
20th February 2015, 08:43
Are you asking how to click on a link in the browser?

Rakeshkasinathan
21st February 2015, 09:32
i am asking how to do it in qml webview

wysota
21st February 2015, 12:26
Exactly the same as in other browsers - put your mouse cursor over the link and click the left mouse button.