Window Name not changing
-
Hello!
I have a problem with the QT Creator. I want to change the name of my MainWindow in the QT Creator but it isn working... pls take a look at the screenshot. Can some tell me where the problem is? I dont want to change the name in the code because I think it should work this way.
Thx :-)
-
@buzz_lightzyear Did you reabuild your app?
Try complete rebuild:- Delete build folder
- Run qmake
- build
-
Hey :-)
I have done that... nothing happens :-(
-
Then your ui file is not used by your project. Make sure you edit the correct ui file and you don't set the window title elsewhere in your code.
-
@Christian-Ehrlicher said in Window Name not changing:
Then your ui file is not used by your project. Make sure you edit the correct ui file and you don't set the window title elsewhere in your code.
omg... thats the reason and thats embarrassing. I have moved a button an nothing happens on the gui. I cannot explain how that happen.
Thank you for your help.
Good Bye!
-
@buzz_lightzyear Hey just a suggestion, mark his answer as correct