On Thu, Jan 21, 2010 at 10:06, Mustali Dalal <[email protected]> wrote:
> On Thu, Jan 21, 2010 at 8:25 AM, Sascha Mäkelä <[email protected]> 
> wrote:
>> 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?
>
> Bug 7726 may be of interest.
> https://bugs.maemo.org/show_bug.cgi?id=7726
>
>
>> Cheers!
>> Sascha
>> _______________________________________________
>> maemo-developers mailing list
>> [email protected]
>> https://lists.maemo.org/mailman/listinfo/maemo-developers
>>
>

Thanks! Somehow I missed that when searching Bugzilla. :)

Is the fix available already and will it work with 4.5?


Cheers!

Sascha
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to