You cannot create your own layout directly inside QtDesigner. Instead, you can write your layout as a plugin for QtDesigner. After that, you can open QtDesigner and simply drop your own layout into the form like any other widget in the Qt collection.
Check out this issue to learn how to write your own Qt plugin. It is not that difficult.
source share