在Qt中获取QDialog的标题文本
Posted
技术标签:
【中文标题】在Qt中获取QDialog的标题文本【英文标题】:Get title text of QDialog in Qt 【发布时间】:2016-03-04 12:55:52 【问题描述】:如何获得 QDialog 的标题?
我知道我可以通过setWindowTitle
设置标题,但我如何get
呢?
【问题讨论】:
【参考方案1】:使用QWidget::windowTitle()
方法。
【讨论】:
以上是关于在Qt中获取QDialog的标题文本的主要内容,如果未能解决你的问题,请参考以下文章
在 QDialog 中创建线程并在 Qt 中向 QDialog 发出信号