PDA

View Full Version : how to add QAction vertically and horizontally in QToolBar



sanjayshelke
10th November 2008, 09:56
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