Is it possible to create a custom layout as designer plugin?
Unsolved
General and Desktop
-
A simple question: is it possible to load a custom layout manager as plugin into the Designer? All the documentation I can find about the topic is about widgets.
In particular the
createWidget()
function on theQDesignerCustomWidgetInterface
returns aQWidget
and given thatQLayout
does not derive from that class, that method is clearly not possible.