[Qt-interest] Custom widget in designer with simple container

mario dodiesis at gmail.com
Thu Sep 16 17:13:47 CEST 2010


2010/9/16 Friedemann Kleint <Friedemann.Kleint at nokia.com>:
> Hi Mario,
>
> you need to make the internal widget known to Qt Designer as  a container page
> by implementing the QDesignerContainerExtension for your widget (see
> http://doc.qt.nokia.com/4.6/qdesignercontainerextension.html and examples).
> The XML returned by QDesignerCustomWidgetInterface::domXml () should already
> contain one the page.
>

Actually I read that. But I give up when I reach this line:
"Warning: This is not an extension for container plugins in general,
only custom multi-page containers"
... and I have not a multipage widget, only a QFrame to fill with
simple layouts.
I'll try.

Mario


-- 
Mario Signorino | www.sgrunt.net




More information about the Qt-interest-old mailing list