Hello Frank! There are at least two ways of doing this: - Create your own ClickableLabel and emit your own signal for mouse clicks. - Create your own HtmlLabel and use the QLabel-Signal: "linkActivated". You can see a basic implementation of both possibilities in the following paste: http://pastebin.com/Vaxg99P1 See you! Aaron