PDA

View Full Version : How to install widget plugin for designer



zgulser
10th April 2012, 13:11
Hi everybody,

I created a custom widget as the doc. states.

I normally wanted to install it to my Designer tool. To do so, I build my project using visual studio as dll and I put the neccessary files under
../4.4.0/plugins/designer folder. Then I open my Qt Designer but I couldn't see my custom widgets.

Is there a way to handle this without using .pro files?

Regards

qlands
10th April 2012, 20:37
Hi,

Try to see any information on the plugin information window (Help -> About plugins). Sometimes we create plugins in debug mode and must be in release mode to be loaded by Designer.

Good luck,
Carlos.