I search google to find this solution. but i was confused how to solve this problem.
In MainWindow.ui i drag & drop QTextBrowser. here i put someText where there is hyperlink. After compliling this application when i click this link this is not working.
I want it will open in my default browser like as firefox.
can u help me how to solve this problem?
is it something like –
ui->textBrowser->openExternalLinks(default);
but this code does not work.
↧