PDA

View Full Version : get an adress from navigator using Qt



nina08
21st May 2008, 14:49
Hello,

I want to develop an application using Qt4 for geting adress from the navigator (firefox for example).ie when i type an adress in the navigator, my application get it.

I 'm using qt 4.4 in Ubuntu.

Please can any one help me.

patrik08
21st May 2008, 15:13
if you like to grab url from firefox ... write a firefox plugin.

You use Qt4.4 ? have a look on
QDir/demos/browser it run like firefox
http://doc.trolltech.com/4.4/qwebview.html
after you can grab any url...