I am currently using a QLineEdit widget to input some text, which is the linktext to a predefined hyperlink.
When the user clicks on the text in the QLineEdit, it should open up the URL in the browser, and pass the link text as an argument.

How do I associate a URL to the QLineEdit?