and to clarify MY problem with this problem is that i need to be able to define my own header files to be included when using the plugins from a .ui file
when it does the uic step it generates files that include headers which dont exist, cause the plugin's:
QString AnalogClockPlugin::includeFile() const
{
return "mycustom.h";
}
is ignored![]()
Bookmarks