其他分享
首页 > 其他分享> > QT消息QMessageBox打开网址超链接

QT消息QMessageBox打开网址超链接

作者:互联网

QString msg = "BUG Reporting:<a href='https://github.com/xuronghua2001/xxx/issues'>Github</a><br>Update:<a href='https://download.csdn.net/download/duckSoup_2001/xxx'>CSDN</a><br>E-mail:xuronghua2001@outlook.com" ;
QMessageBox::about(nullptr,"关于",msg);

参考Python QMessageBox new line '\n' and link broken - Stack Overflow

 

标签:outlook,QT,GithubUpdate,Python,xuronghua2001,超链接,QMessageBox,msg
来源: https://blog.csdn.net/duckSoup_2001/article/details/120920031