Alternative to older QDesktopServices::openUrl
-
wrote on 31 Oct 2015, 22:23 last edited by
Hey folks,
I was looking for multi-platform replacement to QDesktopServices::openUrl which was available in older Qt versions. In linux, I can use freedesktop dbus specification[0] but I don't have any idea about other platforms, especially Windows and Mac. Does anyone have any idea about it ?
[0] http://www.freedesktop.org/wiki/Specifications/file-manager-interface/
Regards,
Ashish Bansal -
Hey folks,
I was looking for multi-platform replacement to QDesktopServices::openUrl which was available in older Qt versions. In linux, I can use freedesktop dbus specification[0] but I don't have any idea about other platforms, especially Windows and Mac. Does anyone have any idea about it ?
[0] http://www.freedesktop.org/wiki/Specifications/file-manager-interface/
Regards,
Ashish Bansalwrote on 31 Oct 2015, 22:29 last edited by@ashishbansal http://doc.qt.io/qt-5/qdesktopservices.html#openUrl it's still available. Why would you think it was not? or did you know it was but wanted an alternative anyway?
-
@ashishbansal http://doc.qt.io/qt-5/qdesktopservices.html#openUrl it's still available. Why would you think it was not? or did you know it was but wanted an alternative anyway?
wrote on 31 Oct 2015, 22:34 last edited by@raf924 said:
@ashishbansal http://doc.qt.io/qt-5/qdesktopservices.html#openUrl it's still available. Why would you think it was not? or did you know it was but wanted an alternative anyway?
Sorry, I din't know that it's still available.
I was searching for opening a local directory in qt and found somewhere calling it as "deprecated" solution.Anyway Thanks :)
1/3