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