[Qt-interest] Adding custom widget plugins error/problem

Andreas Pakulat apaku at gmx.de
Tue Mar 10 11:14:53 CET 2009


On 10.03.09 11:05:02, miroslav wrote:
> Hi,
> 
> thanks for the reply,...but....please can you give me more hints?
> Constructor where/what? In the main window where I want to have the
> CustomWidgetPlugin?

Your custom widget has a constructor and that one needs to have QWidget*
parameter as first, passing it on to its parent class. Looking again at
your error message, you might even have that constructor declared, but
didn't implement it.

Andreas

-- 
If you sow your wild oats, hope for a crop failure.



More information about the Qt-interest-old mailing list