QLabel label;
label.setText("<a href=\"http://www.baidu.com\">BaiDu</a>");
label.setOpenExternalLinks(true);//改行是重点
label.show();
QLabel label;
label.setText("<a href=\"http://www.baidu.com\">BaiDu</a>");
label.setOpenExternalLinks(true);//改行是重点
label.show();
转载于:https://my.oschina.net/liujiaxing/blog/188409