PDA

View Full Version : How can I add a QComboBox to main toolbar when using Qt Designer?



ricardo
25th April 2009, 21:03
Hi!

I read here:
http://doc.trolltech.com/4.5/designer-creating-mainwindows.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.