Hi guys
We are developing an image processing application which supports plugins. We have to provide a gui designer to plugin developers.How can we integrate Qt designer to our project?Next problem is, wei don't need to provide all widgets. We just need basic widget such as qlabel, qspinbox, qslider,qpushbutton etc... How can we do this?
thanks in advance.