[maemo-developers] QDesktopServices::openUrl opens always 2 web pages
From: Sascha Mäkelä sascha.makela at gmail.comDate: Thu Jan 21 09:25:52 EET 2010
- Previous message: Empty Admin list for garage project - how to put myself back there?
- Next message: QDesktopServices::openUrl opens always 2 web pages
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Empty Admin list for garage project - how to put myself back there?
- Next message: QDesktopServices::openUrl opens always 2 web pages
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]