Hi,
How do I opens an URL in a QLabel using non default browser?
E.g.
Default Browser is Mozilla Firefox. But, I want to open the URL using Internet Explorer only.
Please advice.
Thanks in advance.
Hi,
How do I opens an URL in a QLabel using non default browser?
E.g.
Default Browser is Mozilla Firefox. But, I want to open the URL using Internet Explorer only.
Please advice.
Thanks in advance.
Connect to the linkActivated() signal in the label and call your browser there using QProcess::startDetached().
Bookmarks