PDA

View Full Version : open HTTP links in pop up browser



mnemonic_fx
26th September 2007, 02:43
I would like to know, is there a way to open HTTP link in a pop up browser, which means not in a default size of a browser, but in a pop up browser like that Sign in browser in Google Toolbar :)

I want to open the link in Mac OS X system with any default browser (mozilla, or safari)

I've tried QLabel::setOpenExternalLinks(true) but that's not what I need

I know it's quite unnecessary to do this. But I need it :)

Please help

niko
26th September 2007, 06:11
QDesktopServices::openUrl opens a url for you.

But You can't open a popup with that - I think you would have to do browser specific things for that.

niko