views:

762

answers:

4

Does Qt support ribbon control?

A: 

No, it doesn't. I didn't find out any plan to support it in the future.

Cătălin Pitiș
A: 

There is no Qt ribbon control. I believe there are license issues preventing Nokia from developing a ribbon control that is similar to Microsofts.

CiscoIPPhone
A: 

While there is no dedicated Ribbon widget in Qt, you can fashion something similar yourself. You could take a QTabWidget and put some buttons inside (and optionally style it to look a bit more like Microsoft's Ribbon). Depending on what you're trying to accomplish, that might suffice.

Kitsune
+1  A: 

One of their sample apps apparently has a ribbon, so it should be do-able.

http://qt.nokia.com/images/products/vtk-designer-opengl-screenshot

mhenry1384