PDA

View Full Version : How to link a Push Button with a Web link ???



prajnaranjan.das
10th December 2010, 05:28
I'm having a pushButton and i want that if I clicks it it should link to a web page..
Please give me the source code for it ...

tbscope
10th December 2010, 05:50
http://doc.qt.nokia.com/4.7/qdesktopservices.html#openUrl

prajnaranjan.das
10th December 2010, 07:22
Thanks for your reply but I want that If i click a PushButton it should browse www.qt.nokia.com which I want to show in QT Simulator..

Lykurg
10th December 2010, 07:25
Then have a look at signal and slots and QWebKit.