suncoolcat

paip.c++ qt messagebox用法

paip.c++ qt messagebox用法 


作者Attilax ,  EMAIL:1466519819@qq.com 
来源:attilax的专栏
地址:http://blog.csdn.net/attilax


*.cpp


#include <QMessageBox>
void MainWindow::on_pushButton_clicked()
{
QMessageBox::about(NULL, "About", "About this <font color=\'red\'>application</font>");
}




在的box可以参考
QT messageBox - promotercx的专栏 - 博客频道 - CSDN.NET.htm

分类:

技术点:

相关文章:

  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-10-24
  • 2021-11-17
  • 2021-11-17
猜你喜欢
  • 2021-11-02
  • 2021-09-05
  • 2022-12-23
  • 2021-04-12
  • 2021-11-17
相关资源
相似解决方案