Reputation: 1092
Please tell me How to change window title from MainWindow
or Dialog
to other name in Qt Creator?
Upvotes: 2
Views: 1868
Reputation: 172438
You may try like this:
void QWidget::setWindowTitle ( const QString & )
Also check this documentation
Upvotes: 1