The really right code is:

QLabel label;
label.setOpenExternalLinks(true);
label.setText("<a href="http://www.qtcentre.org">QtCentre</a>");