[maemo-developers] QDesktopServices::openUrl opens always 2 web pages

From: Sascha Mäkelä sascha.makela at gmail.com
Date: Thu Jan 21 09:25:52 EET 2010
I uses (in Qt 4.5) two different methods to open outside URL links:

1. A button in the Menu bar, that when clicked does:

Code:

void MainWindow::on_actionWebLink_triggered()
{
    QDesktopServices::openUrl(QUrl("http://www.weblink.com"));
}


2. QTextBrowser which has opneExternalLinks set as true

Both of the method give the same result: It opens the MicroB Web links
page and the actual selected link. If these pages are not closed and
one or two more URL links are opened, the web pages start to crash.

Am I doing something wrong? Is this a known issue? Has anyone anyone
else noticed this?

Cheers!
Sascha
More information about the maemo-developers mailing list