Hi,
I created a custom Designer widget that I want to use as container.
I indicated that it is a container with:
Qt Code:
bool myWidget::isContainer() const { return true; }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.
Bookmarks