Reputation: 2320
How do I get the QDialog's title?
I know that I can set title by setWindowTitle but how do I get it?
setWindowTitle
get
Upvotes: 1
Views: 4703
Reputation: 2210
Use the QWidget::windowTitle() method.
QWidget::windowTitle()
Upvotes: 4