Search code examples
linuxqtuser-interfacegtkribbon

Ribbon interface for GTK and Qt


Is it possible to implement ribbon interface in Windows7 in GTK or Qt? If yes how to do it?


Solution

  • Yes, some libraries for Ribbon widgets have already been released.

    Ribbon widget it GTK#

    see this post and this one.

    There is also QtitanRibbon, an implementation of Microsoft's Ribbon UI for QT.

    Qtitan Ribbon