Hi, my name is Leandro i need open a link of the web when my application run ... how to do this in QT ?
thanks
Hi, my name is Leandro i need open a link of the web when my application run ... how to do this in QT ?
thanks
hi,
Welcome to the Nokia developer discussion board
if you wish to open the link in default browser application, you can try it with
QML: Qt.openUrlExternally(url)
QT: QDesktopServices:penUrl
you can find details of the usage of the above at http://harmattan-dev.nokia.com/docs/...plication.html
Incase you wish to open it from your app, you can use QWebView (QT) or WebView (QML element)
Hope this helps..