PDA

View Full Version : QFormbuilder - How to create widget



manivannan_1984
8th September 2006, 18:30
Dear All,

In Qt3, QWidgetFactory class has the function createWidget( QWidget*, "name", "").

Now in the Qt4 as we know this class changed as QFormBuilder...

But no option for creating widgets, any body can help me how can create widget using this class....


Thanks...

Regards,
manivannan

jpn
8th September 2006, 18:47
There's an example of usage in the docs: QFormBuilder. See the Detailed Description section.