Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi I create a URL link in QLabel with HTML
<a href="http://address.com">URL text</a>
But URL don't open with browser
Hi @ARASHz4
You have just to set OpenExtraLink property to true
yourLabel->setOpenExternalLinks(true);
http://doc.qt.io/qt-5/qlabel.html#openExternalLinks-prop