In your Designer file, you have given each toolbar a unique name, haven't you? In your main window constructor, after you have called setupUi(), call
Qt Code:
insertToolbarBreak( firstBarSecondLine );To copy to clipboard, switch view to plain text mode
This should insert a line break before the firstBarSecondLine tool bar.
There is probably a way to do this in .ui file code (maybe not interactively using the Designer), but I don't know how.
Bookmarks