摘要: [QT] 如何优雅地去掉对话框的问号 QT 对话框的问号是什么? QDialog 默认的 window flag 中包含了 Qt::WindowContextHelpButtonHint,这个 flag 意思是在窗口上提供 "上下文帮助" 按钮 使用方式为,调用 void QWidget::setWhatsThis(const QStr 阅读全文
posted @ 2022-11-19 14:59 BensonLaur 阅读(1782) 评论(0) 推荐(0) 编辑