Try to build-> clean all/project and then rebuild, ui files are only XML's, and ui_className.h are automatically created by qDesigner (qtCreator). Sometimes that happens, and the warning say what You should do, rebuild the project.
See this: qDlgExampl..zip to get better overview how to work with signal and interact between forms.
Also use F1 (in qtCreator) on classes/methods to know what they are doing.
And read some good literature about c++/qt programming.
Best luck.
Bookmarks