@markleo said in are there only five kinds of layouts in Qt?:
Or are there only five kinds of layouts in Qt?
Yes and no.
In most cases these are the base layouts used. However there are also custom layouts with "special" behavior, like
FlowLayout from the Flow Layout Example.
That being said, you can combine the basic layout or build your own layout, if you really need something different (what you cannot reproduce using the five above).