I wonder how to open a link in a default user browser using Qt (that would open it across all platforms (Win Mac Lin))?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
In the doc: QDesktopServices |
|||
|
|
|
you are looking for openUrl() in the desktop services class |
|||
|
|