Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QMainWindowのタイトルを設定するにはどうすればよいですか?
グーグルを試してsetCaption()を見つけましたが、Qt4では機能しなくなったようです。
方法はsetWindowTitle()次のとおりです。
setWindowTitle()
setWindowTitle(const QString &)
http://doc.qt.io/qt-4.8/qwidget.html#windowTitle-prop