hi ,
i want to get a url from the dialog box lik this
QString baseUrl= QInputDialog::getText(this, tr("URL"),tr("Link:"), QLineEdit::Normal, "", &ok);

after getting the url, i can only insert the url in the textedit, but it is not looking like a hyperlink.

How to make the link in a clickable format.??????

i have usd anchorclickd too