Hi,

We can add QActions to QToolBar using addAction() method.

But all actions are added horizontally one after another.

We can not add actions horizontally and vertically.

How to do this?

Regards,
~Sanjay