I got the following code:While this woks fine in Windows, nothing happens in N900. Am I doing something wrong? Or is there another way to open an URL in N900?Code:QDesktopServices::openUrl(QUrl("http://www.google.com"))
Thanks
I got the following code:While this woks fine in Windows, nothing happens in N900. Am I doing something wrong? Or is there another way to open an URL in N900?Code:QDesktopServices::openUrl(QUrl("http://www.google.com"))
Thanks
It opens browser for me with Qt 4.5.3. Didn't try with 4.6 yet.
And with Qt 4.6 it works properly as well.
hi!
I tried this code QDesktopServices:penUrl(QUrl("http://www.google.com"));
and include <QDesktopServices> and <QUrl> in the .cpp file.
But it seems did nothing.
Should I install any package in N900 to make it work?
My program is compile with scratchbox and run it under /home/developer/ on N900.
Thanks for help!
It works without problem in PR 1.2.