Did I get it right - that you have a ui generated class and a subclass of that ui class in your dll?
If so, you need to export the ui generated class methods that are offered via the dll.
Since the ui generated class in the dll is not goig to be changed by uic again,you can just add the export macros to it - provided I understood correctly what you did.