Hi, first of all, if it's a new project, try using QMdiArea. It works much better than QWorkspace, especially if you need access to the positions of the subwindows.

To get a horizontal or vertical tile, you have to subclass QMdiArea and move/resize the subwindows yourself.

Ginsengelf