PDA

View Full Version : updated .ui file



sajis997
20th February 2012, 12:29
Hello,


I have designed mainwindow in th Qt Designer , declared some actions, removed some of the actions and added new one.

But the generated .h file still contain the references to the old references that has been deleted along with the newly created one.

Is there any way to get an updated .h file from the .ui file so that all the reference pointer to the deleted actions are removed?

Regards
Sajjad

stampede
20th February 2012, 21:06
Make sure the modifications were saved. It should be re-generated automatically, but you can try to call "qmake" again.