![]() |
2010-10-15
, 11:28
|
|
Posts: 1,023 |
Thanked: 4,421 times |
Joined on Feb 2010
@ Argentina
|
#2
|
![]() |
2010-10-21
, 10:12
|
Posts: 56 |
Thanked: 31 times |
Joined on Jul 2008
@ Austria
|
#3
|
![]() |
2010-10-21
, 19:59
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#4
|
![]() |
2010-10-22
, 07:45
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#5
|
![]() |
2010-10-22
, 10:09
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#6
|
![]() |
2010-10-22
, 10:25
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#7
|
QDBusInterface *interface = new QDBusInterface("com.nokia.osso_browser","/com/nokia/osso_browser/request","com.nokia.osso_browser"); interface->call("open_new_window",uri);
The button should fire up the web browser with the given url.
Any suggestions how can I do it?