PDA

View Full Version : Problem With Qt Creator



justin123
12th December 2010, 01:11
I having a problem Qt Creator regarding the form editor. It doesn't seem to make changes to the form when I add something to it. For example, I just added a menu to my menu bar, but when I build the program it isn't there. Does anyone know how to fix this or am I not doing something right?

franz
12th December 2010, 07:10
Make sure your changes are saved before you build. Then make sure the changes are saved to the file you expect them to be saved to. Then make sure qmake is run (just to make sure the Makefiles are up to date) then build. If that fails, try a full rebuild.