How to make a QGraphicsTextItem clickable ?
In the "About box" of my software, I used a QGraphicsTextItem to show the about-text. This text contains hypertext links (in the form of: <a href="http://some.random.site">link</a>). The item shows up properly (hypertext links are blue and underlined). However, when I click on them, nothing happens. Here is how I created the...