This example shows three ways to set up the layout on a SplitDockStation.
- Sequential: by adding one Dockable after another to the station.
- SplitDockTree: by building the internal datastructure of the station manually.
- SplitDockGrid: by using a helper class for which we only need to specify how the layout
should look in the end.