Actions
Feature #577
closedImplement openUrl on all platforms
Start date:
06/26/2017
Due date:
% Done:
0%
Estimated time:
Description
For MacOS / IOS / LINUX ...
I can use QT:
#include <QDesktopServices> #include <QUrl> QDesktopServices::openUrl(QUrl("https://qt.io/"));
Actions