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