I created a few movable+floatable toolbars that are (by default) docked atop my GUI with horizontal orientation. Unfortunately, the left-to-right order of the toolbars differs between the layout I developed in the .ui file via Qt Creator 1.2.94 and that displayed when the running the application.

How do I set the initial left-to-right order of the toolbars programmatically?

Thanks!