Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
4.5.2
-
None
-
Windows XP SP2, MSVS2005, Qt4.5.2 with Visual studio add-ins.
Description
There is QMainWindow form created in QtDesigner with three toolbars in it. (lets call its positions: 1, 2, 3). Toolbar "toolBarFile" is created last and stays in position 3. I want to move the last created toolbar (toolBarFile) from position 3 to 1 (the beginning of the toolbars line). Toolbar is moved but it stays at position 3 in form preview and in my application.
Form in attachment.