Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

setWindowTitle() linux/OSX creates new window

Hi,

So when I try:

setWindowTitle(oldName,newName);

a new window gets created instead of updating the title of current window. Any idea why ? I am basically trying to update the title of the window displaying the image based on some logic (already inside the cpp file). How else can this be done ?

Thanks