[Solved] What would cause a mainwindow.ui file not to match with it ui_mainwindow.h file?
-
I am running into a situation where my designer (mainwindow.ui file) does not match my header (ui_mainwindow.h file). Is there a way to force the application to regenerate the ui_mainwindow.h file to sync up with the designer? I initially designed and implemented my application on linux. I then wanted to show proof of concept and run the same application on Window. That worked out well but when I made design changes on Window´s and recompiled it on the linux platform, I notice that my changes did not take affect. The designer look identical to the changes i made but the ui_mainwindow.h file does not contain the changes. When I run the application, it would display the application prior to my changes in window´s. Any insight would greatly be appreciated!
-
ui_mainwindow.h is autogenerated file.
-
when you push Build -Clean all, ui_mainwindow.h gets deleted form "...-build-desktop" dir. Will be reborned at next build.
-
Please mark topic as [solved].