用QT打开网页

原地址:http://blog.csdn.net/fjb2080/article/details/8136084

1、用qlabel。

QLabel
label->setText(tr("google"));
label->setOpenExternalLinks( true );

 

2、

QDesktopServices::openUrl("blog.csdn.net/fjb2080");

转载于:https://www.cnblogs.com/lanye/p/3533759.html

你可能感兴趣的:(用QT打开网页)