8

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

phuclv
  • 37,963
  • 15
  • 156
  • 475
Tachyons
  • 2,131
  • 1
  • 21
  • 35

3 Answers3

6

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

ApprenticeHacker
  • 21,351
  • 27
  • 103
  • 153
4

I don't have enough rep to vote or comment, but @Daniele Lupo's comment about needing to sign an agreement isn't quite true. There is enough prior art floating around that suggests Microsoft won't be awarded the patent.

Source: Ribbon (computing)

phuclv
  • 37,963
  • 15
  • 156
  • 475
1

Take care that, on order to use a ribbon, you must accept the Office UI Licensing (see part 3) even if you don't use its libraries but creates your own that re-create the same look&feel, because they have some patent about this interface. If you accept it, you have no problem in its implementation, otherwise I don't know.

Jepessen
  • 11,744
  • 14
  • 82
  • 149