*errorMessage=QCoreApplication::translate("Designer","The generated header '%1' could not be found in the code model.\nRebuilding the project might help.").arg(generatedHeaderFile);
// take all docs, find the ones that include the ui_xx.h.
QList<Document::Ptr>docList=findDocumentsIncluding(docTable,uicedName,true);// change to false when we know the absolute path to generated ui_<>.h file