PDA

View Full Version : open a browser



npc
5th April 2006, 10:59
Hi all,

How to open a browser through Qt with a specified url.

I m using Qt 3.3.4, in a linux envi.

Thx in advance

munna
5th April 2006, 11:23
Use QProcess to run the browser with url as the argument.