Hi all,
I have a problem with QDesktopServices::openUrl(). This method does not open the given url, when the web browser is open. Is it a bug?
Best regards.
Printable View
Hi all,
I have a problem with QDesktopServices::openUrl(). This method does not open the given url, when the web browser is open. Is it a bug?
Best regards.
you are propably missing SwEvent capability.
Thank you! The problem is solved.
Can u please provide me some more details on SwEvent capability.
I am implementing a album view on Qt in which i got the image url but when i tried to do QDesktopservice::openurl it is returing false. but when i open that url in web browser it open s the image.
Thanks in advance
[QUOTE=manasvi.km@gmail.com;901570]Can u please provide me some more details on SwEvent capability.
I am implementing a album view on Qt in which i got the image url but when i tried to do QDesktopservice::openurl it is returing false. but when i open that url in web browser it open s the image.
Thanks in advance[/QUOTE]
Basically the SwEvent capability id required there for the Symbian implementation, the API used to forward the Url to the web browser requires this capability. This is only happening when the browser is already open, if it is not, then different API is used, and it is not requiring the mentioned capability