Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I wonder how to open a link in a default user browser using Qt (that would open it across all platforms (Win Mac Lin))?

share|improve this question

2 Answers

up vote 3 down vote accepted

In the doc: QDesktopServices
http://doc.trolltech.com/4.7/qdesktopservices.html#openUrl

share|improve this answer

you are looking for openUrl() in the desktop services class

http://qt-project.org/doc/qt-4.8/QDesktopServices.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.