欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

qt继承结构

最编程 2024-10-19 06:55:07
...

// 参数1:父窗口

// 参数2:窗口标题

// 参数3:展示信息

// 返回值:枚举,表示用户点击的按键类型

QMessageBox::StandardButton QMessageBox::​critical|imformation|question|warning(

QWidget * parent,

const QString & title,

const QString & text) [static]