Hi!

I read here:
http://doc.trolltech.com/4.5/designe...inwindows.html
"Toolbar buttons are created using the action system to populate each toolbar, rather than by using specific button widgets from the widget box."

I deduce I can't add common widgets using Qt Designer, but I can programatically without problems (I did it with a QComboBox).

My question is, how can I add common widgets to a toolbar when using Qt Designer? If this is possible.

Thanks a lot for your help.