Hi,

I have a QToolBar with seven "buttons" on it, I didn't want to have a normal menu (File, Edit, Tools...) as I just needed few buttons, I created seven QActions inside, working as buttons.

I would like to ask if I could move them, for instance, the first five in the left side of the screen and the last two in the right side.

I'd prefer to keep this structure because QToolBar is movable, it floats... really confortable for the user of the application.

Thanks!