Hi there!

I just would ask you guys, is there any possible way to create a custom plugin to Qt Designer using .ui file?
I already know that if I want use some class in my plugin then I need to add macro QDESIGNER_WIDGET_EXPORT to such class.
So here's a problem. Is it possible to do that in .ui file?

Thanks in advance for any info.