Hi,
I have 2 QLabel’s in my Dialog.
I want to hyper link both of them but with different behaviour.
For the 1st one I want it to hyper link to a local folder.
So that when the text in the QLabel is clicked it should open the folder in a new window.
For the 2nd QLabel I want it to hyper link to a website.
So that when the text in the QLabel is clicked it should open the default browser & open the link that I have specified in code.
How do I do this?
Thank You.
↧