views:

206

answers:

2

Is there any way to create outloook shortcuts style toolbar in Qt? Should use normal toolbar and try to style it somehow (I have little idea how to achieve this)? Or does Qt provide builtin widget for this?

I am talking about toolbar like on this image: http://www.winsupersite.com/images/reviews/outlook2k2%5F01.gif

A: 

What toolbar are you refering to? If it is the one below the menu bar, use QToolBar combined with QToolButton and QAction.

For the box on the left side, check QToolBox. It looks similar.

Cătălin Pitiș
I mean the left one, Outlook shortcuts.
gruszczy
A: 

All of this can be done using Qt styling system and some options from the QToolBar itself. Now it looks just fine in our application.

gruszczy