PDA

View Full Version : Toolbar order



wconstan
17th December 2009, 23:55
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!

wconstan
19th December 2009, 21:21
I fixed this by simply editing directly the XML code that comprises the .ui file. That being said, it would be nice if the Qt Creator had the ability to migrate objects in the object browser. I realize that is a big task and potentially fraught with complications but an avenue other than the one I had to take to resolve this problem would be beneficial to the product.