Hi,

for example you can use QToolBar::insertWidget() with a widget you have designed (-> QToolButton). Or subclass QToolBar and do the layout yourself...

Lykurg