Hi,

I created a custom Designer widget that I want to use as container.

I indicated that it is a container with:

Qt Code:
  1. bool myWidget::isContainer() const
  2. {
  3. return true;
  4. }
To copy to clipboard, switch view to plain text mode 

However, even when Designer loads the custom widget and I can it to a ui... The widget is not a container! What else I need to do?

Thanks,
Carlos.