Is it possible to create a custom layout as designer plugin?
-
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 theQDesignerCustomWidgetInterfacereturns aQWidgetand given thatQLayoutdoes not derive from that class, that method is clearly not possible.