How do I set the title of a QMainWindow?

I tried googling and found setCaption(), but it appears it no longer works in Qt 4.

link|improve this question

80% accept rate
feedback

1 Answer

up vote 4 down vote accepted

What, setWindowTitle() isn't obvious enough?

http://doc.qt.nokia.com/4.7/qwidget.html#windowTitle-prop

link|improve this answer
setCaption is supposed to do the same thing, though its deprecated now which I guess due to bad API naming. – İsmail 'cartman' Dönmez Dec 28 '10 at 22:05
Well, I was trying setTitle(), and when it didn't work, tried searching the Public Functions of QMainWindow in the Qt Assistant for title and it didn't find this. Anyway, thanks. – houbysoft Dec 28 '10 at 22:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.