PDA

View Full Version : How to Integrate Qt Designer to a Qt project?



adamsakli
12th March 2010, 13:26
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.

wysota
12th March 2010, 13:52
The simplest way would be to provide the designer binary alongside your project. You can manipulate which widgets will be available in the widget box by crafting an appropriate xml file and feeding it into Designer through a plugin or a dedicated Designer build. See QDesignerWidgetBoxInterface.